| Summary Item | Total | Failed |
|---|---|---|
| Requests | 162 | 3 |
| Prerequest Scripts | 189 | 0 |
| Test Scripts | 237 | 3 |
| Assertions | 198 | 23 |
| Skipped Tests | 0 | - |
expected 424 to be below 400
expected 500 to equal 401
expected 500 to equal 400
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
expected response to have status code 403 but got 200
expected response to have status code 403 but got 200
expected response to have status code 403 but got 401
expected response to have status code 400 but got 500
the argument to above must be a number
response is not defined
runtime:extensions~request: request url is empty
expected 500 to equal 401
expected 500 to equal 400
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
expected response to have status code 403 but got 200
expected response to have status code 403 but got 200
expected response to have status code 400 but got 500
the argument to above must be a number
response is not defined
runtime:extensions~request: request url is empty
expected 500 to equal 401
expected 500 to equal 400
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
expected response to have status code 403 but got 200
expected response to have status code 403 but got 200
expected response to have status code 400 but got 500
the argument to above must be a number
response is not defined
runtime:extensions~request: request url is empty
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | iamfd |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 3fa1b135-79e9-4dae-9a46-5108ed8517fa |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 58 |
{
"username": "iamfd",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-s8VNFpPQlaJxfNJxWvebvJEyfWM" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:45 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwODV9.-Glm2QIB9vaOMby6CBpIe-7LiL7k7JHpmMyc8HKgKUE"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 200 | 1 | 0 | 0 |
| Verify that message should be 'Success' | 1 | 0 | 0 |
| Verify that token shoukd be valid | 1 | 0 | 0 |
| Verify JSON Success | 1 | 0 | 0 |
| Verify the resposne time is below 400ms | 0 | 1 | 0 |
| Total | 4 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify the resposne time is below 400ms | |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | iamfd |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 5859170c-9504-44bd-b115-6716606d3eaf |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 71 |
{
"username": "{{invalidusername}}",
"password": "Pass123"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 111 |
| ETag | W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:45 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify correct error message is shown | 1 | 0 | 0 |
| Verify correct error status is shown | 0 | 1 | 0 |
| Verify jsonSchema | 1 | 0 | 0 |
| Total | 2 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify correct error status is shown | |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | iamfd |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 29834fef-3bea-452e-a5ab-d4c62ebb7033 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 45 |
{
"username": "",
"password": ""
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 98 |
| ETag | W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:45 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify correct error message is shown | 1 | 0 | 0 |
| Verify correct error status is shown | 0 | 1 | 0 |
| Verify jsonSchema | 1 | 0 | 0 |
| Total | 2 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify correct error status is shown | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwODV9.-Glm2QIB9vaOMby6CBpIe-7LiL7k7JHpmMyc8HKgKUE |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a7ac67cd-56a2-4348-90a3-025e3992a2a4 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:46 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if status code is 200 | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify the response tine is below 400ms | 1 | 0 | 0 |
| Verify user data is present in response | 1 | 0 | 0 |
| Verify JSON Response Schema | 1 | 0 | 0 |
| Total | 5 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwODV9.-Glm2QIB9vaOMby6CBpIe-7LiL7k7JHpmMyc8HKgKUE |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b3055398-9ddd-49d8-a826-bf4becc4f180 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:46 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Security:Veirfy if passowrd field is not present in the response | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Security:Veirfy if passowrd field is not present in the response | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwODV9.-Glm2QIB9vaOMby6CBpIe-7LiL7k7JHpmMyc8HKgKUE |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | fc06607c-a679-44dd-a197-962fbbb8eaba |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:47 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwODV9.-Glm2QIB9vaOMby6CBpIe-7LiL7k7JHpmMyc8HKgKUE |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 5e672b00-c3e6-4351-ac1c-5af06364a8e5 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-v31zpCm+Q5wOfNmS3LEK9d1q3AQ" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:47 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":3},{"label":"Created today","key":"created_today","count":506},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify that status code is 200 | 1 | 0 | 0 |
| Verify that response time is below 500ms | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify if the length of the data array is 3 | 1 | 0 | 0 |
| Verify if the keys are present in response data Array | 1 | 0 | 0 |
| Verify if the count for the Json object Pending for delivery is Number or not | 1 | 0 | 0 |
| Verify if the count for the Json object Created today is Number or not | 1 | 0 | 0 |
| Verify if the count for the Json object Pending for FST assignment is Number or not | 1 | 0 | 0 |
| Total | 9 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwODV9.-Glm2QIB9vaOMby6CBpIe-7LiL7k7JHpmMyc8HKgKUE |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | bf02236b-02e4-4eef-b0eb-48876791a47a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:47 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwODV9.-Glm2QIB9vaOMby6CBpIe-7LiL7k7JHpmMyc8HKgKUE |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 1b0e3c32-22d8-47b7-8d21-4da15859f3bb |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-v31zpCm+Q5wOfNmS3LEK9d1q3AQ" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:47 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":3},{"label":"Created today","key":"created_today","count":506},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify status code is 401 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwODV9.-Glm2QIB9vaOMby6CBpIe-7LiL7k7JHpmMyc8HKgKUE |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d8591e4c-e5b7-45ff-a812-66985d3908a8 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:24:48 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify that response time is below 500 | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify if the key mst_oem is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_model is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_action_status is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_warrenty_status is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_product is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_role is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_service_location is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_problem is present in the response body | 1 | 0 | 0 |
| Verify if the key map_fst_pincode is present in the response body | 1 | 0 | 0 |
| Verify if the key is storing a non empty array | 1 | 0 | 0 |
| Total | 14 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwODV9.-Glm2QIB9vaOMby6CBpIe-7LiL7k7JHpmMyc8HKgKUE |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | e72ff706-41e6-4f5d-ad17-34c838e40440 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:48 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwODV9.-Glm2QIB9vaOMby6CBpIe-7LiL7k7JHpmMyc8HKgKUE |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 212704ff-7b47-4a4f-9b41-a998bd53c5ef |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:24:48 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify status code is 401 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwODV9.-Glm2QIB9vaOMby6CBpIe-7LiL7k7JHpmMyc8HKgKUE |
| randomnumber | 512 |
| randomFirstName | Emilia |
| randomLastName | Schultz |
| randomEmail | Rahul_Mann82@hotmail.com |
| randomPhone | 639-729-9305 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 1012586e-e1d0-4df6-86ef-417d4138a27c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1046 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Jasper",
"last_name": "Jacobs",
"mobile_number": "263-201-8380",
"mobile_number_alt": "",
"email_id": "Oral54@yahoo.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"60467304956938",
"imei1": "60467304956938",
"imei2": "60467304956938",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 233 |
| ETag | W/"e9-FCEeY8+Ny+bz3uGbCQg8mk8GRVc" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:48 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Job created successfully. ","data":{"id":153463,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":153480,"tr_customer_product_id":153470,"job_number":"JOB_153463"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Verify if response message is Job Created Successfully | 1 | 0 | 0 |
| Verify that response time is below 500 | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify that id is present in the response data | 1 | 0 | 0 |
| Verify that mst_service_location_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_platform_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_warrenty_status_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_oem_id is present in the response data | 1 | 0 | 0 |
| Verify that tr_customer_id is present in the response data | 1 | 0 | 0 |
| Verify that tr_customer_product_id is present in the response data | 1 | 0 | 0 |
| Verify that job_number is present in the response data | 1 | 0 | 0 |
| Verify job_number starts with JOB_ | 1 | 0 | 0 |
| Total | 13 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwODV9.-Glm2QIB9vaOMby6CBpIe-7LiL7k7JHpmMyc8HKgKUE |
| randomnumber | 557 |
| randomFirstName | Olin |
| randomLastName | Larson |
| randomEmail | Rhett.Hauck59@hotmail.com |
| randomPhone | 301-584-4098 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | fd84b6be-bdf2-4661-ab86-6d2e5aa21ccd |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1056 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Willow",
"last_name": "Bergnaum",
"mobile_number": "970-827-8986",
"mobile_number_alt": "",
"email_id": "Matt.Gleichner@yahoo.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"80170670779620",
"imei1": "80170670779620",
"imei2": "80170670779620",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:49 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | |
| randomnumber | 538 |
| randomFirstName | Elda |
| randomLastName | Mraz |
| randomEmail | Peggie_Padberg@gmail.com |
| randomPhone | 959-284-0394 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 57468662-2862-4d0d-a900-077b6f0a6072 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1056 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Alysson",
"last_name": "Kilback",
"mobile_number": "702-530-4468",
"mobile_number_alt": "",
"email_id": "Duane.Prosacco@yahoo.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"22586408906970",
"imei1": "22586408906970",
"imei2": "22586408906970",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:49 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 403 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify if the status code is 403 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwODV9.-Glm2QIB9vaOMby6CBpIe-7LiL7k7JHpmMyc8HKgKUE |
| randomnumber | 920 |
| randomFirstName | Carson |
| randomLastName | Bosco |
| randomEmail | Rodger.Morissette@gmail.com |
| randomPhone | 509-702-2614 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 38c80b74-d7a7-4e87-b3f5-a112934aa4e7 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 122 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 279 |
| ETag | W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:49 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n \"mst_service_location_id\": 0,\r\n \"mst_platform_id\": 2,\r\n \"mst_warrenty_status_id\": 1,\r\n \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 1 | 0 | 0 |
| Verify if the error message is shown | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwODV9.-Glm2QIB9vaOMby6CBpIe-7LiL7k7JHpmMyc8HKgKUE |
| randomnumber | 713 |
| randomFirstName | Katelin |
| randomLastName | Frami |
| randomEmail | Alvena69@hotmail.com |
| randomPhone | 504-629-5788 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 45986fe2-2029-465b-be2d-46add72bbedf |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1036 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Kali",
"last_name": "Huel",
"mobile_number": "605-821-8450",
"mobile_number_alt": "",
"email_id": "Chyna.OConner58@yahoo.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"100000228",
"imei1": "100000228",
"imei2": "100000228",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 143 |
| ETag | W/"8f-asfwh61GY//05D/sXjFd8ssjiig" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:49 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify if the status code is 400 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwODV9.-Glm2QIB9vaOMby6CBpIe-7LiL7k7JHpmMyc8HKgKUE |
| randomnumber | 932 |
| randomFirstName | Adolf |
| randomLastName | Ratke |
| randomEmail | Reina_Ritchie@hotmail.com |
| randomPhone | 303-551-1297 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 1b0ccc66-147e-4fd6-94b6-1270336c6934 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 122 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 279 |
| ETag | W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:49 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n \"mst_service_location_id\": 0,\r\n \"mst_platform_id\": 2,\r\n \"mst_warrenty_status_id\": 1,\r\n \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 1 | 0 | 0 |
| Verify if the error message is shown | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwODV9.-Glm2QIB9vaOMby6CBpIe-7LiL7k7JHpmMyc8HKgKUE |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b046f7ff-0be4-42f1-9c72-9ced01387d21 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-TxpUp5QM9Isl9Hod5jde6DO71Bk" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:50 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":3},{"label":"Created today","key":"created_today","count":507},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Check if the count for the created jobs today is greater than the old value | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Check if the count for the created jobs today is greater than the old value | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwODV9.-Glm2QIB9vaOMby6CBpIe-7LiL7k7JHpmMyc8HKgKUE |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | cec8c5ce-d1ab-44bc-8ca3-4915d210fc10 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 31 |
{"details_key":"created_today"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"7af8c-ksdVZMrtyrKjp3UncuvmNy57vjo" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:24:50 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":153041,"job_number":"JOB_153041","tr_customer_id":153058,"tr_customer_product_id":153048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:01.000Z","modified_at":"2026-01-13T03:50:01.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10771045020908","imei1":"10771045020908","imei2":"10771045020908","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153043,"job_number":"JOB_153043","tr_customer_id":153060,"tr_customer_product_id":153050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:03.000Z","modified_at":"2026-01-13T03:50:03.000Z","name":"Issac Halvorson","mobile_number":"623-899-5283","email_id":"Luciano.Sauer@hotmail.com","dop":"2000-01-31","serial_number":"1039681522645958","imei1":"1039681522645958","imei2":"1039681522645958","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153094,"job_number":"JOB_153094","tr_customer_id":153111,"tr_customer_product_id":153101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:45.000Z","modified_at":"2026-01-13T03:50:45.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10015942569125","imei1":"10015942569125","imei2":"10015942569125","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153096,"job_number":"JOB_153096","tr_customer_id":153113,"tr_customer_product_id":153103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:46.000Z","modified_at":"2026-01-13T03:50:46.000Z","name":"Jarvis Kemmer","mobile_number":"972-753-9216","email_id":"Hilda.Keeling@yahoo.com","dop":"2000-01-31","serial_number":"1020112878943666","imei1":"1020112878943666","imei2":"1020112878943666","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153133,"job_number":"JOB_153133","tr_customer_id":153150,"tr_customer_product_id":153140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10288763450665","imei1":"10288763450665","imei2":"10288763450665","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153137,"job_number":"JOB_153137","tr_customer_id":153154,"tr_customer_product_id":153144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Jabari Stehr","mobile_number":"287-975-7792","email_id":"Gus_Bins67@gmail.com","dop":"2000-01-31","serial_number":"1098414206692260","imei1":"1098414206692260","imei2":"1098414206692260","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153165,"job_number":"JOB_153165","tr_customer_id":153182,"tr_customer_product_id":153172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10841115840820","imei1":"10841115840820","imei2":"10841115840820","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153168,"job_number":"JOB_153168","tr_customer_id":153185,"tr_customer_product_id":153175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:12.000Z","modified_at":"2026-01-13T03:52:12.000Z","name":"Jermaine Zulauf","mobile_number":"918-227-4575","email_id":"Lincoln.Gottlieb@yahoo.com","dop":"2000-01-31","serial_number":"1027394656263062","imei1":"1027394656263062","imei2":"1027394656263062","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153375,"job_number":"JOB_153375","tr_customer_id":153392,"tr_customer_product_id":153382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:24.000Z","modified_at":"2026-01-13T06:34:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10959448393593","imei1":"10959448393593","imei2":"10959448393593","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153377,"job_number":"JOB_153377","tr_customer_id":153394,"tr_customer_product_id":153384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:26.000Z","modified_at":"2026-01-13T06:34:26.000Z","name":"Tyree Ritchie","mobile_number":"491-439-3683","email_id":"Kim_Pouros@hotmail.com","dop":"2000-01-31","serial_number":"1061851432109229","imei1":"1061851432109229","imei2":"1061851432109229","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153387,"job_number":"JOB_153387","tr_customer_id":153404,"tr_customer_product_id":153394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:05.000Z","modified_at":"2026-01-13T06:35:05.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10678535364811","imei1":"10678535364811","imei2":"10678535364811","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153389,"job_number":"JOB_153389","tr_customer_id":153406,"tr_customer_product_id":153396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:07.000Z","modified_at":"2026-01-13T06:35:07.000Z","name":"Modesta Spinka","mobile_number":"615-484-8860","email_id":"Titus.Pacocha@yahoo.com","dop":"2000-01-31","serial_number":"1007142660208962","imei1":"1007142660208962","imei2":"1007142660208962","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153404,"job_number":"JOB_153404","tr_customer_id":153421,"tr_customer_product_id":153411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:45.000Z","modified_at":"2026-01-13T06:35:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10727612053937","imei1":"10727612053937","imei2":"10727612053937","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153406,"job_number":"JOB_153406","tr_customer_id":153423,"tr_customer_product_id":153413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:47.000Z","modified_at":"2026-01-13T06:35:47.000Z","name":"Tristin Ryan","mobile_number":"731-841-8579","email_id":"Malvina_Botsford@gmail.com","dop":"2000-01-31","serial_number":"1040407565557196","imei1":"1040407565557196","imei2":"1040407565557196","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153415,"job_number":"JOB_153415","tr_customer_id":153432,"tr_customer_product_id":153422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:25.000Z","modified_at":"2026-01-13T06:36:25.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10674195446428","imei1":"10674195446428","imei2":"10674195446428","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153418,"job_number":"JOB_153418","tr_customer_id":153435,"tr_customer_product_id":153425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:27.000Z","modified_at":"2026-01-13T06:36:27.000Z","name":"Rebecca Beatty","mobile_number":"599-283-0498","email_id":"Rachel_Corwin@gmail.com","dop":"2000-01-31","serial_number":"1098154260216714","imei1":"1098154260216714","imei2":"1098154260216714","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":152957,"job_number":"JOB_152957","tr_customer_id":152974,"tr_customer_product_id":152964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:13:56.000Z","modified_at":"2026-01-13T00:13:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"01124567894665","imei1":"01124567894665","imei2":"01124567894665","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:13:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152958,"job_number":"JOB_152958","tr_customer_id":152975,"tr_customer_product_id":152965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:22:51.000Z","modified_at":"2026-01-13T00:22:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"179708433530840","imei1":"179708433530840","imei2":"179708433530840","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T00:22:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152960,"job_number":"JOB_152960","tr_customer_id":152977,"tr_customer_product_id":152967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:59:06.000Z","modified_at":"2026-01-13T00:59:11.000Z","name":"Luisa Connelly","mobile_number":"757-483-7816","email_id":"Rowland.Abbott2@hotmail.com","dop":"2025-10-12","serial_number":"14313103300915","imei1":"14313103300915","imei2":"14313103300915","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T00:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152961,"job_number":"JOB_152961","tr_customer_id":152978,"tr_customer_product_id":152968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:59:07.000Z","modified_at":"2026-01-13T00:59:07.000Z","name":"Duncan Hamill","mobile_number":"825-616-1411","email_id":"Lizzie_Kohler@yahoo.com","dop":"2025-10-12","serial_number":"1005687804592704","imei1":"1005687804592704","imei2":"1005687804592704","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152962,"job_number":"JOB_152962","tr_customer_id":152979,"tr_customer_product_id":152969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:18:01.000Z","modified_at":"2026-01-13T01:18:06.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"182929472243334","imei1":"182929472243334","imei2":"182929472243334","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T01:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152963,"job_number":"JOB_152963","tr_customer_id":152980,"tr_customer_product_id":152970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:22:03.000Z","modified_at":"2026-01-13T01:22:03.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2026-01-03","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2026-01-03T01:22:03.107431112Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152972,"job_number":"JOB_152972","tr_customer_id":152989,"tr_customer_product_id":152979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:43:27.000Z","modified_at":"2026-01-13T01:44:35.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"116894662006412","imei1":"116894662006412","imei2":"116894662006412","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T01:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152974,"job_number":"JOB_152974","tr_customer_id":152991,"tr_customer_product_id":152981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:45:19.000Z","modified_at":"2026-01-13T01:45:29.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"145985204479432","imei1":"145985204479432","imei2":"145985204479432","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T01:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152977,"job_number":"JOB_152977","tr_customer_id":152994,"tr_customer_product_id":152984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:13.000Z","modified_at":"2026-01-13T03:08:41.000Z","name":"Seth Simonis","mobile_number":"323-963-5539","email_id":"Berenice.Luettgen@hotmail.com","dop":"2025-04-06","serial_number":"17889659388897","imei1":"17889659388897","imei2":"17889659388897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:08:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152978,"job_number":"JOB_152978","tr_customer_id":152995,"tr_customer_product_id":152985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:14.000Z","modified_at":"2026-01-13T03:08:14.000Z","name":"Geraldine Lubowitz","mobile_number":"467-229-6632","email_id":"Hazel30@gmail.com","dop":"2025-04-06","serial_number":"12233429785513206","imei1":"12233429785513206","imei2":"12233429785513206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152979,"job_number":"JOB_152979","tr_customer_id":152996,"tr_customer_product_id":152986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:46.000Z","modified_at":"2026-01-13T03:09:14.000Z","name":"Selmer Friesen","mobile_number":"827-819-6563","email_id":"Catherine_Hilpert@hotmail.com","dop":"2025-04-06","serial_number":"14106411238955","imei1":"14106411238955","imei2":"14106411238955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152980,"job_number":"JOB_152980","tr_customer_id":152997,"tr_customer_product_id":152987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:47.000Z","modified_at":"2026-01-13T03:08:47.000Z","name":"Augusta Hilpert","mobile_number":"999-471-9071","email_id":"Jude88@gmail.com","dop":"2025-04-06","serial_number":"15043299492058636","imei1":"15043299492058636","imei2":"15043299492058636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152981,"job_number":"JOB_152981","tr_customer_id":152998,"tr_customer_product_id":152988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:09:19.000Z","modified_at":"2026-01-13T03:09:47.000Z","name":"Jaylan Lindgren","mobile_number":"317-271-0108","email_id":"Berry.Ziemann@yahoo.com","dop":"2025-04-06","serial_number":"18593004504346","imei1":"18593004504346","imei2":"18593004504346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:09:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152982,"job_number":"JOB_152982","tr_customer_id":152999,"tr_customer_product_id":152989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:09:21.000Z","modified_at":"2026-01-13T03:09:21.000Z","name":"Hassan Yost","mobile_number":"264-378-4605","email_id":"Eulalia_Stark@hotmail.com","dop":"2025-04-06","serial_number":"17154142032826798","imei1":"17154142032826798","imei2":"17154142032826798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:09:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152984,"job_number":"JOB_152984","tr_customer_id":153001,"tr_customer_product_id":152991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:26.000Z","modified_at":"2026-01-13T03:48:34.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"44686622256578","imei1":"44686622256578","imei2":"44686622256578","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152985,"job_number":"JOB_152985","tr_customer_id":153002,"tr_customer_product_id":152992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:29.000Z","modified_at":"2026-01-13T03:49:03.000Z","name":"Cleveland Graham","mobile_number":"701-491-9079","email_id":"Margret.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"15980580935740","imei1":"15980580935740","imei2":"15980580935740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152986,"job_number":"JOB_152986","tr_customer_id":153003,"tr_customer_product_id":152993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:31.000Z","modified_at":"2026-01-13T03:48:31.000Z","name":"Jeffery Konopelski","mobile_number":"984-952-2139","email_id":"Delia50@gmail.com","dop":"2025-04-06","serial_number":"10013235749073844","imei1":"10013235749073844","imei2":"10013235749073844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152987,"job_number":"JOB_152987","tr_customer_id":153004,"tr_customer_product_id":152994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:36.000Z","modified_at":"2026-01-13T03:48:44.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"106501656275213","imei1":"106501656275213","imei2":"106501656275213","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152988,"job_number":"JOB_152988","tr_customer_id":153005,"tr_customer_product_id":152995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:38.000Z","modified_at":"2026-01-13T03:48:38.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11880112270859","imei1":"11880112270859","imei2":"11880112270859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152989,"job_number":"JOB_152989","tr_customer_id":153006,"tr_customer_product_id":152996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:39.000Z","modified_at":"2026-01-13T03:49:09.000Z","name":"Jerod Gleason","mobile_number":"897-611-3219","email_id":"Heath14@yahoo.com","dop":"2025-04-06","serial_number":"18061109590413","imei1":"18061109590413","imei2":"18061109590413","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152990,"job_number":"JOB_152990","tr_customer_id":153007,"tr_customer_product_id":152997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:40.000Z","modified_at":"2026-01-13T03:48:40.000Z","name":"Kyleigh Johnston","mobile_number":"392-597-6881","email_id":"Dorothea.Bogisich85@hotmail.com","dop":"2025-04-06","serial_number":"12920132890083952","imei1":"12920132890083952","imei2":"12920132890083952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152991,"job_number":"JOB_152991","tr_customer_id":153008,"tr_customer_product_id":152998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:08.000Z","modified_at":"2026-01-13T03:49:08.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10450777953251","imei1":"10450777953251","imei2":"10450777953251","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152992,"job_number":"JOB_152992","tr_customer_id":153009,"tr_customer_product_id":152999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:08.000Z","modified_at":"2026-01-13T03:49:41.000Z","name":"Columbus Leannon","mobile_number":"654-455-9095","email_id":"Aleen_Strosin@yahoo.com","dop":"2025-06-18","serial_number":"10044495438365","imei1":"10044495438365","imei2":"10044495438365","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152993,"job_number":"JOB_152993","tr_customer_id":153010,"tr_customer_product_id":153000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:09.000Z","modified_at":"2026-01-13T03:49:09.000Z","name":"Karine Lebsack","mobile_number":"977-381-7576","email_id":"Luther51@hotmail.com","dop":"2025-06-18","serial_number":"1042195630777838","imei1":"1042195630777838","imei2":"1042195630777838","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152995,"job_number":"JOB_152995","tr_customer_id":153012,"tr_customer_product_id":153002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:13.000Z","modified_at":"2026-01-13T03:49:48.000Z","name":"Kris Anderson","mobile_number":"238-439-9244","email_id":"Casey.Little@gmail.com","dop":"2025-04-06","serial_number":"14347558089754","imei1":"14347558089754","imei2":"14347558089754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152996,"job_number":"JOB_152996","tr_customer_id":153013,"tr_customer_product_id":153003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:14.000Z","modified_at":"2026-01-13T03:49:14.000Z","name":"Alison Hamill","mobile_number":"745-240-9299","email_id":"Jarrett.Graham65@yahoo.com","dop":"2025-04-06","serial_number":"15194139488119204","imei1":"15194139488119204","imei2":"15194139488119204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152997,"job_number":"JOB_152997","tr_customer_id":153014,"tr_customer_product_id":153004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:14.000Z","modified_at":"2026-01-13T03:49:45.000Z","name":"Freda Hahn","mobile_number":"701-236-7489","email_id":"Freeman_Schultz46@hotmail.com","dop":"2025-04-06","serial_number":"15118045319983","imei1":"15118045319983","imei2":"15118045319983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152998,"job_number":"JOB_152998","tr_customer_id":153015,"tr_customer_product_id":153005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:15.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Morgan Zemlak","mobile_number":"773-714-6804","email_id":"Lexi.Reilly93@yahoo.com","dop":"2025-04-06","serial_number":"18176075426418570","imei1":"18176075426418570","imei2":"18176075426418570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152999,"job_number":"JOB_152999","tr_customer_id":153016,"tr_customer_product_id":153006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:16.000Z","modified_at":"2026-01-13T03:49:16.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19071431659130","imei1":"19071431659130","imei2":"19071431659130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153000,"job_number":"JOB_153000","tr_customer_id":153017,"tr_customer_product_id":153007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:16.000Z","modified_at":"2026-01-13T03:49:47.000Z","name":"Meta Upton","mobile_number":"404-571-2631","email_id":"Emmett_Barton@yahoo.com","dop":"2025-04-06","serial_number":"18815561395940","imei1":"18815561395940","imei2":"18815561395940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153001,"job_number":"JOB_153001","tr_customer_id":153018,"tr_customer_product_id":153008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:17.000Z","modified_at":"2026-01-13T03:49:17.000Z","name":"Ethyl Murphy","mobile_number":"526-816-1746","email_id":"Faye52@gmail.com","dop":"2025-04-06","serial_number":"14574128161791344","imei1":"14574128161791344","imei2":"14574128161791344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153002,"job_number":"JOB_153002","tr_customer_id":153019,"tr_customer_product_id":153009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:18.000Z","modified_at":"2026-01-13T03:49:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19225349064885","imei1":"19225349064885","imei2":"19225349064885","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153003,"job_number":"JOB_153003","tr_customer_id":153020,"tr_customer_product_id":153010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:18.000Z","modified_at":"2026-01-13T03:49:51.000Z","name":"Suzanne Nikolaus","mobile_number":"972-459-7557","email_id":"Chaim_McDermott59@gmail.com","dop":"2025-04-06","serial_number":"18972021658284","imei1":"18972021658284","imei2":"18972021658284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153004,"job_number":"JOB_153004","tr_customer_id":153021,"tr_customer_product_id":153011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:19.000Z","modified_at":"2026-01-13T03:49:19.000Z","name":"Nettie Witting","mobile_number":"815-907-1531","email_id":"Virginie74@hotmail.com","dop":"2025-04-06","serial_number":"10601861065443798","imei1":"10601861065443798","imei2":"10601861065443798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153005,"job_number":"JOB_153005","tr_customer_id":153022,"tr_customer_product_id":153012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:21.000Z","modified_at":"2026-01-13T03:49:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11549932616810","imei1":"11549932616810","imei2":"11549932616810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153006,"job_number":"JOB_153006","tr_customer_id":153023,"tr_customer_product_id":153013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:21.000Z","modified_at":"2026-01-13T03:49:57.000Z","name":"Ferne Bradtke","mobile_number":"883-989-8019","email_id":"Maximilian30@gmail.com","dop":"2025-04-06","serial_number":"17328317195301","imei1":"17328317195301","imei2":"17328317195301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153007,"job_number":"JOB_153007","tr_customer_id":153024,"tr_customer_product_id":153014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:22.000Z","modified_at":"2026-01-13T03:49:22.000Z","name":"Wendy Ziemann","mobile_number":"956-538-3965","email_id":"Lonny.White@gmail.com","dop":"2025-04-06","serial_number":"14865650404964128","imei1":"14865650404964128","imei2":"14865650404964128","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153008,"job_number":"JOB_153008","tr_customer_id":153025,"tr_customer_product_id":153015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:26.000Z","modified_at":"2026-01-13T03:50:01.000Z","name":"Filomena Leuschke","mobile_number":"575-874-1570","email_id":"Sanford.McGlynn@hotmail.com","dop":"2025-04-06","serial_number":"19345460425815","imei1":"19345460425815","imei2":"19345460425815","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153009,"job_number":"JOB_153009","tr_customer_id":153026,"tr_customer_product_id":153016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:27.000Z","modified_at":"2026-01-13T03:49:27.000Z","name":"Gonzalo Daniel","mobile_number":"726-437-9061","email_id":"Kaylee6@gmail.com","dop":"2025-04-06","serial_number":"11273833509541268","imei1":"11273833509541268","imei2":"11273833509541268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153010,"job_number":"JOB_153010","tr_customer_id":153027,"tr_customer_product_id":153017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:33.000Z","modified_at":"2026-01-13T03:50:05.000Z","name":"Kenna Windler","mobile_number":"808-886-1169","email_id":"Ronaldo80@hotmail.com","dop":"2025-04-06","serial_number":"17747950773101","imei1":"17747950773101","imei2":"17747950773101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153012,"job_number":"JOB_153012","tr_customer_id":153029,"tr_customer_product_id":153019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:34.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"Andreanne Cassin","mobile_number":"739-516-5141","email_id":"Jarvis_Keebler@gmail.com","dop":"2025-04-06","serial_number":"13213391237709272","imei1":"13213391237709272","imei2":"13213391237709272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153013,"job_number":"JOB_153013","tr_customer_id":153030,"tr_customer_product_id":153020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:35.000Z","modified_at":"2026-01-13T03:49:35.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15564773480890","imei1":"15564773480890","imei2":"15564773480890","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153014,"job_number":"JOB_153014","tr_customer_id":153031,"tr_customer_product_id":153021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:36.000Z","modified_at":"2026-01-13T03:49:36.000Z","name":"Genevieve Christiansen","mobile_number":"609-220-8540","email_id":"Kavon18@gmail.com","dop":"2025-09-16","serial_number":"18835594473873","imei1":"18835594473873","imei2":"18835594473873","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153015,"job_number":"JOB_153015","tr_customer_id":153032,"tr_customer_product_id":153022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:38.000Z","modified_at":"2026-01-13T03:49:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19813392024704","imei1":"19813392024704","imei2":"19813392024704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153016,"job_number":"JOB_153016","tr_customer_id":153033,"tr_customer_product_id":153023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:50:16.000Z","name":"Beverly Harris","mobile_number":"301-322-5530","email_id":"Felton7@gmail.com","dop":"2025-04-06","serial_number":"12487636936531","imei1":"12487636936531","imei2":"12487636936531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153017,"job_number":"JOB_153017","tr_customer_id":153034,"tr_customer_product_id":153024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Kitty Lueilwitz","mobile_number":"646-749-9591","email_id":"Rosamond35@gmail.com","dop":"2025-09-09","serial_number":"11462213309292","imei1":"11462213309292","imei2":"11462213309292","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153018,"job_number":"JOB_153018","tr_customer_id":153035,"tr_customer_product_id":153025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Evie Treutel","mobile_number":"906-222-6390","email_id":"Barrett13@gmail.com","dop":"2025-09-09","serial_number":"14848928990324","imei1":"14848928990324","imei2":"14848928990324","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153019,"job_number":"JOB_153019","tr_customer_id":153036,"tr_customer_product_id":153026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:49.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"18187294946294","imei1":"18187294946294","imei2":"18187294946294","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153020,"job_number":"JOB_153020","tr_customer_id":153037,"tr_customer_product_id":153027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:40.000Z","modified_at":"2026-01-13T03:49:40.000Z","name":"Violet Ebert","mobile_number":"593-518-3750","email_id":"Otilia_Moore@yahoo.com","dop":"2025-04-06","serial_number":"17674437261519444","imei1":"17674437261519444","imei2":"17674437261519444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153021,"job_number":"JOB_153021","tr_customer_id":153038,"tr_customer_product_id":153028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:47.000Z","modified_at":"2026-01-13T03:49:47.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10778763278278","imei1":"10778763278278","imei2":"10778763278278","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153022,"job_number":"JOB_153022","tr_customer_id":153039,"tr_customer_product_id":153029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:47.000Z","modified_at":"2026-01-13T03:50:20.000Z","name":"Cordell Gutkowski","mobile_number":"243-829-0350","email_id":"Olen_Swaniawski@hotmail.com","dop":"2025-06-18","serial_number":"10653777848898","imei1":"10653777848898","imei2":"10653777848898","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153023,"job_number":"JOB_153023","tr_customer_id":153040,"tr_customer_product_id":153030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:48.000Z","modified_at":"2026-01-13T03:49:48.000Z","name":"Sadie Armstrong","mobile_number":"908-507-8196","email_id":"Rebeca.Lynch47@yahoo.com","dop":"2025-06-18","serial_number":"1053385808139450","imei1":"1053385808139450","imei2":"1053385808139450","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153025,"job_number":"JOB_153025","tr_customer_id":153042,"tr_customer_product_id":153032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:52.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Skyla Keeling","mobile_number":"875-901-9572","email_id":"Adah.Abernathy10@yahoo.com","dop":"2025-09-09","serial_number":"15288842733007","imei1":"15288842733007","imei2":"15288842733007","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153026,"job_number":"JOB_153026","tr_customer_id":153043,"tr_customer_product_id":153033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16528922137835","imei1":"16528922137835","imei2":"16528922137835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153027,"job_number":"JOB_153027","tr_customer_id":153044,"tr_customer_product_id":153034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Genesis Hudson","mobile_number":"545-745-3246","email_id":"Delpha75@gmail.com","dop":"2025-09-09","serial_number":"19428872260199","imei1":"19428872260199","imei2":"19428872260199","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153028,"job_number":"JOB_153028","tr_customer_id":153045,"tr_customer_product_id":153035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Dillan Cormier","mobile_number":"531-656-0583","email_id":"Wilfred_Lubowitz18@yahoo.com","dop":"2025-04-06","serial_number":"13558337125786","imei1":"13558337125786","imei2":"13558337125786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153029,"job_number":"JOB_153029","tr_customer_id":153046,"tr_customer_product_id":153036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Brock Gorczany","mobile_number":"250-398-4087","email_id":"Kory.Jacobs46@yahoo.com","dop":"2025-09-09","serial_number":"15093671361032","imei1":"15093671361032","imei2":"15093671361032","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153030,"job_number":"JOB_153030","tr_customer_id":153047,"tr_customer_product_id":153037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"10747985253385","imei1":"10747985253385","imei2":"10747985253385","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153031,"job_number":"JOB_153031","tr_customer_id":153048,"tr_customer_product_id":153038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Jarvis Rath","mobile_number":"996-571-4584","email_id":"Elisha7@gmail.com","dop":"2025-09-09","serial_number":"10254687094207","imei1":"10254687094207","imei2":"10254687094207","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153032,"job_number":"JOB_153032","tr_customer_id":153049,"tr_customer_product_id":153039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Ona Rodriguez","mobile_number":"842-374-7408","email_id":"Rhianna_Hauck41@hotmail.com","dop":"2025-04-06","serial_number":"18081435645439704","imei1":"18081435645439704","imei2":"18081435645439704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153033,"job_number":"JOB_153033","tr_customer_id":153050,"tr_customer_product_id":153040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Rosalyn Hilpert","mobile_number":"896-465-3399","email_id":"Moses.Grady@yahoo.com","dop":"2025-09-09","serial_number":"17091861974159","imei1":"17091861974159","imei2":"17091861974159","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153034,"job_number":"JOB_153034","tr_customer_id":153051,"tr_customer_product_id":153041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"13248131917905","imei1":"13248131917905","imei2":"13248131917905","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153036,"job_number":"JOB_153036","tr_customer_id":153053,"tr_customer_product_id":153043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:55.000Z","modified_at":"2026-01-13T03:49:55.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"18060098958557","imei1":"18060098958557","imei2":"18060098958557","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153037,"job_number":"JOB_153037","tr_customer_id":153054,"tr_customer_product_id":153044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:56.000Z","modified_at":"2026-01-13T03:49:56.000Z","name":"Noemy Ullrich","mobile_number":"831-724-5885","email_id":"Sarah.Koch@gmail.com","dop":"2025-09-16","serial_number":"19292304559775","imei1":"19292304559775","imei2":"19292304559775","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153038,"job_number":"JOB_153038","tr_customer_id":153055,"tr_customer_product_id":153045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:57.000Z","modified_at":"2026-01-13T03:49:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16171685555591","imei1":"16171685555591","imei2":"16171685555591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153039,"job_number":"JOB_153039","tr_customer_id":153056,"tr_customer_product_id":153046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:58.000Z","modified_at":"2026-01-13T03:50:31.000Z","name":"Camille Yundt","mobile_number":"592-312-2814","email_id":"Lance.Wiegand33@gmail.com","dop":"2025-04-06","serial_number":"13475194639433","imei1":"13475194639433","imei2":"13475194639433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153040,"job_number":"JOB_153040","tr_customer_id":153057,"tr_customer_product_id":153047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:59.000Z","modified_at":"2026-01-13T03:49:59.000Z","name":"Watson Rempel","mobile_number":"556-493-8063","email_id":"Gage_Pollich19@yahoo.com","dop":"2025-04-06","serial_number":"16134003839228460","imei1":"16134003839228460","imei2":"16134003839228460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153042,"job_number":"JOB_153042","tr_customer_id":153059,"tr_customer_product_id":153049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:02.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Jesus Goldner","mobile_number":"440-840-5489","email_id":"Ava58@hotmail.com","dop":"2000-01-31","serial_number":"10479885380009","imei1":"10479885380009","imei2":"10479885380009","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153044,"job_number":"JOB_153044","tr_customer_id":153061,"tr_customer_product_id":153051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:04.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10083490726550","imei1":"10083490726550","imei2":"10083490726550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153045,"job_number":"JOB_153045","tr_customer_id":153062,"tr_customer_product_id":153052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:04.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Rylan Wyman","mobile_number":"486-791-8683","email_id":"Marisa57@gmail.com","dop":"2025-04-06","serial_number":"18642664288122","imei1":"18642664288122","imei2":"18642664288122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153046,"job_number":"JOB_153046","tr_customer_id":153063,"tr_customer_product_id":153053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:05.000Z","modified_at":"2026-01-13T03:50:05.000Z","name":"Bethel McLaughlin","mobile_number":"598-945-2245","email_id":"Shakira.Schuster75@yahoo.com","dop":"2025-04-06","serial_number":"14937021882346436","imei1":"14937021882346436","imei2":"14937021882346436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153048,"job_number":"JOB_153048","tr_customer_id":153065,"tr_customer_product_id":153055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:08.000Z","modified_at":"2026-01-13T03:50:08.000Z","name":"April Treutel","mobile_number":"420-895-4874","email_id":"Tiara_Simonis@yahoo.com","dop":"2025-09-09","serial_number":"16286577028714","imei1":"16286577028714","imei2":"16286577028714","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153049,"job_number":"JOB_153049","tr_customer_id":153066,"tr_customer_product_id":153056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Albertha Johns","mobile_number":"411-980-4646","email_id":"Margot_Bruen20@gmail.com","dop":"2025-09-09","serial_number":"15781439813235","imei1":"15781439813235","imei2":"15781439813235","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153050,"job_number":"JOB_153050","tr_customer_id":153067,"tr_customer_product_id":153057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nelda Hills","mobile_number":"204-244-7851","email_id":"Alta.Baumbach59@hotmail.com","dop":"2025-09-09","serial_number":"12705447284041","imei1":"12705447284041","imei2":"12705447284041","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153051,"job_number":"JOB_153051","tr_customer_id":153068,"tr_customer_product_id":153058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Isabell Botsford","mobile_number":"756-667-9480","email_id":"Michele68@gmail.com","dop":"2025-09-09","serial_number":"19469016127033","imei1":"19469016127033","imei2":"19469016127033","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153052,"job_number":"JOB_153052","tr_customer_id":153069,"tr_customer_product_id":153059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nathanial Jast","mobile_number":"924-711-3457","email_id":"Gunnar.Walsh@yahoo.com","dop":"2025-09-09","serial_number":"10391829021392","imei1":"10391829021392","imei2":"10391829021392","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153053,"job_number":"JOB_153053","tr_customer_id":153070,"tr_customer_product_id":153060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:19.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"15597299415899","imei1":"15597299415899","imei2":"15597299415899","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153054,"job_number":"JOB_153054","tr_customer_id":153071,"tr_customer_product_id":153061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:19.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"15717034834289","imei1":"15717034834289","imei2":"15717034834289","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153055,"job_number":"JOB_153055","tr_customer_id":153072,"tr_customer_product_id":153062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:10.000Z","modified_at":"2026-01-13T03:50:26.000Z","name":"Dameon Robel","mobile_number":"796-313-0838","email_id":"Fausto45@gmail.com","dop":"2025-05-30","serial_number":"12957538193832","imei1":"12957538193832","imei2":"12957538193832","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153056,"job_number":"JOB_153056","tr_customer_id":153073,"tr_customer_product_id":153063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:11.000Z","modified_at":"2026-01-13T03:50:11.000Z","name":"Keeley Bode","mobile_number":"394-649-9827","email_id":"Evans.Paucek82@yahoo.com","dop":"2025-05-30","serial_number":"17230963683630","imei1":"17230963683630","imei2":"17230963683630","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153057,"job_number":"JOB_153057","tr_customer_id":153074,"tr_customer_product_id":153064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:12.000Z","modified_at":"2026-01-13T03:50:12.000Z","name":"Karlie Dickinson","mobile_number":"714-317-8229","email_id":"Hanna.Cruickshank92@gmail.com","dop":"2025-05-30","serial_number":"1031496690652217","imei1":"1031496690652217","imei2":"1031496690652217","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153058,"job_number":"JOB_153058","tr_customer_id":153075,"tr_customer_product_id":153065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:15.000Z","modified_at":"2026-01-13T03:50:15.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18771789001924","imei1":"18771789001924","imei2":"18771789001924","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153059,"job_number":"JOB_153059","tr_customer_id":153076,"tr_customer_product_id":153066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:16.000Z","modified_at":"2026-01-13T03:50:16.000Z","name":"Gina Schulist","mobile_number":"928-944-7730","email_id":"Gerald_Hills31@yahoo.com","dop":"2025-09-16","serial_number":"11005054118814","imei1":"11005054118814","imei2":"11005054118814","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153060,"job_number":"JOB_153060","tr_customer_id":153077,"tr_customer_product_id":153067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:18.000Z","modified_at":"2026-01-13T03:50:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13822944721277","imei1":"13822944721277","imei2":"13822944721277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153061,"job_number":"JOB_153061","tr_customer_id":153078,"tr_customer_product_id":153068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:19.000Z","modified_at":"2026-01-13T03:50:51.000Z","name":"Colleen Ernser","mobile_number":"699-844-4279","email_id":"Kenna23@gmail.com","dop":"2025-04-06","serial_number":"17381127748744","imei1":"17381127748744","imei2":"17381127748744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153062,"job_number":"JOB_153062","tr_customer_id":153079,"tr_customer_product_id":153069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:20.000Z","modified_at":"2026-01-13T03:50:20.000Z","name":"Cynthia Graham","mobile_number":"603-611-6067","email_id":"Judson.Kuhlman34@yahoo.com","dop":"2025-04-06","serial_number":"14760525474247120","imei1":"14760525474247120","imei2":"14760525474247120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153063,"job_number":"JOB_153063","tr_customer_id":153080,"tr_customer_product_id":153070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13096219447386","imei1":"13096219447386","imei2":"13096219447386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153064,"job_number":"JOB_153064","tr_customer_id":153081,"tr_customer_product_id":153071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Avis Durgan","mobile_number":"912-805-0170","email_id":"Selina.Herzog33@hotmail.com","dop":"2025-09-09","serial_number":"16356015097685","imei1":"16356015097685","imei2":"16356015097685","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153065,"job_number":"JOB_153065","tr_customer_id":153082,"tr_customer_product_id":153072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:51:02.000Z","name":"Raheem Barrows","mobile_number":"542-969-8713","email_id":"Keaton_Bode@gmail.com","dop":"2025-04-06","serial_number":"16074704762127","imei1":"16074704762127","imei2":"16074704762127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153066,"job_number":"JOB_153066","tr_customer_id":153083,"tr_customer_product_id":153073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Cullen Predovic","mobile_number":"282-933-3045","email_id":"America.Wisozk51@hotmail.com","dop":"2025-09-09","serial_number":"19108774208927","imei1":"19108774208927","imei2":"19108774208927","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153067,"job_number":"JOB_153067","tr_customer_id":153084,"tr_customer_product_id":153074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:25.000Z","modified_at":"2026-01-13T03:50:25.000Z","name":"Milan Miller","mobile_number":"790-657-9980","email_id":"Kris16@yahoo.com","dop":"2025-09-09","serial_number":"11200593074184","imei1":"11200593074184","imei2":"11200593074184","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153068,"job_number":"JOB_153068","tr_customer_id":153085,"tr_customer_product_id":153075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:25.000Z","modified_at":"2026-01-13T03:50:35.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"16146863279833","imei1":"16146863279833","imei2":"16146863279833","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153069,"job_number":"JOB_153069","tr_customer_id":153086,"tr_customer_product_id":153076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:26.000Z","modified_at":"2026-01-13T03:50:26.000Z","name":"Jailyn Murray","mobile_number":"833-564-9185","email_id":"Lauren.Kuphal85@gmail.com","dop":"2025-04-06","serial_number":"12812647535142484","imei1":"12812647535142484","imei2":"12812647535142484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153074,"job_number":"JOB_153074","tr_customer_id":153091,"tr_customer_product_id":153081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:32.000Z","modified_at":"2026-01-13T03:50:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13844552556611","imei1":"13844552556611","imei2":"13844552556611","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153075,"job_number":"JOB_153075","tr_customer_id":153092,"tr_customer_product_id":153082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:32.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"Kareem Dibbert","mobile_number":"410-582-5268","email_id":"Luna.Bernhard48@hotmail.com","dop":"2025-04-06","serial_number":"18973484455942","imei1":"18973484455942","imei2":"18973484455942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153076,"job_number":"JOB_153076","tr_customer_id":153093,"tr_customer_product_id":153083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:34.000Z","modified_at":"2026-01-13T03:50:34.000Z","name":"Kaitlin Windler","mobile_number":"201-669-5785","email_id":"Sienna_Corkery85@gmail.com","dop":"2025-04-06","serial_number":"10440709278762594","imei1":"10440709278762594","imei2":"10440709278762594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153077,"job_number":"JOB_153077","tr_customer_id":153094,"tr_customer_product_id":153084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:36.000Z","modified_at":"2026-01-13T03:50:36.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14210164826325","imei1":"14210164826325","imei2":"14210164826325","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153078,"job_number":"JOB_153078","tr_customer_id":153095,"tr_customer_product_id":153085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:51:13.000Z","name":"Devan Wiza","mobile_number":"725-295-0415","email_id":"Joshuah.Deckow28@gmail.com","dop":"2025-04-06","serial_number":"10209135742394","imei1":"10209135742394","imei2":"10209135742394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153080,"job_number":"JOB_153080","tr_customer_id":153097,"tr_customer_product_id":153087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19224335783664","imei1":"19224335783664","imei2":"19224335783664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153081,"job_number":"JOB_153081","tr_customer_id":153098,"tr_customer_product_id":153088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:51:15.000Z","name":"Kali Gibson","mobile_number":"893-532-7219","email_id":"August.Murazik2@hotmail.com","dop":"2025-04-06","serial_number":"17521816623445","imei1":"17521816623445","imei2":"17521816623445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153082,"job_number":"JOB_153082","tr_customer_id":153099,"tr_customer_product_id":153089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18445398425976","imei1":"18445398425976","imei2":"18445398425976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153083,"job_number":"JOB_153083","tr_customer_id":153100,"tr_customer_product_id":153090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:51:11.000Z","name":"Zack Waelchi","mobile_number":"304-824-1857","email_id":"Ariane_Kilback49@hotmail.com","dop":"2025-04-06","serial_number":"13034853505169","imei1":"13034853505169","imei2":"13034853505169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153084,"job_number":"JOB_153084","tr_customer_id":153101,"tr_customer_product_id":153091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Amir Spencer","mobile_number":"738-414-9550","email_id":"Mario_Bogan67@yahoo.com","dop":"2025-04-06","serial_number":"11935463815113542","imei1":"11935463815113542","imei2":"11935463815113542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153085,"job_number":"JOB_153085","tr_customer_id":153102,"tr_customer_product_id":153092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Faustino Langworth","mobile_number":"250-265-0398","email_id":"Korbin_Ankunding39@yahoo.com","dop":"2025-04-06","serial_number":"16078364766113880","imei1":"16078364766113880","imei2":"16078364766113880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153086,"job_number":"JOB_153086","tr_customer_id":153103,"tr_customer_product_id":153093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"Jeanette Grady","mobile_number":"316-608-4183","email_id":"Jadyn_OHara16@gmail.com","dop":"2025-04-06","serial_number":"19153294343452520","imei1":"19153294343452520","imei2":"19153294343452520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153087,"job_number":"JOB_153087","tr_customer_id":153104,"tr_customer_product_id":153094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13173564929167","imei1":"13173564929167","imei2":"13173564929167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153088,"job_number":"JOB_153088","tr_customer_id":153105,"tr_customer_product_id":153095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:51:17.000Z","name":"Dangelo Zemlak","mobile_number":"212-683-1235","email_id":"Judd.Stracke@gmail.com","dop":"2025-04-06","serial_number":"19089383228327","imei1":"19089383228327","imei2":"19089383228327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153093,"job_number":"JOB_153093","tr_customer_id":153110,"tr_customer_product_id":153100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Darrick Brown","mobile_number":"276-943-9247","email_id":"Opal2@hotmail.com","dop":"2025-04-06","serial_number":"16541453210419996","imei1":"16541453210419996","imei2":"16541453210419996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153095,"job_number":"JOB_153095","tr_customer_id":153112,"tr_customer_product_id":153102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:45.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Catalina Reichel","mobile_number":"494-745-9246","email_id":"Kaia_Beatty@gmail.com","dop":"2000-01-31","serial_number":"10716392563432","imei1":"10716392563432","imei2":"10716392563432","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153097,"job_number":"JOB_153097","tr_customer_id":153114,"tr_customer_product_id":153104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18999790093893","imei1":"18999790093893","imei2":"18999790093893","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153098,"job_number":"JOB_153098","tr_customer_id":153115,"tr_customer_product_id":153105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10419869269352","imei1":"10419869269352","imei2":"10419869269352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153099,"job_number":"JOB_153099","tr_customer_id":153116,"tr_customer_product_id":153106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18067897014023","imei1":"18067897014023","imei2":"18067897014023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153100,"job_number":"JOB_153100","tr_customer_id":153117,"tr_customer_product_id":153107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Elody Kuphal","mobile_number":"749-670-3447","email_id":"Javon59@gmail.com","dop":"2025-04-06","serial_number":"19176042363609","imei1":"19176042363609","imei2":"19176042363609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153101,"job_number":"JOB_153101","tr_customer_id":153118,"tr_customer_product_id":153108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:48.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Vicenta Treutel","mobile_number":"282-794-3952","email_id":"Cullen.Heaney@gmail.com","dop":"2025-04-06","serial_number":"16867005038800","imei1":"16867005038800","imei2":"16867005038800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153102,"job_number":"JOB_153102","tr_customer_id":153119,"tr_customer_product_id":153109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:48.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Nils Bashirian","mobile_number":"635-954-3714","email_id":"Graham.OKon67@gmail.com","dop":"2025-04-06","serial_number":"10822940319181","imei1":"10822940319181","imei2":"10822940319181","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153103,"job_number":"JOB_153103","tr_customer_id":153120,"tr_customer_product_id":153110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Kaleigh Flatley","mobile_number":"570-357-2377","email_id":"Brayan.Spencer@yahoo.com","dop":"2025-04-06","serial_number":"18438963295359948","imei1":"18438963295359948","imei2":"18438963295359948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153104,"job_number":"JOB_153104","tr_customer_id":153121,"tr_customer_product_id":153111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Enid Kris","mobile_number":"437-791-7523","email_id":"Fermin.Muller95@hotmail.com","dop":"2025-04-06","serial_number":"13143860045647592","imei1":"13143860045647592","imei2":"13143860045647592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153105,"job_number":"JOB_153105","tr_customer_id":153122,"tr_customer_product_id":153112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Jayne Schuppe","mobile_number":"745-966-7108","email_id":"Susana.Predovic10@hotmail.com","dop":"2025-04-06","serial_number":"14304569801109850","imei1":"14304569801109850","imei2":"14304569801109850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153106,"job_number":"JOB_153106","tr_customer_id":153123,"tr_customer_product_id":153113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:57.000Z","modified_at":"2026-01-13T03:50:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13701174672689","imei1":"13701174672689","imei2":"13701174672689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153107,"job_number":"JOB_153107","tr_customer_id":153124,"tr_customer_product_id":153114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:57.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Kobe Conn","mobile_number":"815-288-8458","email_id":"Breana_Kemmer93@gmail.com","dop":"2025-04-06","serial_number":"18499585679775","imei1":"18499585679775","imei2":"18499585679775","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153108,"job_number":"JOB_153108","tr_customer_id":153125,"tr_customer_product_id":153115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"Etha Gorczany","mobile_number":"549-498-0752","email_id":"Karl64@yahoo.com","dop":"2025-04-06","serial_number":"11905239359408752","imei1":"11905239359408752","imei2":"11905239359408752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153109,"job_number":"JOB_153109","tr_customer_id":153126,"tr_customer_product_id":153116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16851118059558","imei1":"16851118059558","imei2":"16851118059558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153110,"job_number":"JOB_153110","tr_customer_id":153127,"tr_customer_product_id":153117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:59.000Z","modified_at":"2026-01-13T03:51:33.000Z","name":"Treva McClure","mobile_number":"543-959-5423","email_id":"Kelly72@gmail.com","dop":"2025-04-06","serial_number":"16483744012794","imei1":"16483744012794","imei2":"16483744012794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153111,"job_number":"JOB_153111","tr_customer_id":153128,"tr_customer_product_id":153118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:00.000Z","modified_at":"2026-01-13T03:51:00.000Z","name":"Jacklyn Hoppe","mobile_number":"782-304-3329","email_id":"Beth.Stracke90@hotmail.com","dop":"2025-04-06","serial_number":"11949546922932804","imei1":"11949546922932804","imei2":"11949546922932804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153114,"job_number":"JOB_153114","tr_customer_id":153131,"tr_customer_product_id":153121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16475215694770","imei1":"16475215694770","imei2":"16475215694770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153116,"job_number":"JOB_153116","tr_customer_id":153133,"tr_customer_product_id":153123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:48.000Z","name":"Albina Ferry","mobile_number":"269-475-5046","email_id":"Devon14@gmail.com","dop":"2025-04-06","serial_number":"17088301016454","imei1":"17088301016454","imei2":"17088301016454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153117,"job_number":"JOB_153117","tr_customer_id":153134,"tr_customer_product_id":153124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:11.000Z","modified_at":"2026-01-13T03:51:11.000Z","name":"Lacy Block","mobile_number":"786-394-6562","email_id":"Jennifer.Reilly@gmail.com","dop":"2025-04-06","serial_number":"17579672354579640","imei1":"17579672354579640","imei2":"17579672354579640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153118,"job_number":"JOB_153118","tr_customer_id":153135,"tr_customer_product_id":153125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:17.000Z","modified_at":"2026-01-13T03:51:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18976150243856","imei1":"18976150243856","imei2":"18976150243856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153119,"job_number":"JOB_153119","tr_customer_id":153136,"tr_customer_product_id":153126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:18.000Z","modified_at":"2026-01-13T03:51:55.000Z","name":"Domenico MacGyver","mobile_number":"792-551-8862","email_id":"Amelia85@yahoo.com","dop":"2025-04-06","serial_number":"17053002578000","imei1":"17053002578000","imei2":"17053002578000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153120,"job_number":"JOB_153120","tr_customer_id":153137,"tr_customer_product_id":153127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:19.000Z","modified_at":"2026-01-13T03:51:19.000Z","name":"Jerry Friesen","mobile_number":"518-345-9827","email_id":"Adelia_Hettinger2@gmail.com","dop":"2025-04-06","serial_number":"17307083703358260","imei1":"17307083703358260","imei2":"17307083703358260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153121,"job_number":"JOB_153121","tr_customer_id":153138,"tr_customer_product_id":153128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:20.000Z","modified_at":"2026-01-13T03:51:20.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14419795897250","imei1":"14419795897250","imei2":"14419795897250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153122,"job_number":"JOB_153122","tr_customer_id":153139,"tr_customer_product_id":153129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:20.000Z","modified_at":"2026-01-13T03:51:56.000Z","name":"Brent Trantow","mobile_number":"435-746-7481","email_id":"Derick37@yahoo.com","dop":"2025-04-06","serial_number":"14645292041566","imei1":"14645292041566","imei2":"14645292041566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153123,"job_number":"JOB_153123","tr_customer_id":153140,"tr_customer_product_id":153130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:21.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Peter Hilpert","mobile_number":"897-986-7560","email_id":"Judson21@gmail.com","dop":"2025-04-06","serial_number":"10289533883965028","imei1":"10289533883965028","imei2":"10289533883965028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153124,"job_number":"JOB_153124","tr_customer_id":153141,"tr_customer_product_id":153131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:22.000Z","modified_at":"2026-01-13T03:51:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16928359501430","imei1":"16928359501430","imei2":"16928359501430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153125,"job_number":"JOB_153125","tr_customer_id":153142,"tr_customer_product_id":153132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:22.000Z","modified_at":"2026-01-13T03:52:00.000Z","name":"Darrell Fay","mobile_number":"554-359-4015","email_id":"May3@yahoo.com","dop":"2025-04-06","serial_number":"19370363367281","imei1":"19370363367281","imei2":"19370363367281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153128,"job_number":"JOB_153128","tr_customer_id":153145,"tr_customer_product_id":153135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Emily Jerde","mobile_number":"869-493-5374","email_id":"Tara_McGlynn@gmail.com","dop":"2025-04-06","serial_number":"14302115476753244","imei1":"14302115476753244","imei2":"14302115476753244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153130,"job_number":"JOB_153130","tr_customer_id":153147,"tr_customer_product_id":153137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16010550654542","imei1":"16010550654542","imei2":"16010550654542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153131,"job_number":"JOB_153131","tr_customer_id":153148,"tr_customer_product_id":153138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:25.000Z","modified_at":"2026-01-13T03:52:02.000Z","name":"Marianne Morissette","mobile_number":"803-239-7742","email_id":"Kyleigh.Raynor75@yahoo.com","dop":"2025-04-06","serial_number":"15852842544750","imei1":"15852842544750","imei2":"15852842544750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153132,"job_number":"JOB_153132","tr_customer_id":153149,"tr_customer_product_id":153139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:26.000Z","modified_at":"2026-01-13T03:51:26.000Z","name":"Callie Christiansen","mobile_number":"444-371-4512","email_id":"Aniyah_Fahey@hotmail.com","dop":"2025-04-06","serial_number":"17713763706513330","imei1":"17713763706513330","imei2":"17713763706513330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153134,"job_number":"JOB_153134","tr_customer_id":153151,"tr_customer_product_id":153141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18716729802145","imei1":"18716729802145","imei2":"18716729802145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153135,"job_number":"JOB_153135","tr_customer_id":153152,"tr_customer_product_id":153142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:52:04.000Z","name":"Mac Lynch","mobile_number":"675-329-2613","email_id":"Bonnie.Maggio@hotmail.com","dop":"2000-01-31","serial_number":"10001411456309","imei1":"10001411456309","imei2":"10001411456309","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153136,"job_number":"JOB_153136","tr_customer_id":153153,"tr_customer_product_id":153143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:52:02.000Z","name":"Ettie Armstrong","mobile_number":"795-463-6086","email_id":"Abraham_Little31@yahoo.com","dop":"2025-04-06","serial_number":"16460214171741","imei1":"16460214171741","imei2":"16460214171741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153138,"job_number":"JOB_153138","tr_customer_id":153155,"tr_customer_product_id":153145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Alvis Cartwright","mobile_number":"529-857-4653","email_id":"Nina_Durgan@hotmail.com","dop":"2025-04-06","serial_number":"13116854987603646","imei1":"13116854987603646","imei2":"13116854987603646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153139,"job_number":"JOB_153139","tr_customer_id":153156,"tr_customer_product_id":153146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:30.000Z","modified_at":"2026-01-13T03:51:30.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14023860338983","imei1":"14023860338983","imei2":"14023860338983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153140,"job_number":"JOB_153140","tr_customer_id":153157,"tr_customer_product_id":153147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:30.000Z","modified_at":"2026-01-13T03:52:06.000Z","name":"Carroll Robel","mobile_number":"647-850-5116","email_id":"Cicero.Abshire@hotmail.com","dop":"2025-04-06","serial_number":"11183956973022","imei1":"11183956973022","imei2":"11183956973022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153141,"job_number":"JOB_153141","tr_customer_id":153158,"tr_customer_product_id":153148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:31.000Z","modified_at":"2026-01-13T03:51:31.000Z","name":"Lori O'Keefe","mobile_number":"466-664-1135","email_id":"Ona_Christiansen@hotmail.com","dop":"2025-04-06","serial_number":"17437709589776542","imei1":"17437709589776542","imei2":"17437709589776542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153142,"job_number":"JOB_153142","tr_customer_id":153159,"tr_customer_product_id":153149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:35.000Z","modified_at":"2026-01-13T03:51:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13593104213416","imei1":"13593104213416","imei2":"13593104213416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153143,"job_number":"JOB_153143","tr_customer_id":153160,"tr_customer_product_id":153150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:35.000Z","modified_at":"2026-01-13T03:52:07.000Z","name":"Hubert Kovacek","mobile_number":"517-577-8902","email_id":"Trenton.Weissnat77@hotmail.com","dop":"2025-04-06","serial_number":"19611515181213","imei1":"19611515181213","imei2":"19611515181213","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153144,"job_number":"JOB_153144","tr_customer_id":153161,"tr_customer_product_id":153151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:36.000Z","modified_at":"2026-01-13T03:51:36.000Z","name":"Consuelo Schuster","mobile_number":"901-743-1013","email_id":"Fabian82@hotmail.com","dop":"2025-04-06","serial_number":"12261540853864804","imei1":"12261540853864804","imei2":"12261540853864804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153148,"job_number":"JOB_153148","tr_customer_id":153165,"tr_customer_product_id":153155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:39.000Z","modified_at":"2026-01-13T03:51:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17475014846148","imei1":"17475014846148","imei2":"17475014846148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153149,"job_number":"JOB_153149","tr_customer_id":153166,"tr_customer_product_id":153156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:39.000Z","modified_at":"2026-01-13T03:52:13.000Z","name":"Chet Mertz","mobile_number":"688-232-0809","email_id":"Nova_Prohaska@hotmail.com","dop":"2025-04-06","serial_number":"14850575317100","imei1":"14850575317100","imei2":"14850575317100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153150,"job_number":"JOB_153150","tr_customer_id":153167,"tr_customer_product_id":153157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:41.000Z","modified_at":"2026-01-13T03:51:41.000Z","name":"Elwyn Leffler","mobile_number":"327-674-7261","email_id":"Dina5@hotmail.com","dop":"2025-04-06","serial_number":"16511833796415536","imei1":"16511833796415536","imei2":"16511833796415536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153151,"job_number":"JOB_153151","tr_customer_id":153168,"tr_customer_product_id":153158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10130165355224","imei1":"10130165355224","imei2":"10130165355224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153152,"job_number":"JOB_153152","tr_customer_id":153169,"tr_customer_product_id":153159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11115597249717","imei1":"11115597249717","imei2":"11115597249717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153153,"job_number":"JOB_153153","tr_customer_id":153170,"tr_customer_product_id":153160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:39.000Z","name":"Waldo Purdy","mobile_number":"563-568-5004","email_id":"Reed.Reichel@yahoo.com","dop":"2025-04-06","serial_number":"11258330462824","imei1":"11258330462824","imei2":"11258330462824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153154,"job_number":"JOB_153154","tr_customer_id":153171,"tr_customer_product_id":153161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:41.000Z","name":"Garrett Adams","mobile_number":"387-242-2491","email_id":"Lester.Price67@gmail.com","dop":"2025-04-06","serial_number":"12827174016787","imei1":"12827174016787","imei2":"12827174016787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153155,"job_number":"JOB_153155","tr_customer_id":153172,"tr_customer_product_id":153162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:04.000Z","modified_at":"2026-01-13T03:52:04.000Z","name":"Elyse Kutch","mobile_number":"645-761-8893","email_id":"Priscilla.Witting@hotmail.com","dop":"2025-04-06","serial_number":"18340930470477076","imei1":"18340930470477076","imei2":"18340930470477076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153156,"job_number":"JOB_153156","tr_customer_id":153173,"tr_customer_product_id":153163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:05.000Z","modified_at":"2026-01-13T03:52:05.000Z","name":"Oleta Emard","mobile_number":"222-876-0291","email_id":"Kylee.Mann@hotmail.com","dop":"2025-04-06","serial_number":"18636482248472350","imei1":"18636482248472350","imei2":"18636482248472350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153157,"job_number":"JOB_153157","tr_customer_id":153174,"tr_customer_product_id":153164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:07.000Z","modified_at":"2026-01-13T03:52:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13985051678366","imei1":"13985051678366","imei2":"13985051678366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153158,"job_number":"JOB_153158","tr_customer_id":153175,"tr_customer_product_id":153165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:08.000Z","modified_at":"2026-01-13T03:52:45.000Z","name":"Carolina Metz","mobile_number":"594-473-0911","email_id":"Marlene_Pollich@gmail.com","dop":"2025-04-06","serial_number":"14980459183214","imei1":"14980459183214","imei2":"14980459183214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153159,"job_number":"JOB_153159","tr_customer_id":153176,"tr_customer_product_id":153166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:08.000Z","modified_at":"2026-01-13T03:52:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17578726537565","imei1":"17578726537565","imei2":"17578726537565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153160,"job_number":"JOB_153160","tr_customer_id":153177,"tr_customer_product_id":153167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:09.000Z","modified_at":"2026-01-13T03:52:42.000Z","name":"Arno Bosco","mobile_number":"893-892-5495","email_id":"Erling84@gmail.com","dop":"2025-04-06","serial_number":"17465608746796","imei1":"17465608746796","imei2":"17465608746796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153161,"job_number":"JOB_153161","tr_customer_id":153178,"tr_customer_product_id":153168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:09.000Z","modified_at":"2026-01-13T03:52:09.000Z","name":"Ezekiel Lindgren","mobile_number":"377-339-2399","email_id":"Zora43@hotmail.com","dop":"2025-04-06","serial_number":"17446845544872254","imei1":"17446845544872254","imei2":"17446845544872254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153162,"job_number":"JOB_153162","tr_customer_id":153179,"tr_customer_product_id":153169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10052525619475","imei1":"10052525619475","imei2":"10052525619475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153163,"job_number":"JOB_153163","tr_customer_id":153180,"tr_customer_product_id":153170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"Oscar Rutherford","mobile_number":"365-219-5809","email_id":"Betsy32@gmail.com","dop":"2025-04-06","serial_number":"14954681092067464","imei1":"14954681092067464","imei2":"14954681092067464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153164,"job_number":"JOB_153164","tr_customer_id":153181,"tr_customer_product_id":153171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:48.000Z","name":"Hellen Koch","mobile_number":"626-882-4725","email_id":"Pamela.Dibbert67@gmail.com","dop":"2025-04-06","serial_number":"11225375272847","imei1":"11225375272847","imei2":"11225375272847","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153166,"job_number":"JOB_153166","tr_customer_id":153183,"tr_customer_product_id":153173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:46.000Z","name":"Dortha Veum","mobile_number":"660-969-1672","email_id":"Demond18@yahoo.com","dop":"2000-01-31","serial_number":"10016107663628","imei1":"10016107663628","imei2":"10016107663628","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153167,"job_number":"JOB_153167","tr_customer_id":153184,"tr_customer_product_id":153174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Nico Moen","mobile_number":"854-383-0204","email_id":"Linwood.Dickinson@yahoo.com","dop":"2025-04-06","serial_number":"14097674512720782","imei1":"14097674512720782","imei2":"14097674512720782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153169,"job_number":"JOB_153169","tr_customer_id":153186,"tr_customer_product_id":153176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:20.000Z","modified_at":"2026-01-13T03:52:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16044510551502","imei1":"16044510551502","imei2":"16044510551502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153170,"job_number":"JOB_153170","tr_customer_id":153187,"tr_customer_product_id":153177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:20.000Z","modified_at":"2026-01-13T03:52:53.000Z","name":"Garret Rowe","mobile_number":"883-929-1183","email_id":"Amely.Beier58@yahoo.com","dop":"2025-04-06","serial_number":"14482159822343","imei1":"14482159822343","imei2":"14482159822343","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153171,"job_number":"JOB_153171","tr_customer_id":153188,"tr_customer_product_id":153178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:21.000Z","modified_at":"2026-01-13T03:52:21.000Z","name":"Johnpaul Nitzsche","mobile_number":"207-608-3747","email_id":"Robert.Schimmel87@hotmail.com","dop":"2025-04-06","serial_number":"11100976521545972","imei1":"11100976521545972","imei2":"11100976521545972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153172,"job_number":"JOB_153172","tr_customer_id":153189,"tr_customer_product_id":153179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:25.000Z","modified_at":"2026-01-13T03:59:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30175298275047","imei1":"30175298275047","imei2":"30175298275047","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153173,"job_number":"JOB_153173","tr_customer_id":153190,"tr_customer_product_id":153180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39736907178927","imei1":"39736907178927","imei2":"39736907178927","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153174,"job_number":"JOB_153174","tr_customer_id":153191,"tr_customer_product_id":153181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21407778553161","imei1":"21407778553161","imei2":"21407778553161","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153175,"job_number":"JOB_153175","tr_customer_id":153192,"tr_customer_product_id":153182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62544012041904","imei1":"62544012041904","imei2":"62544012041904","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153176,"job_number":"JOB_153176","tr_customer_id":153193,"tr_customer_product_id":153183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99959134188493","imei1":"99959134188493","imei2":"99959134188493","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153177,"job_number":"JOB_153177","tr_customer_id":153194,"tr_customer_product_id":153184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:27.000Z","modified_at":"2026-01-13T03:59:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"22392790873021","imei1":"22392790873021","imei2":"22392790873021","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153178,"job_number":"JOB_153178","tr_customer_id":153195,"tr_customer_product_id":153185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:27.000Z","modified_at":"2026-01-13T03:59:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29797554775792","imei1":"29797554775792","imei2":"29797554775792","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153179,"job_number":"JOB_153179","tr_customer_id":153196,"tr_customer_product_id":153186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:55.000Z","modified_at":"2026-01-13T03:59:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51040340604623","imei1":"51040340604623","imei2":"51040340604623","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153180,"job_number":"JOB_153180","tr_customer_id":153197,"tr_customer_product_id":153187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21006414201226","imei1":"21006414201226","imei2":"21006414201226","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153181,"job_number":"JOB_153181","tr_customer_id":153198,"tr_customer_product_id":153188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50056823112746","imei1":"50056823112746","imei2":"50056823112746","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153182,"job_number":"JOB_153182","tr_customer_id":153199,"tr_customer_product_id":153189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93748794197334","imei1":"93748794197334","imei2":"93748794197334","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153183,"job_number":"JOB_153183","tr_customer_id":153200,"tr_customer_product_id":153190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91296671455571","imei1":"91296671455571","imei2":"91296671455571","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153184,"job_number":"JOB_153184","tr_customer_id":153201,"tr_customer_product_id":153191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30364673967097","imei1":"30364673967097","imei2":"30364673967097","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153185,"job_number":"JOB_153185","tr_customer_id":153202,"tr_customer_product_id":153192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T04:00:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94819976954615","imei1":"94819976954615","imei2":"94819976954615","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:00:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153186,"job_number":"JOB_153186","tr_customer_id":153203,"tr_customer_product_id":153193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:25.000Z","modified_at":"2026-01-13T04:00:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10209990333814","imei1":"10209990333814","imei2":"10209990333814","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153187,"job_number":"JOB_153187","tr_customer_id":153204,"tr_customer_product_id":153194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15049222200872","imei1":"15049222200872","imei2":"15049222200872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153188,"job_number":"JOB_153188","tr_customer_id":153205,"tr_customer_product_id":153195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47543399690737","imei1":"47543399690737","imei2":"47543399690737","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153189,"job_number":"JOB_153189","tr_customer_id":153206,"tr_customer_product_id":153196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"43075571160093","imei1":"43075571160093","imei2":"43075571160093","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153190,"job_number":"JOB_153190","tr_customer_id":153207,"tr_customer_product_id":153197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65833124924632","imei1":"65833124924632","imei2":"65833124924632","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153191,"job_number":"JOB_153191","tr_customer_id":153208,"tr_customer_product_id":153198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:27.000Z","modified_at":"2026-01-13T04:00:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36123112343377","imei1":"36123112343377","imei2":"36123112343377","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153192,"job_number":"JOB_153192","tr_customer_id":153209,"tr_customer_product_id":153199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:27.000Z","modified_at":"2026-01-13T04:00:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83788810237229","imei1":"83788810237229","imei2":"83788810237229","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153193,"job_number":"JOB_153193","tr_customer_id":153210,"tr_customer_product_id":153200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:49.000Z","modified_at":"2026-01-13T04:23:49.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"172610529232810","imei1":"172610529232810","imei2":"172610529232810","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153194,"job_number":"JOB_153194","tr_customer_id":153211,"tr_customer_product_id":153201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:49.000Z","modified_at":"2026-01-13T04:24:16.000Z","name":"Alfonzo Farrell","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"100297118865037","imei1":"100297118865037","imei2":"100297118865037","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153195,"job_number":"JOB_153195","tr_customer_id":153212,"tr_customer_product_id":153202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:50.000Z","modified_at":"2026-01-13T04:23:50.000Z","name":"Brennan Grant","mobile_number":"841-700-9396","email_id":"Jed28@yahoo.com","dop":"2025-10-22","serial_number":"1015320496052172","imei1":"1015320496052172","imei2":"1015320496052172","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153196,"job_number":"JOB_153196","tr_customer_id":153213,"tr_customer_product_id":153203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:21.000Z","modified_at":"2026-01-13T04:24:21.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"196369374839931","imei1":"196369374839931","imei2":"196369374839931","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153197,"job_number":"JOB_153197","tr_customer_id":153214,"tr_customer_product_id":153204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:22.000Z","modified_at":"2026-01-13T04:24:48.000Z","name":"Trevor Windler","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"187978613223407","imei1":"187978613223407","imei2":"187978613223407","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153198,"job_number":"JOB_153198","tr_customer_id":153215,"tr_customer_product_id":153205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:23.000Z","modified_at":"2026-01-13T04:24:23.000Z","name":"Efren Deckow","mobile_number":"879-726-6721","email_id":"Bennie_Crist60@gmail.com","dop":"2025-10-22","serial_number":"1027657902913303","imei1":"1027657902913303","imei2":"1027657902913303","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153199,"job_number":"JOB_153199","tr_customer_id":153216,"tr_customer_product_id":153206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:33.000Z","modified_at":"2026-01-13T04:24:42.000Z","name":"Akira nandan","mobile_number":"7894561230","email_id":"akira@gmail.com","dop":"2025-12-10","serial_number":"158049088537383","imei1":"158049088537383","imei2":"158049088537383","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153200,"job_number":"JOB_153200","tr_customer_id":153217,"tr_customer_product_id":153207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:44.000Z","modified_at":"2026-01-13T04:24:53.000Z","name":"Anusha 123saikam","mobile_number":"7894561230","email_id":"anusha@gmail.com","dop":"2025-12-10","serial_number":"130241026316878","imei1":"130241026316878","imei2":"130241026316878","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153201,"job_number":"JOB_153201","tr_customer_id":153218,"tr_customer_product_id":153208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:53.000Z","modified_at":"2026-01-13T04:24:53.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"125791411203086","imei1":"125791411203086","imei2":"125791411203086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153202,"job_number":"JOB_153202","tr_customer_id":153219,"tr_customer_product_id":153209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:53.000Z","modified_at":"2026-01-13T04:25:32.000Z","name":"Nicholaus Erdman","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"180799427188734","imei1":"180799427188734","imei2":"180799427188734","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153203,"job_number":"JOB_153203","tr_customer_id":153220,"tr_customer_product_id":153210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:54.000Z","modified_at":"2026-01-13T04:24:54.000Z","name":"Ramona Ledner","mobile_number":"997-943-0364","email_id":"Walton_Schultz12@yahoo.com","dop":"2025-10-22","serial_number":"1014941016516362","imei1":"1014941016516362","imei2":"1014941016516362","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153204,"job_number":"JOB_153204","tr_customer_id":153221,"tr_customer_product_id":153211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:29:34.000Z","modified_at":"2026-01-13T04:30:13.000Z","name":"Clara Hermiston","mobile_number":"462-509-4186","email_id":"Vesta.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"12004814891364","imei1":"12004814891364","imei2":"12004814891364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153205,"job_number":"JOB_153205","tr_customer_id":153222,"tr_customer_product_id":153212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:29:36.000Z","modified_at":"2026-01-13T04:29:36.000Z","name":"Sigurd Hansen","mobile_number":"369-653-0024","email_id":"Kaya.Ryan71@hotmail.com","dop":"2025-04-06","serial_number":"14806398941573048","imei1":"14806398941573048","imei2":"14806398941573048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153206,"job_number":"JOB_153206","tr_customer_id":153223,"tr_customer_product_id":153213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:12.000Z","modified_at":"2026-01-13T04:36:12.000Z","name":"Kailey Hermiston","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"127217837454338","imei1":"127217837454338","imei2":"127217837454338","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153207,"job_number":"JOB_153207","tr_customer_id":153224,"tr_customer_product_id":153214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:45.000Z","modified_at":"2026-01-13T04:36:45.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"93723787000779","imei1":"93723787000779","imei2":"93723787000779","popurl":"2026-01-03T04:36:45.085377771Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153208,"job_number":"JOB_153208","tr_customer_id":153225,"tr_customer_product_id":153215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:37:12.000Z","modified_at":"2026-01-13T04:37:12.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"76112773586133","imei1":"76112773586133","imei2":"76112773586133","popurl":"2026-01-03T04:37:11.995408367Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153209,"job_number":"JOB_153209","tr_customer_id":153226,"tr_customer_product_id":153216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:44:49.000Z","modified_at":"2026-01-13T04:44:49.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"107163902252086","imei1":"107163902252086","imei2":"107163902252086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153210,"job_number":"JOB_153210","tr_customer_id":153227,"tr_customer_product_id":153217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:12.000Z","modified_at":"2026-01-13T04:45:12.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"183484091925795","imei1":"183484091925795","imei2":"183484091925795","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153211,"job_number":"JOB_153211","tr_customer_id":153228,"tr_customer_product_id":153218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:13.000Z","modified_at":"2026-01-13T04:45:40.000Z","name":"Lillie Macejkovic","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"141865893280422","imei1":"141865893280422","imei2":"141865893280422","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153212,"job_number":"JOB_153212","tr_customer_id":153229,"tr_customer_product_id":153219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:14.000Z","modified_at":"2026-01-13T04:45:14.000Z","name":"Giles Gibson","mobile_number":"419-212-5365","email_id":"Otha_Sawayn@yahoo.com","dop":"2025-10-22","serial_number":"1036299542913658","imei1":"1036299542913658","imei2":"1036299542913658","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153213,"job_number":"JOB_153213","tr_customer_id":153230,"tr_customer_product_id":153220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:45.000Z","modified_at":"2026-01-13T04:45:45.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"172432575893510","imei1":"172432575893510","imei2":"172432575893510","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153214,"job_number":"JOB_153214","tr_customer_id":153231,"tr_customer_product_id":153221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:46.000Z","modified_at":"2026-01-13T04:46:15.000Z","name":"Ramiro Kunze","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"193421172284975","imei1":"193421172284975","imei2":"193421172284975","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153215,"job_number":"JOB_153215","tr_customer_id":153232,"tr_customer_product_id":153222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:47.000Z","modified_at":"2026-01-13T04:45:47.000Z","name":"Maybelle Kris","mobile_number":"645-731-4700","email_id":"Horacio_Gottlieb@hotmail.com","dop":"2025-10-22","serial_number":"1051173146041751","imei1":"1051173146041751","imei2":"1051173146041751","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153216,"job_number":"JOB_153216","tr_customer_id":153233,"tr_customer_product_id":153223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:02.000Z","modified_at":"2026-01-13T04:46:02.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"105388920262325","imei1":"105388920262325","imei2":"105388920262325","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153217,"job_number":"JOB_153217","tr_customer_id":153234,"tr_customer_product_id":153224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:03.000Z","modified_at":"2026-01-13T04:46:12.000Z","name":"Ashlynn Donnelly","mobile_number":"391-401-5748","email_id":"Neva.Conn@hotmail.com","dop":"2025-07-01","serial_number":"107786111302782","imei1":"107786111302782","imei2":"107786111302782","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153218,"job_number":"JOB_153218","tr_customer_id":153235,"tr_customer_product_id":153225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:14.000Z","modified_at":"2026-01-13T04:46:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103271004910804","imei1":"103271004910804","imei2":"103271004910804","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153219,"job_number":"JOB_153219","tr_customer_id":153236,"tr_customer_product_id":153226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:15.000Z","modified_at":"2026-01-13T04:46:24.000Z","name":"Francisco Buckridge","mobile_number":"822-419-1357","email_id":"Kristofer.Waelchi57@gmail.com","dop":"2025-07-01","serial_number":"104286731915734","imei1":"104286731915734","imei2":"104286731915734","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153220,"job_number":"JOB_153220","tr_customer_id":153237,"tr_customer_product_id":153227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:19.000Z","modified_at":"2026-01-13T04:46:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"121531535585656","imei1":"121531535585656","imei2":"121531535585656","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153221,"job_number":"JOB_153221","tr_customer_id":153238,"tr_customer_product_id":153228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:20.000Z","modified_at":"2026-01-13T04:46:46.000Z","name":"Kayla Pfannerstill","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"106492634415458","imei1":"106492634415458","imei2":"106492634415458","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153222,"job_number":"JOB_153222","tr_customer_id":153239,"tr_customer_product_id":153229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:21.000Z","modified_at":"2026-01-13T04:46:21.000Z","name":"Morris Morissette","mobile_number":"933-453-8654","email_id":"Hank_DAmore43@hotmail.com","dop":"2025-10-22","serial_number":"1055933553979311","imei1":"1055933553979311","imei2":"1055933553979311","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153223,"job_number":"JOB_153223","tr_customer_id":153240,"tr_customer_product_id":153230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:17.000Z","modified_at":"2026-01-13T04:52:17.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"104773064761836","imei1":"104773064761836","imei2":"104773064761836","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153224,"job_number":"JOB_153224","tr_customer_id":153241,"tr_customer_product_id":153231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:18.000Z","modified_at":"2026-01-13T04:52:43.000Z","name":"Oscar Becker","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"148613264957660","imei1":"148613264957660","imei2":"148613264957660","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153225,"job_number":"JOB_153225","tr_customer_id":153242,"tr_customer_product_id":153232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:19.000Z","modified_at":"2026-01-13T04:52:19.000Z","name":"Enoch Trantow","mobile_number":"596-420-5906","email_id":"Ebba83@hotmail.com","dop":"2025-10-22","serial_number":"1028491311451506","imei1":"1028491311451506","imei2":"1028491311451506","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153226,"job_number":"JOB_153226","tr_customer_id":153243,"tr_customer_product_id":153233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:48.000Z","modified_at":"2026-01-13T04:52:48.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"136460134790317","imei1":"136460134790317","imei2":"136460134790317","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153227,"job_number":"JOB_153227","tr_customer_id":153244,"tr_customer_product_id":153234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:49.000Z","modified_at":"2026-01-13T04:53:14.000Z","name":"Irving Quitzon","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"169166966641877","imei1":"169166966641877","imei2":"169166966641877","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:53:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153228,"job_number":"JOB_153228","tr_customer_id":153245,"tr_customer_product_id":153235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:49.000Z","modified_at":"2026-01-13T04:52:49.000Z","name":"Nikko Grant","mobile_number":"218-303-5722","email_id":"Rafaela45@gmail.com","dop":"2025-10-22","serial_number":"1090083597382496","imei1":"1090083597382496","imei2":"1090083597382496","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153229,"job_number":"JOB_153229","tr_customer_id":153246,"tr_customer_product_id":153236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:19.000Z","modified_at":"2026-01-13T04:53:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"185565137752770","imei1":"185565137752770","imei2":"185565137752770","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153230,"job_number":"JOB_153230","tr_customer_id":153247,"tr_customer_product_id":153237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:20.000Z","modified_at":"2026-01-13T04:53:41.000Z","name":"Olin Barton","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"107200541596307","imei1":"107200541596307","imei2":"107200541596307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T04:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153231,"job_number":"JOB_153231","tr_customer_id":153248,"tr_customer_product_id":153238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:21.000Z","modified_at":"2026-01-13T04:53:21.000Z","name":"Roxane Effertz","mobile_number":"825-917-4302","email_id":"Nils.Torphy@yahoo.com","dop":"2025-10-22","serial_number":"1053231169461800","imei1":"1053231169461800","imei2":"1053231169461800","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153232,"job_number":"JOB_153232","tr_customer_id":153249,"tr_customer_product_id":153239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:56:48.000Z","modified_at":"2026-01-13T04:57:24.000Z","name":"Brooke Conroy","mobile_number":"724-781-1508","email_id":"Felicity64@gmail.com","dop":"2025-04-06","serial_number":"11149067402522","imei1":"11149067402522","imei2":"11149067402522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153233,"job_number":"JOB_153233","tr_customer_id":153250,"tr_customer_product_id":153240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:56:49.000Z","modified_at":"2026-01-13T04:56:49.000Z","name":"Davin Nikolaus","mobile_number":"457-593-4561","email_id":"Ricardo4@gmail.com","dop":"2025-04-06","serial_number":"13354455852505362","imei1":"13354455852505362","imei2":"13354455852505362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153234,"job_number":"JOB_153234","tr_customer_id":153251,"tr_customer_product_id":153241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:57:11.000Z","modified_at":"2026-01-13T04:57:48.000Z","name":"Valerie Weimann","mobile_number":"699-912-4764","email_id":"Rosella87@gmail.com","dop":"2025-04-06","serial_number":"10257836179161","imei1":"10257836179161","imei2":"10257836179161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153235,"job_number":"JOB_153235","tr_customer_id":153252,"tr_customer_product_id":153242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:57:13.000Z","modified_at":"2026-01-13T04:57:13.000Z","name":"Ubaldo Botsford","mobile_number":"907-820-6875","email_id":"Stephan.Ferry9@hotmail.com","dop":"2025-04-06","serial_number":"14765986392064696","imei1":"14765986392064696","imei2":"14765986392064696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153236,"job_number":"JOB_153236","tr_customer_id":153253,"tr_customer_product_id":153243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:58:08.000Z","modified_at":"2026-01-13T04:58:49.000Z","name":"Olen Runolfsdottir","mobile_number":"693-480-7361","email_id":"Manuel91@hotmail.com","dop":"2025-10-22","serial_number":"194650892173770","imei1":"194650892173770","imei2":"194650892173770","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153237,"job_number":"JOB_153237","tr_customer_id":153254,"tr_customer_product_id":153244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:58:10.000Z","modified_at":"2026-01-13T04:58:10.000Z","name":"Cyril Tremblay","mobile_number":"979-500-2554","email_id":"Yvette_Marvin45@yahoo.com","dop":"2025-10-22","serial_number":"1056343915380824","imei1":"1056343915380824","imei2":"1056343915380824","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153238,"job_number":"JOB_153238","tr_customer_id":153255,"tr_customer_product_id":153245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:17:06.000Z","modified_at":"2026-01-13T05:17:06.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"161975035492012","imei1":"161975035492012","imei2":"161975035492012","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153239,"job_number":"JOB_153239","tr_customer_id":153256,"tr_customer_product_id":153246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:20:25.000Z","modified_at":"2026-01-13T05:20:25.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135669078592301","imei1":"135669078592301","imei2":"135669078592301","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153240,"job_number":"JOB_153240","tr_customer_id":153257,"tr_customer_product_id":153247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:22:27.000Z","modified_at":"2026-01-13T05:22:27.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"165222760031524","imei1":"165222760031524","imei2":"165222760031524","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:22:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153241,"job_number":"JOB_153241","tr_customer_id":153258,"tr_customer_product_id":153248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:23:15.000Z","modified_at":"2026-01-13T05:23:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"119025367808455","imei1":"119025367808455","imei2":"119025367808455","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153242,"job_number":"JOB_153242","tr_customer_id":153259,"tr_customer_product_id":153249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:24:54.000Z","modified_at":"2026-01-13T05:24:54.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"172136379190305","imei1":"172136379190305","imei2":"172136379190305","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153243,"job_number":"JOB_153243","tr_customer_id":153260,"tr_customer_product_id":153250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:26:51.000Z","modified_at":"2026-01-13T05:27:32.000Z","name":"Robert Ruecker","mobile_number":"747-309-3058","email_id":"Chaz56@hotmail.com","dop":"2025-10-22","serial_number":"145637679868377","imei1":"145637679868377","imei2":"145637679868377","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:27:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153244,"job_number":"JOB_153244","tr_customer_id":153261,"tr_customer_product_id":153251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:26:53.000Z","modified_at":"2026-01-13T05:26:53.000Z","name":"Trisha Maggio","mobile_number":"509-919-5751","email_id":"Wilber_Ledner76@hotmail.com","dop":"2025-10-22","serial_number":"1060461040571941","imei1":"1060461040571941","imei2":"1060461040571941","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153245,"job_number":"JOB_153245","tr_customer_id":153262,"tr_customer_product_id":153252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:52.000Z","modified_at":"2026-01-13T05:36:52.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"143015094103846","imei1":"143015094103846","imei2":"143015094103846","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153246,"job_number":"JOB_153246","tr_customer_id":153263,"tr_customer_product_id":153253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:59.000Z","modified_at":"2026-01-13T05:36:59.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135706289273509","imei1":"135706289273509","imei2":"135706289273509","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153253,"job_number":"JOB_153253","tr_customer_id":153270,"tr_customer_product_id":153260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:48:59.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"14601550761522","imei1":"14601550761522","imei2":"14601550761522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:48:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153254,"job_number":"JOB_153254","tr_customer_id":153271,"tr_customer_product_id":153261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:49:07.000Z","name":"Agnes Sauer","mobile_number":"768-305-9608","email_id":"Alberto.Nolan@yahoo.com","dop":"2025-04-06","serial_number":"15889270236263","imei1":"15889270236263","imei2":"15889270236263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153255,"job_number":"JOB_153255","tr_customer_id":153272,"tr_customer_product_id":153262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:00.000Z","modified_at":"2026-01-13T05:49:00.000Z","name":"Theo Harvey","mobile_number":"568-508-9272","email_id":"Georgette.Kiehn53@gmail.com","dop":"2025-04-06","serial_number":"19563600656991784","imei1":"19563600656991784","imei2":"19563600656991784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153256,"job_number":"JOB_153256","tr_customer_id":153273,"tr_customer_product_id":153263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:10.000Z","modified_at":"2026-01-13T05:49:10.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15151051947589","imei1":"15151051947589","imei2":"15151051947589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153257,"job_number":"JOB_153257","tr_customer_id":153274,"tr_customer_product_id":153264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:11.000Z","modified_at":"2026-01-13T05:49:20.000Z","name":"Kamren Botsford","mobile_number":"600-682-4862","email_id":"Martine_Rippin42@yahoo.com","dop":"2025-04-06","serial_number":"10789530576132","imei1":"10789530576132","imei2":"10789530576132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:20.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153258,"job_number":"JOB_153258","tr_customer_id":153275,"tr_customer_product_id":153265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:12.000Z","modified_at":"2026-01-13T05:49:12.000Z","name":"Dashawn Hermann","mobile_number":"366-421-2268","email_id":"Kiara64@yahoo.com","dop":"2025-04-06","serial_number":"10149682355446776","imei1":"10149682355446776","imei2":"10149682355446776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153259,"job_number":"JOB_153259","tr_customer_id":153276,"tr_customer_product_id":153266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:23.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"16502447482263","imei1":"16502447482263","imei2":"16502447482263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153260,"job_number":"JOB_153260","tr_customer_id":153277,"tr_customer_product_id":153267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:32.000Z","name":"Eloise Jacobi","mobile_number":"918-815-6531","email_id":"Gabrielle85@yahoo.com","dop":"2025-04-06","serial_number":"17319101684601","imei1":"17319101684601","imei2":"17319101684601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:32.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153261,"job_number":"JOB_153261","tr_customer_id":153278,"tr_customer_product_id":153268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:24.000Z","modified_at":"2026-01-13T05:52:24.000Z","name":"Chadrick Mante","mobile_number":"577-324-9620","email_id":"Dimitri.Mraz@gmail.com","dop":"2025-04-06","serial_number":"19873372476959810","imei1":"19873372476959810","imei2":"19873372476959810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153262,"job_number":"JOB_153262","tr_customer_id":153279,"tr_customer_product_id":153269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:34.000Z","modified_at":"2026-01-13T05:52:34.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12782726870985","imei1":"12782726870985","imei2":"12782726870985","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153263,"job_number":"JOB_153263","tr_customer_id":153280,"tr_customer_product_id":153270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:35.000Z","modified_at":"2026-01-13T05:52:43.000Z","name":"Vance Kunde","mobile_number":"505-450-8939","email_id":"Vaughn.Wilderman24@yahoo.com","dop":"2025-04-06","serial_number":"10133662090302","imei1":"10133662090302","imei2":"10133662090302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:43.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153264,"job_number":"JOB_153264","tr_customer_id":153281,"tr_customer_product_id":153271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:36.000Z","modified_at":"2026-01-13T05:52:36.000Z","name":"Pablo Baumbach","mobile_number":"524-424-2119","email_id":"Lauretta_Medhurst82@yahoo.com","dop":"2025-04-06","serial_number":"15876524230180028","imei1":"15876524230180028","imei2":"15876524230180028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153265,"job_number":"JOB_153265","tr_customer_id":153282,"tr_customer_product_id":153272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:46.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10561655597470","imei1":"10561655597470","imei2":"10561655597470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153266,"job_number":"JOB_153266","tr_customer_id":153283,"tr_customer_product_id":153273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:54.000Z","name":"Keven Brown","mobile_number":"731-749-4248","email_id":"Bill35@yahoo.com","dop":"2025-04-06","serial_number":"14457627057717","imei1":"14457627057717","imei2":"14457627057717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153267,"job_number":"JOB_153267","tr_customer_id":153284,"tr_customer_product_id":153274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:47.000Z","modified_at":"2026-01-13T05:52:47.000Z","name":"Rubie Torp","mobile_number":"589-743-9046","email_id":"William.Jakubowski47@gmail.com","dop":"2025-04-06","serial_number":"16268468770075092","imei1":"16268468770075092","imei2":"16268468770075092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153268,"job_number":"JOB_153268","tr_customer_id":153285,"tr_customer_product_id":153275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:54:14.000Z","modified_at":"2026-01-13T05:54:56.000Z","name":"Niko Schulist","mobile_number":"481-874-6480","email_id":"Darrick.Satterfield6@yahoo.com","dop":"2025-10-22","serial_number":"151916441720945","imei1":"151916441720945","imei2":"151916441720945","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153269,"job_number":"JOB_153269","tr_customer_id":153286,"tr_customer_product_id":153276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:54:15.000Z","modified_at":"2026-01-13T05:54:15.000Z","name":"Vanessa Wintheiser","mobile_number":"930-983-9512","email_id":"Leta63@hotmail.com","dop":"2025-10-22","serial_number":"1068588156351757","imei1":"1068588156351757","imei2":"1068588156351757","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153270,"job_number":"JOB_153270","tr_customer_id":153287,"tr_customer_product_id":153277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:55:54.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12770235651817","imei1":"12770235651817","imei2":"12770235651817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153271,"job_number":"JOB_153271","tr_customer_id":153288,"tr_customer_product_id":153278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:56:02.000Z","name":"Maximus Bergstrom","mobile_number":"754-359-7636","email_id":"Morris_Jerde22@gmail.com","dop":"2025-04-06","serial_number":"19241883672005","imei1":"19241883672005","imei2":"19241883672005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:02.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153272,"job_number":"JOB_153272","tr_customer_id":153289,"tr_customer_product_id":153279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:55.000Z","modified_at":"2026-01-13T05:55:55.000Z","name":"Theo Veum","mobile_number":"776-540-0866","email_id":"Audrey_Goodwin80@gmail.com","dop":"2025-04-06","serial_number":"10142298107612374","imei1":"10142298107612374","imei2":"10142298107612374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153273,"job_number":"JOB_153273","tr_customer_id":153290,"tr_customer_product_id":153280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:04.000Z","modified_at":"2026-01-13T05:56:04.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10858996788344","imei1":"10858996788344","imei2":"10858996788344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153274,"job_number":"JOB_153274","tr_customer_id":153291,"tr_customer_product_id":153281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:05.000Z","modified_at":"2026-01-13T05:56:13.000Z","name":"Nyasia Barrows","mobile_number":"562-821-7870","email_id":"Tressa_Jacobson@gmail.com","dop":"2025-04-06","serial_number":"11133565931734","imei1":"11133565931734","imei2":"11133565931734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:13.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153275,"job_number":"JOB_153275","tr_customer_id":153292,"tr_customer_product_id":153282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:06.000Z","modified_at":"2026-01-13T05:56:06.000Z","name":"Amir Osinski","mobile_number":"970-757-5171","email_id":"Darrin.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"13668257848654312","imei1":"13668257848654312","imei2":"13668257848654312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153276,"job_number":"JOB_153276","tr_customer_id":153293,"tr_customer_product_id":153283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:15.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15002484387711","imei1":"15002484387711","imei2":"15002484387711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153277,"job_number":"JOB_153277","tr_customer_id":153294,"tr_customer_product_id":153284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:23.000Z","name":"Beulah Smith","mobile_number":"397-354-9766","email_id":"Derek.OKeefe@gmail.com","dop":"2025-04-06","serial_number":"12844022201102","imei1":"12844022201102","imei2":"12844022201102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:23.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153278,"job_number":"JOB_153278","tr_customer_id":153295,"tr_customer_product_id":153285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:16.000Z","modified_at":"2026-01-13T05:56:16.000Z","name":"Jalon Weissnat","mobile_number":"495-704-3263","email_id":"Eldora_Grimes@gmail.com","dop":"2025-04-06","serial_number":"19511129363463748","imei1":"19511129363463748","imei2":"19511129363463748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153279,"job_number":"JOB_153279","tr_customer_id":153296,"tr_customer_product_id":153286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:57:42.000Z","modified_at":"2026-01-13T05:57:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"178440612464784","imei1":"178440612464784","imei2":"178440612464784","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153280,"job_number":"JOB_153280","tr_customer_id":153297,"tr_customer_product_id":153287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10415522636280","imei1":"10415522636280","imei2":"10415522636280","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153281,"job_number":"JOB_153281","tr_customer_id":153298,"tr_customer_product_id":153288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"Akeem Klein","mobile_number":"392-743-1226","email_id":"Dallin.Daniel@yahoo.com","dop":"2025-09-16","serial_number":"15569093999622","imei1":"15569093999622","imei2":"15569093999622","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153282,"job_number":"JOB_153282","tr_customer_id":153299,"tr_customer_product_id":153289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:32.000Z","modified_at":"2026-01-13T06:01:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17014254994420","imei1":"17014254994420","imei2":"17014254994420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153283,"job_number":"JOB_153283","tr_customer_id":153300,"tr_customer_product_id":153290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:32.000Z","modified_at":"2026-01-13T06:02:09.000Z","name":"Johnathan Boyer","mobile_number":"512-475-3196","email_id":"Skylar_Huel95@yahoo.com","dop":"2025-04-06","serial_number":"15757694630382","imei1":"15757694630382","imei2":"15757694630382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153284,"job_number":"JOB_153284","tr_customer_id":153301,"tr_customer_product_id":153291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:33.000Z","modified_at":"2026-01-13T06:01:33.000Z","name":"April Bernier","mobile_number":"639-900-5352","email_id":"Cicero_Rau@gmail.com","dop":"2025-04-06","serial_number":"16598664835250332","imei1":"16598664835250332","imei2":"16598664835250332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153285,"job_number":"JOB_153285","tr_customer_id":153302,"tr_customer_product_id":153292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:36.000Z","modified_at":"2026-01-13T06:01:36.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17197773438740","imei1":"17197773438740","imei2":"17197773438740","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153286,"job_number":"JOB_153286","tr_customer_id":153303,"tr_customer_product_id":153293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:37.000Z","modified_at":"2026-01-13T06:01:37.000Z","name":"Kaycee Dicki","mobile_number":"563-554-1342","email_id":"Eliza_Morar@hotmail.com","dop":"2025-09-16","serial_number":"19175643689183","imei1":"19175643689183","imei2":"19175643689183","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153287,"job_number":"JOB_153287","tr_customer_id":153304,"tr_customer_product_id":153294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13822937840563","imei1":"13822937840563","imei2":"13822937840563","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153288,"job_number":"JOB_153288","tr_customer_id":153305,"tr_customer_product_id":153295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"Brice Schulist","mobile_number":"322-863-7129","email_id":"Nils44@gmail.com","dop":"2025-09-16","serial_number":"15101747268147","imei1":"15101747268147","imei2":"15101747268147","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153289,"job_number":"JOB_153289","tr_customer_id":153306,"tr_customer_product_id":153296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:16.000Z","modified_at":"2026-01-13T06:02:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14365759410539","imei1":"14365759410539","imei2":"14365759410539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153290,"job_number":"JOB_153290","tr_customer_id":153307,"tr_customer_product_id":153297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:17.000Z","modified_at":"2026-01-13T06:02:54.000Z","name":"Malcolm DuBuque","mobile_number":"519-318-2941","email_id":"Marco_Buckridge@yahoo.com","dop":"2025-04-06","serial_number":"18737653148310","imei1":"18737653148310","imei2":"18737653148310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:02:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153291,"job_number":"JOB_153291","tr_customer_id":153308,"tr_customer_product_id":153298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Robyn Batz","mobile_number":"508-230-9642","email_id":"Colleen.Lebsack60@gmail.com","dop":"2025-10-22","serial_number":"146189110550573","imei1":"146189110550573","imei2":"146189110550573","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153292,"job_number":"JOB_153292","tr_customer_id":153309,"tr_customer_product_id":153299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Penelope Cassin","mobile_number":"476-737-0431","email_id":"Irving.Mohr@gmail.com","dop":"2025-04-06","serial_number":"18915717971422150","imei1":"18915717971422150","imei2":"18915717971422150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153293,"job_number":"JOB_153293","tr_customer_id":153310,"tr_customer_product_id":153300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:47.000Z","modified_at":"2026-01-13T06:02:47.000Z","name":"Frieda Goodwin","mobile_number":"693-724-8572","email_id":"Torrey.Konopelski39@yahoo.com","dop":"2025-10-22","serial_number":"119775467761062","imei1":"119775467761062","imei2":"119775467761062","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153294,"job_number":"JOB_153294","tr_customer_id":153311,"tr_customer_product_id":153301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:01.000Z","modified_at":"2026-01-13T06:03:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16975009979062","imei1":"16975009979062","imei2":"16975009979062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153295,"job_number":"JOB_153295","tr_customer_id":153312,"tr_customer_product_id":153302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:01.000Z","modified_at":"2026-01-13T06:03:38.000Z","name":"Hayley Harris","mobile_number":"218-724-7710","email_id":"Yvette.Nolan@gmail.com","dop":"2025-04-06","serial_number":"13075139451226","imei1":"13075139451226","imei2":"13075139451226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:03:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153296,"job_number":"JOB_153296","tr_customer_id":153313,"tr_customer_product_id":153303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:02.000Z","modified_at":"2026-01-13T06:03:02.000Z","name":"Elinore Leannon","mobile_number":"389-941-6574","email_id":"Doug_Graham99@yahoo.com","dop":"2025-04-06","serial_number":"10764151622346564","imei1":"10764151622346564","imei2":"10764151622346564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153297,"job_number":"JOB_153297","tr_customer_id":153314,"tr_customer_product_id":153304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:35.000Z","modified_at":"2026-01-13T06:03:35.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2026-01-03T06:03:35.052354845Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153298,"job_number":"JOB_153298","tr_customer_id":153315,"tr_customer_product_id":153305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:36.000Z","modified_at":"2026-01-13T06:03:36.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2026-01-03T06:03:35.617489493Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153299,"job_number":"JOB_153299","tr_customer_id":153316,"tr_customer_product_id":153306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:15.000Z","modified_at":"2026-01-13T06:04:55.000Z","name":"Lance Rohan","mobile_number":"273-361-1720","email_id":"Christ_Rice@hotmail.com","dop":"2025-10-22","serial_number":"195068451750918","imei1":"195068451750918","imei2":"195068451750918","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:04:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153300,"job_number":"JOB_153300","tr_customer_id":153317,"tr_customer_product_id":153307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:17.000Z","modified_at":"2026-01-13T06:04:17.000Z","name":"Harold Daugherty","mobile_number":"422-762-8791","email_id":"Mason21@yahoo.com","dop":"2025-10-22","serial_number":"1014646778342944","imei1":"1014646778342944","imei2":"1014646778342944","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153301,"job_number":"JOB_153301","tr_customer_id":153318,"tr_customer_product_id":153308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:38.000Z","modified_at":"2026-01-13T06:04:38.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12268244399874","imei1":"12268244399874","imei2":"12268244399874","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153302,"job_number":"JOB_153302","tr_customer_id":153319,"tr_customer_product_id":153309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:39.000Z","modified_at":"2026-01-13T06:05:15.000Z","name":"Luna Mohr","mobile_number":"516-760-2059","email_id":"Dahlia_Dare@gmail.com","dop":"2025-04-06","serial_number":"15519855397565","imei1":"15519855397565","imei2":"15519855397565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153303,"job_number":"JOB_153303","tr_customer_id":153320,"tr_customer_product_id":153310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:40.000Z","modified_at":"2026-01-13T06:04:40.000Z","name":"Zackery Reichel","mobile_number":"515-744-2425","email_id":"Jordon_Denesik@hotmail.com","dop":"2025-04-06","serial_number":"12863285320508118","imei1":"12863285320508118","imei2":"12863285320508118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153304,"job_number":"JOB_153304","tr_customer_id":153321,"tr_customer_product_id":153311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:22.000Z","modified_at":"2026-01-13T06:05:22.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17274175270779","imei1":"17274175270779","imei2":"17274175270779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153305,"job_number":"JOB_153305","tr_customer_id":153322,"tr_customer_product_id":153312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:22.000Z","modified_at":"2026-01-13T06:05:55.000Z","name":"Alexander Pfannerstill","mobile_number":"548-598-7996","email_id":"Cornelius_Durgan@gmail.com","dop":"2025-04-06","serial_number":"18124973985957","imei1":"18124973985957","imei2":"18124973985957","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:05:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153306,"job_number":"JOB_153306","tr_customer_id":153323,"tr_customer_product_id":153313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:23.000Z","modified_at":"2026-01-13T06:05:23.000Z","name":"Justen Rowe","mobile_number":"783-495-7409","email_id":"Ashleigh_Macejkovic@gmail.com","dop":"2025-04-06","serial_number":"18837100737248520","imei1":"18837100737248520","imei2":"18837100737248520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153307,"job_number":"JOB_153307","tr_customer_id":153324,"tr_customer_product_id":153314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:01.000Z","modified_at":"2026-01-13T06:06:01.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14704300265370","imei1":"14704300265370","imei2":"14704300265370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153308,"job_number":"JOB_153308","tr_customer_id":153325,"tr_customer_product_id":153315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:01.000Z","modified_at":"2026-01-13T06:06:32.000Z","name":"Oswaldo Kuhlman","mobile_number":"411-317-4180","email_id":"Garnet_Durgan20@gmail.com","dop":"2025-04-06","serial_number":"17711627910827","imei1":"17711627910827","imei2":"17711627910827","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:06:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153309,"job_number":"JOB_153309","tr_customer_id":153326,"tr_customer_product_id":153316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:02.000Z","modified_at":"2026-01-13T06:06:02.000Z","name":"Landen Brakus","mobile_number":"715-741-1690","email_id":"Demario63@gmail.com","dop":"2025-04-06","serial_number":"14424858794371792","imei1":"14424858794371792","imei2":"14424858794371792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153310,"job_number":"JOB_153310","tr_customer_id":153327,"tr_customer_product_id":153317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:13:47.000Z","modified_at":"2026-01-13T06:13:47.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-03","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-03T06:13:46.881874Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:13:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153327,"job_number":"JOB_153327","tr_customer_id":153344,"tr_customer_product_id":153334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:49.000Z","modified_at":"2026-01-13T06:21:49.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10336844726187","imei1":"10336844726187","imei2":"10336844726187","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153328,"job_number":"JOB_153328","tr_customer_id":153345,"tr_customer_product_id":153335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:49.000Z","modified_at":"2026-01-13T06:22:26.000Z","name":"Earline DuBuque","mobile_number":"774-575-2993","email_id":"Hilton.McCullough@hotmail.com","dop":"2025-06-18","serial_number":"10630115371402","imei1":"10630115371402","imei2":"10630115371402","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153329,"job_number":"JOB_153329","tr_customer_id":153346,"tr_customer_product_id":153336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:50.000Z","modified_at":"2026-01-13T06:21:50.000Z","name":"Carissa Gerhold","mobile_number":"947-564-7275","email_id":"Reanna69@gmail.com","dop":"2025-06-18","serial_number":"1077181388124335","imei1":"1077181388124335","imei2":"1077181388124335","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153330,"job_number":"JOB_153330","tr_customer_id":153347,"tr_customer_product_id":153337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:33.000Z","modified_at":"2026-01-13T06:22:33.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10565054783146","imei1":"10565054783146","imei2":"10565054783146","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153331,"job_number":"JOB_153331","tr_customer_id":153348,"tr_customer_product_id":153338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:34.000Z","modified_at":"2026-01-13T06:23:10.000Z","name":"Nash Price","mobile_number":"200-567-3305","email_id":"Nick.Nitzsche56@yahoo.com","dop":"2025-06-18","serial_number":"10089028831102","imei1":"10089028831102","imei2":"10089028831102","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153332,"job_number":"JOB_153332","tr_customer_id":153349,"tr_customer_product_id":153339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:34.000Z","modified_at":"2026-01-13T06:22:34.000Z","name":"Marion Walsh","mobile_number":"377-301-7681","email_id":"Camylle.Rice@gmail.com","dop":"2025-06-18","serial_number":"1051139741247594","imei1":"1051139741247594","imei2":"1051139741247594","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153333,"job_number":"JOB_153333","tr_customer_id":153350,"tr_customer_product_id":153340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Alvena Lemke","mobile_number":"650-434-0670","email_id":"Zoey11@hotmail.com","dop":"2025-09-09","serial_number":"19680804035961","imei1":"19680804035961","imei2":"19680804035961","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153334,"job_number":"JOB_153334","tr_customer_id":153351,"tr_customer_product_id":153341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Rogelio Berge","mobile_number":"668-436-1530","email_id":"Sandy_Schuster70@gmail.com","dop":"2025-09-09","serial_number":"12555831927229","imei1":"12555831927229","imei2":"12555831927229","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153335,"job_number":"JOB_153335","tr_customer_id":153352,"tr_customer_product_id":153342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:36.000Z","modified_at":"2026-01-13T06:22:49.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"18091870566457","imei1":"18091870566457","imei2":"18091870566457","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:22:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153336,"job_number":"JOB_153336","tr_customer_id":153353,"tr_customer_product_id":153343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Tobin Satterfield","mobile_number":"425-731-6292","email_id":"Sam_Hodkiewicz@hotmail.com","dop":"2025-09-09","serial_number":"13037333653986","imei1":"13037333653986","imei2":"13037333653986","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153337,"job_number":"JOB_153337","tr_customer_id":153354,"tr_customer_product_id":153344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Oswald Ondricka","mobile_number":"853-993-0322","email_id":"Aric55@gmail.com","dop":"2025-09-09","serial_number":"12394674407704","imei1":"12394674407704","imei2":"12394674407704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153338,"job_number":"JOB_153338","tr_customer_id":153355,"tr_customer_product_id":153345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:23:09.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"19478416349558","imei1":"19478416349558","imei2":"19478416349558","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153339,"job_number":"JOB_153339","tr_customer_id":153356,"tr_customer_product_id":153346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Jazlyn Hickle","mobile_number":"243-414-4689","email_id":"Lupe17@yahoo.com","dop":"2025-09-09","serial_number":"17305848009503","imei1":"17305848009503","imei2":"17305848009503","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153340,"job_number":"JOB_153340","tr_customer_id":153357,"tr_customer_product_id":153347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Damian Cartwright","mobile_number":"550-940-1210","email_id":"Santiago88@hotmail.com","dop":"2025-09-09","serial_number":"12110917290357","imei1":"12110917290357","imei2":"12110917290357","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153341,"job_number":"JOB_153341","tr_customer_id":153358,"tr_customer_product_id":153348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:16.000Z","modified_at":"2026-01-13T06:23:29.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"13116974344677","imei1":"13116974344677","imei2":"13116974344677","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153342,"job_number":"JOB_153342","tr_customer_id":153359,"tr_customer_product_id":153349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:18.000Z","modified_at":"2026-01-13T06:26:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18859951171375","imei1":"18859951171375","imei2":"18859951171375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153343,"job_number":"JOB_153343","tr_customer_id":153360,"tr_customer_product_id":153350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:18.000Z","modified_at":"2026-01-13T06:26:53.000Z","name":"Esmeralda Kerluke","mobile_number":"506-930-2893","email_id":"Fannie_Krajcik@hotmail.com","dop":"2025-04-06","serial_number":"17893364476748","imei1":"17893364476748","imei2":"17893364476748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153344,"job_number":"JOB_153344","tr_customer_id":153361,"tr_customer_product_id":153351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:19.000Z","modified_at":"2026-01-13T06:26:19.000Z","name":"Rosemarie Paucek","mobile_number":"545-302-6204","email_id":"Della57@yahoo.com","dop":"2025-04-06","serial_number":"12852159785857304","imei1":"12852159785857304","imei2":"12852159785857304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153345,"job_number":"JOB_153345","tr_customer_id":153362,"tr_customer_product_id":153352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:59.000Z","modified_at":"2026-01-13T06:26:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10527505146561","imei1":"10527505146561","imei2":"10527505146561","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153346,"job_number":"JOB_153346","tr_customer_id":153363,"tr_customer_product_id":153353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:59.000Z","modified_at":"2026-01-13T06:27:33.000Z","name":"Vallie West","mobile_number":"407-473-1389","email_id":"Oliver.Abshire34@hotmail.com","dop":"2025-04-06","serial_number":"19340968579621","imei1":"19340968579621","imei2":"19340968579621","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:27:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153347,"job_number":"JOB_153347","tr_customer_id":153364,"tr_customer_product_id":153354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:01.000Z","modified_at":"2026-01-13T06:27:01.000Z","name":"Aubrey Goodwin","mobile_number":"919-250-7371","email_id":"Edna22@hotmail.com","dop":"2025-04-06","serial_number":"18269692544653800","imei1":"18269692544653800","imei2":"18269692544653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153348,"job_number":"JOB_153348","tr_customer_id":153365,"tr_customer_product_id":153355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:40.000Z","modified_at":"2026-01-13T06:27:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17291009450595","imei1":"17291009450595","imei2":"17291009450595","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153349,"job_number":"JOB_153349","tr_customer_id":153366,"tr_customer_product_id":153356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:40.000Z","modified_at":"2026-01-13T06:28:14.000Z","name":"Humberto Kulas","mobile_number":"884-504-2182","email_id":"Valentin52@yahoo.com","dop":"2025-04-06","serial_number":"17304389644094","imei1":"17304389644094","imei2":"17304389644094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153350,"job_number":"JOB_153350","tr_customer_id":153367,"tr_customer_product_id":153357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:41.000Z","modified_at":"2026-01-13T06:27:41.000Z","name":"Daryl Dietrich","mobile_number":"679-877-0207","email_id":"Adelbert5@hotmail.com","dop":"2025-04-06","serial_number":"19070192069252350","imei1":"19070192069252350","imei2":"19070192069252350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153351,"job_number":"JOB_153351","tr_customer_id":153368,"tr_customer_product_id":153358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:44.000Z","modified_at":"2026-01-13T06:28:26.000Z","name":"Keanu Roob","mobile_number":"837-755-1053","email_id":"Wilfredo.Wisoky66@yahoo.com","dop":"2025-04-06","serial_number":"16918522598446","imei1":"16918522598446","imei2":"16918522598446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153352,"job_number":"JOB_153352","tr_customer_id":153369,"tr_customer_product_id":153359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:46.000Z","modified_at":"2026-01-13T06:27:46.000Z","name":"Telly Langworth","mobile_number":"946-252-3101","email_id":"Ellsworth_Adams22@yahoo.com","dop":"2025-04-06","serial_number":"12031316829551564","imei1":"12031316829551564","imei2":"12031316829551564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153355,"job_number":"JOB_153355","tr_customer_id":153372,"tr_customer_product_id":153362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:06.000Z","modified_at":"2026-01-13T06:29:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17887383653421","imei1":"17887383653421","imei2":"17887383653421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153356,"job_number":"JOB_153356","tr_customer_id":153373,"tr_customer_product_id":153363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:06.000Z","modified_at":"2026-01-13T06:29:39.000Z","name":"Delta Keeling","mobile_number":"911-865-7072","email_id":"Cordell.Turcotte4@yahoo.com","dop":"2025-04-06","serial_number":"15104738751563","imei1":"15104738751563","imei2":"15104738751563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153357,"job_number":"JOB_153357","tr_customer_id":153374,"tr_customer_product_id":153364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:07.000Z","modified_at":"2026-01-13T06:29:07.000Z","name":"Louisa Rodriguez","mobile_number":"663-904-4065","email_id":"Rodrigo.Hand13@gmail.com","dop":"2025-04-06","serial_number":"18551667092990812","imei1":"18551667092990812","imei2":"18551667092990812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153359,"job_number":"JOB_153359","tr_customer_id":153376,"tr_customer_product_id":153366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:45.000Z","modified_at":"2026-01-13T06:29:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17949174685515","imei1":"17949174685515","imei2":"17949174685515","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153360,"job_number":"JOB_153360","tr_customer_id":153377,"tr_customer_product_id":153367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:45.000Z","modified_at":"2026-01-13T06:30:17.000Z","name":"Jarrett Wiza","mobile_number":"692-480-9775","email_id":"Glenna.Ferry36@gmail.com","dop":"2025-04-06","serial_number":"13658884591254","imei1":"13658884591254","imei2":"13658884591254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153361,"job_number":"JOB_153361","tr_customer_id":153378,"tr_customer_product_id":153368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:46.000Z","modified_at":"2026-01-13T06:29:46.000Z","name":"Thurman Reichel","mobile_number":"914-602-2292","email_id":"Darrel.Walter@yahoo.com","dop":"2025-04-06","serial_number":"13011199722601872","imei1":"13011199722601872","imei2":"13011199722601872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153362,"job_number":"JOB_153362","tr_customer_id":153379,"tr_customer_product_id":153369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:24.000Z","modified_at":"2026-01-13T06:30:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10421878084399","imei1":"10421878084399","imei2":"10421878084399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153363,"job_number":"JOB_153363","tr_customer_id":153380,"tr_customer_product_id":153370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:24.000Z","modified_at":"2026-01-13T06:30:56.000Z","name":"Neha Considine","mobile_number":"659-405-0548","email_id":"Herbert58@yahoo.com","dop":"2025-04-06","serial_number":"15153876601935","imei1":"15153876601935","imei2":"15153876601935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153364,"job_number":"JOB_153364","tr_customer_id":153381,"tr_customer_product_id":153371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:25.000Z","modified_at":"2026-01-13T06:30:25.000Z","name":"Molly Veum","mobile_number":"555-217-6666","email_id":"Nash.Miller@yahoo.com","dop":"2025-04-06","serial_number":"19240704685234056","imei1":"19240704685234056","imei2":"19240704685234056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153365,"job_number":"JOB_153365","tr_customer_id":153382,"tr_customer_product_id":153372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:24.000Z","modified_at":"2026-01-13T06:34:00.000Z","name":"Shawn Reichel","mobile_number":"996-337-6530","email_id":"Gracie_Kemmer@gmail.com","dop":"2025-04-06","serial_number":"17769609635193","imei1":"17769609635193","imei2":"17769609635193","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153366,"job_number":"JOB_153366","tr_customer_id":153383,"tr_customer_product_id":153373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:25.000Z","modified_at":"2026-01-13T06:33:25.000Z","name":"Brayan Lynch","mobile_number":"543-265-9508","email_id":"Myriam59@hotmail.com","dop":"2025-04-06","serial_number":"12670510371516634","imei1":"12670510371516634","imei2":"12670510371516634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153367,"job_number":"JOB_153367","tr_customer_id":153384,"tr_customer_product_id":153374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:51.000Z","modified_at":"2026-01-13T06:33:51.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"18626661440596","imei1":"18626661440596","imei2":"18626661440596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153368,"job_number":"JOB_153368","tr_customer_id":153385,"tr_customer_product_id":153375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:51.000Z","modified_at":"2026-01-13T06:34:28.000Z","name":"Yasmine Mohr","mobile_number":"974-237-6041","email_id":"Bridgette.Bogan90@gmail.com","dop":"2025-10-21","serial_number":"11546601818771","imei1":"11546601818771","imei2":"11546601818771","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153369,"job_number":"JOB_153369","tr_customer_id":153386,"tr_customer_product_id":153376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:02.000Z","modified_at":"2026-01-13T06:34:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797117996959","imei1":"12797117996959","imei2":"12797117996959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153370,"job_number":"JOB_153370","tr_customer_id":153387,"tr_customer_product_id":153377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:02.000Z","modified_at":"2026-01-13T06:34:35.000Z","name":"Hanna Sporer","mobile_number":"965-882-6945","email_id":"Raphael36@gmail.com","dop":"2025-04-06","serial_number":"18981159232156","imei1":"18981159232156","imei2":"18981159232156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153371,"job_number":"JOB_153371","tr_customer_id":153388,"tr_customer_product_id":153378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:03.000Z","modified_at":"2026-01-13T06:34:03.000Z","name":"Isaiah Schaden","mobile_number":"683-699-8668","email_id":"Serena_Cole@hotmail.com","dop":"2025-04-06","serial_number":"16075224579808756","imei1":"16075224579808756","imei2":"16075224579808756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153372,"job_number":"JOB_153372","tr_customer_id":153389,"tr_customer_product_id":153379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:20.000Z","modified_at":"2026-01-13T06:34:20.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12174947098728","imei1":"12174947098728","imei2":"12174947098728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153373,"job_number":"JOB_153373","tr_customer_id":153390,"tr_customer_product_id":153380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:21.000Z","modified_at":"2026-01-13T06:35:02.000Z","name":"Marcia Murphy","mobile_number":"782-385-9100","email_id":"Jazmyne.Nitzsche44@hotmail.com","dop":"2025-04-06","serial_number":"15506943955279","imei1":"15506943955279","imei2":"15506943955279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153374,"job_number":"JOB_153374","tr_customer_id":153391,"tr_customer_product_id":153381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:22.000Z","modified_at":"2026-01-13T06:34:22.000Z","name":"Marcella Herman","mobile_number":"202-454-9766","email_id":"Yesenia_Halvorson@gmail.com","dop":"2025-04-06","serial_number":"15013812619606148","imei1":"15013812619606148","imei2":"15013812619606148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153376,"job_number":"JOB_153376","tr_customer_id":153393,"tr_customer_product_id":153383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:25.000Z","modified_at":"2026-01-13T06:34:59.000Z","name":"Enos VonRueden","mobile_number":"874-906-1957","email_id":"Anita40@yahoo.com","dop":"2000-01-31","serial_number":"10228922048626","imei1":"10228922048626","imei2":"10228922048626","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153378,"job_number":"JOB_153378","tr_customer_id":153395,"tr_customer_product_id":153385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:35.000Z","modified_at":"2026-01-13T06:34:35.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"12223648626349","imei1":"12223648626349","imei2":"12223648626349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153379,"job_number":"JOB_153379","tr_customer_id":153396,"tr_customer_product_id":153386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:35.000Z","modified_at":"2026-01-13T06:35:11.000Z","name":"Hattie Waters","mobile_number":"397-394-9916","email_id":"Seamus.Champlin98@gmail.com","dop":"2025-10-21","serial_number":"10366208297076","imei1":"10366208297076","imei2":"10366208297076","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153380,"job_number":"JOB_153380","tr_customer_id":153397,"tr_customer_product_id":153387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:41.000Z","modified_at":"2026-01-13T06:34:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13558591334748","imei1":"13558591334748","imei2":"13558591334748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153381,"job_number":"JOB_153381","tr_customer_id":153398,"tr_customer_product_id":153388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:41.000Z","modified_at":"2026-01-13T06:35:13.000Z","name":"Elizabeth Fisher","mobile_number":"718-606-2221","email_id":"Itzel_Bauch98@gmail.com","dop":"2025-04-06","serial_number":"15807422322553","imei1":"15807422322553","imei2":"15807422322553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153382,"job_number":"JOB_153382","tr_customer_id":153399,"tr_customer_product_id":153389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"115622991148787","imei1":"115622991148787","imei2":"115622991148787","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153383,"job_number":"JOB_153383","tr_customer_id":153400,"tr_customer_product_id":153390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Francisca Littel","mobile_number":"714-867-2230","email_id":"Jaren_Hayes44@yahoo.com","dop":"2025-04-06","serial_number":"17499193125431096","imei1":"17499193125431096","imei2":"17499193125431096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153384,"job_number":"JOB_153384","tr_customer_id":153401,"tr_customer_product_id":153391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:35:36.000Z","name":"Rodolfo Stracke","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"187829911197256","imei1":"187829911197256","imei2":"187829911197256","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153385,"job_number":"JOB_153385","tr_customer_id":153402,"tr_customer_product_id":153392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:44.000Z","modified_at":"2026-01-13T06:34:44.000Z","name":"Fatima Gleichner","mobile_number":"207-611-9731","email_id":"Asha.Dach@yahoo.com","dop":"2025-10-22","serial_number":"1025322667138398","imei1":"1025322667138398","imei2":"1025322667138398","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153388,"job_number":"JOB_153388","tr_customer_id":153405,"tr_customer_product_id":153395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:05.000Z","modified_at":"2026-01-13T06:35:39.000Z","name":"Therese Gerlach","mobile_number":"434-907-2013","email_id":"Luciano_Gorczany@gmail.com","dop":"2000-01-31","serial_number":"10406526539296","imei1":"10406526539296","imei2":"10406526539296","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153390,"job_number":"JOB_153390","tr_customer_id":153407,"tr_customer_product_id":153397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:09.000Z","modified_at":"2026-01-13T06:35:09.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10192687973073","imei1":"10192687973073","imei2":"10192687973073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153391,"job_number":"JOB_153391","tr_customer_id":153408,"tr_customer_product_id":153398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:10.000Z","modified_at":"2026-01-13T06:35:50.000Z","name":"Jarrod Senger","mobile_number":"797-312-6822","email_id":"Prudence97@hotmail.com","dop":"2025-04-06","serial_number":"10637771405309","imei1":"10637771405309","imei2":"10637771405309","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153392,"job_number":"JOB_153392","tr_customer_id":153409,"tr_customer_product_id":153399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:11.000Z","modified_at":"2026-01-13T06:35:11.000Z","name":"Roselyn Dickinson","mobile_number":"328-244-6622","email_id":"Edyth_Lebsack@hotmail.com","dop":"2025-04-06","serial_number":"17186626718510722","imei1":"17186626718510722","imei2":"17186626718510722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153393,"job_number":"JOB_153393","tr_customer_id":153410,"tr_customer_product_id":153400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:18.000Z","modified_at":"2026-01-13T06:35:18.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"14309726416255","imei1":"14309726416255","imei2":"14309726416255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153394,"job_number":"JOB_153394","tr_customer_id":153411,"tr_customer_product_id":153401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:18.000Z","modified_at":"2026-01-13T06:35:54.000Z","name":"Frederique Mohr","mobile_number":"384-670-6239","email_id":"Maybell78@hotmail.com","dop":"2025-10-21","serial_number":"14751608010196","imei1":"14751608010196","imei2":"14751608010196","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153395,"job_number":"JOB_153395","tr_customer_id":153412,"tr_customer_product_id":153402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:19.000Z","modified_at":"2026-01-13T06:35:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13881171132274","imei1":"13881171132274","imei2":"13881171132274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153396,"job_number":"JOB_153396","tr_customer_id":153413,"tr_customer_product_id":153403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:19.000Z","modified_at":"2026-01-13T06:35:51.000Z","name":"Rodolfo Spencer","mobile_number":"798-311-2600","email_id":"Wilfrid.Stracke@gmail.com","dop":"2025-04-06","serial_number":"11549616850912","imei1":"11549616850912","imei2":"11549616850912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153397,"job_number":"JOB_153397","tr_customer_id":153414,"tr_customer_product_id":153404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:20.000Z","modified_at":"2026-01-13T06:35:20.000Z","name":"Forest Brown","mobile_number":"803-337-0806","email_id":"Angelo.Baumbach@gmail.com","dop":"2025-04-06","serial_number":"15711283115032536","imei1":"15711283115032536","imei2":"15711283115032536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153398,"job_number":"JOB_153398","tr_customer_id":153415,"tr_customer_product_id":153405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:35.000Z","modified_at":"2026-01-13T06:35:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14906925255648","imei1":"14906925255648","imei2":"14906925255648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153399,"job_number":"JOB_153399","tr_customer_id":153416,"tr_customer_product_id":153406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:36.000Z","modified_at":"2026-01-13T06:36:14.000Z","name":"Viva Marks","mobile_number":"331-967-4577","email_id":"Brown.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"17730972665861","imei1":"17730972665861","imei2":"17730972665861","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153400,"job_number":"JOB_153400","tr_customer_id":153417,"tr_customer_product_id":153407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:37.000Z","modified_at":"2026-01-13T06:35:37.000Z","name":"Casimer Rau","mobile_number":"215-342-8734","email_id":"Kenna73@hotmail.com","dop":"2025-04-06","serial_number":"19496350485434544","imei1":"19496350485434544","imei2":"19496350485434544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153401,"job_number":"JOB_153401","tr_customer_id":153418,"tr_customer_product_id":153408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:41.000Z","modified_at":"2026-01-13T06:35:41.000Z","name":"Ashiq khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"181121931280099","imei1":"181121931280099","imei2":"181121931280099","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153402,"job_number":"JOB_153402","tr_customer_id":153419,"tr_customer_product_id":153409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:42.000Z","modified_at":"2026-01-13T06:36:18.000Z","name":"Chelsea Streich","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"149157500091475","imei1":"149157500091475","imei2":"149157500091475","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153403,"job_number":"JOB_153403","tr_customer_id":153420,"tr_customer_product_id":153410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:43.000Z","modified_at":"2026-01-13T06:35:43.000Z","name":"Aylin Kris","mobile_number":"223-877-5221","email_id":"Kayla_Treutel92@yahoo.com","dop":"2025-10-22","serial_number":"1096402720268648","imei1":"1096402720268648","imei2":"1096402720268648","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153405,"job_number":"JOB_153405","tr_customer_id":153422,"tr_customer_product_id":153412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:46.000Z","modified_at":"2026-01-13T06:36:19.000Z","name":"Zelda Pfeffer","mobile_number":"447-461-1503","email_id":"Damion_Vandervort@yahoo.com","dop":"2000-01-31","serial_number":"10791063874273","imei1":"10791063874273","imei2":"10791063874273","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153407,"job_number":"JOB_153407","tr_customer_id":153424,"tr_customer_product_id":153414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:58.000Z","modified_at":"2026-01-13T06:35:58.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19843566021029","imei1":"19843566021029","imei2":"19843566021029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153408,"job_number":"JOB_153408","tr_customer_id":153425,"tr_customer_product_id":153415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:58.000Z","modified_at":"2026-01-13T06:36:39.000Z","name":"Alyce Padberg","mobile_number":"489-281-6574","email_id":"Sigurd97@yahoo.com","dop":"2025-04-06","serial_number":"17623833105495","imei1":"17623833105495","imei2":"17623833105495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153409,"job_number":"JOB_153409","tr_customer_id":153426,"tr_customer_product_id":153416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:59.000Z","modified_at":"2026-01-13T06:35:59.000Z","name":"Aliyah Mitchell","mobile_number":"947-860-5150","email_id":"Carli.Harvey58@hotmail.com","dop":"2025-04-06","serial_number":"10134312447276504","imei1":"10134312447276504","imei2":"10134312447276504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153410,"job_number":"JOB_153410","tr_customer_id":153427,"tr_customer_product_id":153417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:20.000Z","modified_at":"2026-01-13T06:36:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12532377438466","imei1":"12532377438466","imei2":"12532377438466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153411,"job_number":"JOB_153411","tr_customer_id":153428,"tr_customer_product_id":153418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:20.000Z","modified_at":"2026-01-13T06:37:00.000Z","name":"Roberta Purdy","mobile_number":"884-342-7518","email_id":"Orval_Bauch@hotmail.com","dop":"2025-04-06","serial_number":"11094089757398","imei1":"11094089757398","imei2":"11094089757398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153412,"job_number":"JOB_153412","tr_customer_id":153429,"tr_customer_product_id":153419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:22.000Z","modified_at":"2026-01-13T06:36:22.000Z","name":"Rozella Schoen","mobile_number":"495-804-7754","email_id":"Stephon_Dicki@yahoo.com","dop":"2025-04-06","serial_number":"12679789341247674","imei1":"12679789341247674","imei2":"12679789341247674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153413,"job_number":"JOB_153413","tr_customer_id":153430,"tr_customer_product_id":153420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:24.000Z","modified_at":"2026-01-13T06:36:24.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"166320133855729","imei1":"166320133855729","imei2":"166320133855729","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153414,"job_number":"JOB_153414","tr_customer_id":153431,"tr_customer_product_id":153421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:24.000Z","modified_at":"2026-01-13T06:37:07.000Z","name":"Deja Hessel","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"116936879122410","imei1":"116936879122410","imei2":"116936879122410","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153416,"job_number":"JOB_153416","tr_customer_id":153433,"tr_customer_product_id":153423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:26.000Z","modified_at":"2026-01-13T06:36:26.000Z","name":"Erica Walsh","mobile_number":"319-903-4291","email_id":"Keon_Grant42@gmail.com","dop":"2025-10-22","serial_number":"1022549045064815","imei1":"1022549045064815","imei2":"1022549045064815","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153417,"job_number":"JOB_153417","tr_customer_id":153434,"tr_customer_product_id":153424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:26.000Z","modified_at":"2026-01-13T06:36:59.000Z","name":"Lilla Bernhard","mobile_number":"823-828-9325","email_id":"Alison89@hotmail.com","dop":"2000-01-31","serial_number":"10006108857699","imei1":"10006108857699","imei2":"10006108857699","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153419,"job_number":"JOB_153419","tr_customer_id":153436,"tr_customer_product_id":153426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:06.000Z","modified_at":"2026-01-13T06:37:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18035179744807","imei1":"18035179744807","imei2":"18035179744807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153420,"job_number":"JOB_153420","tr_customer_id":153437,"tr_customer_product_id":153427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:07.000Z","modified_at":"2026-01-13T06:37:45.000Z","name":"Darrion Botsford","mobile_number":"784-778-0860","email_id":"Amparo.Turcotte12@yahoo.com","dop":"2025-04-06","serial_number":"17711954331293","imei1":"17711954331293","imei2":"17711954331293","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153421,"job_number":"JOB_153421","tr_customer_id":153438,"tr_customer_product_id":153428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:08.000Z","modified_at":"2026-01-13T06:37:08.000Z","name":"Elton Daugherty","mobile_number":"859-218-8312","email_id":"Barton_Reilly@gmail.com","dop":"2025-04-06","serial_number":"11313420214238194","imei1":"11313420214238194","imei2":"11313420214238194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153422,"job_number":"JOB_153422","tr_customer_id":153439,"tr_customer_product_id":153429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:36.000Z","modified_at":"2026-01-13T06:40:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17535175495540","imei1":"17535175495540","imei2":"17535175495540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153423,"job_number":"JOB_153423","tr_customer_id":153440,"tr_customer_product_id":153430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:37.000Z","modified_at":"2026-01-13T06:41:21.000Z","name":"Boyd Kautzer","mobile_number":"612-716-9772","email_id":"Lauryn.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"17058788996246","imei1":"17058788996246","imei2":"17058788996246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153424,"job_number":"JOB_153424","tr_customer_id":153441,"tr_customer_product_id":153431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:38.000Z","modified_at":"2026-01-13T06:40:38.000Z","name":"Michele Fadel","mobile_number":"485-280-0952","email_id":"Naomie.Armstrong5@yahoo.com","dop":"2025-04-06","serial_number":"13357762284738180","imei1":"13357762284738180","imei2":"13357762284738180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153425,"job_number":"JOB_153425","tr_customer_id":153442,"tr_customer_product_id":153432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:29.000Z","modified_at":"2026-01-13T06:41:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16293684663073","imei1":"16293684663073","imei2":"16293684663073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153426,"job_number":"JOB_153426","tr_customer_id":153443,"tr_customer_product_id":153433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:29.000Z","modified_at":"2026-01-13T06:42:10.000Z","name":"Randi Casper","mobile_number":"305-340-7811","email_id":"Jannie81@hotmail.com","dop":"2025-04-06","serial_number":"18332573452941","imei1":"18332573452941","imei2":"18332573452941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153427,"job_number":"JOB_153427","tr_customer_id":153444,"tr_customer_product_id":153434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:30.000Z","modified_at":"2026-01-13T06:41:30.000Z","name":"Willa Deckow","mobile_number":"290-537-1272","email_id":"Tanner.Nolan@hotmail.com","dop":"2025-04-06","serial_number":"10865604647974306","imei1":"10865604647974306","imei2":"10865604647974306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153428,"job_number":"JOB_153428","tr_customer_id":153445,"tr_customer_product_id":153435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:42.000Z","modified_at":"2026-01-13T06:42:19.000Z","name":"Kenna Batz","mobile_number":"804-508-1073","email_id":"Wanda56@hotmail.com","dop":"2025-04-06","serial_number":"18699635045385","imei1":"18699635045385","imei2":"18699635045385","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153429,"job_number":"JOB_153429","tr_customer_id":153446,"tr_customer_product_id":153436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:44.000Z","modified_at":"2026-01-13T06:41:44.000Z","name":"Otto Ward","mobile_number":"457-604-0207","email_id":"Alex87@yahoo.com","dop":"2025-04-06","serial_number":"19627713621514290","imei1":"19627713621514290","imei2":"19627713621514290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153430,"job_number":"JOB_153430","tr_customer_id":153447,"tr_customer_product_id":153437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:57.000Z","modified_at":"2026-01-13T06:42:34.000Z","name":"Moshe Jerde","mobile_number":"800-976-0751","email_id":"Lafayette.Thiel@gmail.com","dop":"2025-04-06","serial_number":"19218250814594","imei1":"19218250814594","imei2":"19218250814594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153431,"job_number":"JOB_153431","tr_customer_id":153448,"tr_customer_product_id":153438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:58.000Z","modified_at":"2026-01-13T06:41:58.000Z","name":"Sidney Rath","mobile_number":"601-411-1665","email_id":"Lorine.Reinger@gmail.com","dop":"2025-04-06","serial_number":"13708697357119920","imei1":"13708697357119920","imei2":"13708697357119920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153432,"job_number":"JOB_153432","tr_customer_id":153449,"tr_customer_product_id":153439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:16.000Z","modified_at":"2026-01-13T06:42:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12663480145504","imei1":"12663480145504","imei2":"12663480145504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153433,"job_number":"JOB_153433","tr_customer_id":153450,"tr_customer_product_id":153440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:17.000Z","modified_at":"2026-01-13T06:43:00.000Z","name":"Nathen D'Amore","mobile_number":"219-861-1497","email_id":"Sheila_Hoppe@yahoo.com","dop":"2025-04-06","serial_number":"17627831077175","imei1":"17627831077175","imei2":"17627831077175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:43:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153434,"job_number":"JOB_153434","tr_customer_id":153451,"tr_customer_product_id":153441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:18.000Z","modified_at":"2026-01-13T06:42:18.000Z","name":"Asha Konopelski","mobile_number":"704-491-9183","email_id":"Lukas_Effertz87@yahoo.com","dop":"2025-04-06","serial_number":"14830881497778844","imei1":"14830881497778844","imei2":"14830881497778844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153439,"job_number":"JOB_153439","tr_customer_id":153456,"tr_customer_product_id":153446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:30.000Z","modified_at":"2026-01-13T06:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13335342852575","imei1":"13335342852575","imei2":"13335342852575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153440,"job_number":"JOB_153440","tr_customer_id":153457,"tr_customer_product_id":153447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:30.000Z","modified_at":"2026-01-13T06:48:07.000Z","name":"Joey Botsford","mobile_number":"997-401-3371","email_id":"Jacquelyn.Okuneva@gmail.com","dop":"2025-04-06","serial_number":"10149094290009","imei1":"10149094290009","imei2":"10149094290009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153441,"job_number":"JOB_153441","tr_customer_id":153458,"tr_customer_product_id":153448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:31.000Z","modified_at":"2026-01-13T06:48:10.000Z","name":"Maverick Adams","mobile_number":"456-448-8559","email_id":"Janessa.Kassulke@yahoo.com","dop":"2025-04-06","serial_number":"18207146180463","imei1":"18207146180463","imei2":"18207146180463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153442,"job_number":"JOB_153442","tr_customer_id":153459,"tr_customer_product_id":153449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Jerel Huels","mobile_number":"941-536-9895","email_id":"Vinnie_Bayer@hotmail.com","dop":"2025-04-06","serial_number":"11246406938412776","imei1":"11246406938412776","imei2":"11246406938412776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153443,"job_number":"JOB_153443","tr_customer_id":153460,"tr_customer_product_id":153450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Kirstin Kohler","mobile_number":"384-304-7801","email_id":"Murray.Ortiz65@gmail.com","dop":"2025-04-06","serial_number":"19843988441614216","imei1":"19843988441614216","imei2":"19843988441614216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153444,"job_number":"JOB_153444","tr_customer_id":153461,"tr_customer_product_id":153451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:17.000Z","modified_at":"2026-01-13T06:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10893295769409","imei1":"10893295769409","imei2":"10893295769409","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153445,"job_number":"JOB_153445","tr_customer_id":153462,"tr_customer_product_id":153452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:17.000Z","modified_at":"2026-01-13T06:48:56.000Z","name":"Jamil Dickinson","mobile_number":"590-759-8979","email_id":"Kimberly.Maggio70@gmail.com","dop":"2025-04-06","serial_number":"15965554356476","imei1":"15965554356476","imei2":"15965554356476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153446,"job_number":"JOB_153446","tr_customer_id":153463,"tr_customer_product_id":153453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:19.000Z","modified_at":"2026-01-13T06:48:19.000Z","name":"Parker Jakubowski","mobile_number":"952-465-2758","email_id":"Dakota_Ledner10@hotmail.com","dop":"2025-04-06","serial_number":"12311975918017010","imei1":"12311975918017010","imei2":"12311975918017010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153447,"job_number":"JOB_153447","tr_customer_id":153464,"tr_customer_product_id":153454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:03.000Z","modified_at":"2026-01-13T06:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13169385017653","imei1":"13169385017653","imei2":"13169385017653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153448,"job_number":"JOB_153448","tr_customer_id":153465,"tr_customer_product_id":153455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:04.000Z","modified_at":"2026-01-13T06:49:42.000Z","name":"Nico McClure","mobile_number":"501-362-3642","email_id":"Norbert.Sawayn86@gmail.com","dop":"2025-04-06","serial_number":"14731581720705","imei1":"14731581720705","imei2":"14731581720705","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:49:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153449,"job_number":"JOB_153449","tr_customer_id":153466,"tr_customer_product_id":153456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:05.000Z","modified_at":"2026-01-13T06:49:05.000Z","name":"Savannah McCullough","mobile_number":"667-299-8593","email_id":"Nico.Parker@hotmail.com","dop":"2025-04-06","serial_number":"11764441752405088","imei1":"11764441752405088","imei2":"11764441752405088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153450,"job_number":"JOB_153450","tr_customer_id":153467,"tr_customer_product_id":153457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Giri Iyengar","mobile_number":"7046840199","email_id":"devajyoti.jain@hotmail.com","dop":"2026-01-03","serial_number":"178243689739422","imei1":"178243689739422","imei2":"178243689739422","popurl":"www.bhadra-dwivedi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153451,"job_number":"JOB_153451","tr_customer_id":153468,"tr_customer_product_id":153458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Tanya Varrier","mobile_number":"7017488671","email_id":"abani.chaturvedi@gmail.com","dop":"2026-01-03","serial_number":"559635736216011","imei1":"559635736216011","imei2":"559635736216011","popurl":"www.aayushmaan-menon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153452,"job_number":"JOB_153452","tr_customer_id":153469,"tr_customer_product_id":153459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.511179290Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153453,"job_number":"JOB_153453","tr_customer_id":153470,"tr_customer_product_id":153460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.528382776Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153454,"job_number":"JOB_153454","tr_customer_id":153471,"tr_customer_product_id":153461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153455,"job_number":"JOB_153455","tr_customer_id":153472,"tr_customer_product_id":153462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153456,"job_number":"JOB_153456","tr_customer_id":153473,"tr_customer_product_id":153463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153457,"job_number":"JOB_153457","tr_customer_id":153474,"tr_customer_product_id":153464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153458,"job_number":"JOB_153458","tr_customer_id":153475,"tr_customer_product_id":153465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:00:31.000Z","modified_at":"2026-01-13T07:00:31.000Z","name":"Nova Koss","mobile_number":"239-334-5085","email_id":"Zane_Wilderman@gmail.com","dop":"2025-10-22","serial_number":"150491293341920","imei1":"150491293341920","imei2":"150491293341920","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153459,"job_number":"JOB_153459","tr_customer_id":153476,"tr_customer_product_id":153466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:25.000Z","modified_at":"2026-01-13T07:01:25.000Z","name":"Garnet Ebert","mobile_number":"351-222-7222","email_id":"Roger_Hammes@yahoo.com","dop":"2025-10-22","serial_number":"106917328565507","imei1":"106917328565507","imei2":"106917328565507","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153460,"job_number":"JOB_153460","tr_customer_id":153477,"tr_customer_product_id":153467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:26.000Z","modified_at":"2026-01-13T07:02:06.000Z","name":"Alivia Considine","mobile_number":"518-317-2380","email_id":"Erna_Kris84@hotmail.com","dop":"2025-04-06","serial_number":"19719354106709","imei1":"19719354106709","imei2":"19719354106709","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153461,"job_number":"JOB_153461","tr_customer_id":153478,"tr_customer_product_id":153468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:27.000Z","modified_at":"2026-01-13T07:01:27.000Z","name":"Elmira Stokes","mobile_number":"698-394-4383","email_id":"Dangelo.Greenholt87@hotmail.com","dop":"2025-04-06","serial_number":"15247447049429286","imei1":"15247447049429286","imei2":"15247447049429286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153462,"job_number":"JOB_153462","tr_customer_id":153479,"tr_customer_product_id":153469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:39.000Z","modified_at":"2026-01-13T07:01:39.000Z","name":"Kyle Bins","mobile_number":"907-897-0318","email_id":"Jennyfer_Weimann@hotmail.com","dop":"2025-10-22","serial_number":"150708821765717","imei1":"150708821765717","imei2":"150708821765717","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152959,"job_number":"JOB_152959","tr_customer_id":152976,"tr_customer_product_id":152966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:42:44.000Z","modified_at":"2026-01-13T00:42:44.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12200118723400","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152964,"job_number":"JOB_152964","tr_customer_id":152981,"tr_customer_product_id":152971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:02.000Z","modified_at":"2026-01-13T01:36:02.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"15571427091090","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152965,"job_number":"JOB_152965","tr_customer_id":152982,"tr_customer_product_id":152972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:06.000Z","modified_at":"2026-01-13T01:36:06.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"19373853917739","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152966,"job_number":"JOB_152966","tr_customer_id":152983,"tr_customer_product_id":152973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:08.000Z","modified_at":"2026-01-13T01:36:08.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14191217372006","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152967,"job_number":"JOB_152967","tr_customer_id":152984,"tr_customer_product_id":152974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:23.000Z","modified_at":"2026-01-13T01:39:24.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18016644965930","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152968,"job_number":"JOB_152968","tr_customer_id":152985,"tr_customer_product_id":152975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:36.000Z","modified_at":"2026-01-13T01:39:36.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18112050941983","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152969,"job_number":"JOB_152969","tr_customer_id":152986,"tr_customer_product_id":152976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:57.000Z","modified_at":"2026-01-13T01:39:57.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"13474864112371","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152970,"job_number":"JOB_152970","tr_customer_id":152987,"tr_customer_product_id":152977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:40:52.000Z","modified_at":"2026-01-13T01:40:52.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11293058515635","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152971,"job_number":"JOB_152971","tr_customer_id":152988,"tr_customer_product_id":152978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:41:28.000Z","modified_at":"2026-01-13T01:41:28.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14760262405521","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152973,"job_number":"JOB_152973","tr_customer_id":152990,"tr_customer_product_id":152980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:44:49.000Z","modified_at":"2026-01-13T01:44:49.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"10776339681431","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152975,"job_number":"JOB_152975","tr_customer_id":152992,"tr_customer_product_id":152982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:47:51.000Z","modified_at":"2026-01-13T01:47:51.000Z","name":"Verlie Nikolaus","mobile_number":"722-739-1864","email_id":"Camylle.Schinner@gmail.com","dop":"2026-01-10","serial_number":"21252447753937","imei1":"21252447753937","imei2":"21252447753937","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152976,"job_number":"JOB_152976","tr_customer_id":152993,"tr_customer_product_id":152983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:48:09.000Z","modified_at":"2026-01-13T01:48:09.000Z","name":"Sierra McClure","mobile_number":"464-948-4886","email_id":"Clemens.Nader31@yahoo.com","dop":"2026-01-10","serial_number":"400525471592484","imei1":"400525471592484","imei2":"400525471592484","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152983,"job_number":"JOB_152983","tr_customer_id":153000,"tr_customer_product_id":152990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:46:22.000Z","modified_at":"2026-01-13T03:46:22.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14924344586132","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152994,"job_number":"JOB_152994","tr_customer_id":153011,"tr_customer_product_id":153001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:10.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11037017348002","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153011,"job_number":"JOB_153011","tr_customer_id":153028,"tr_customer_product_id":153018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:33.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Elmer31@hotmail.com","dop":"2025-07-02","serial_number":"12961196646355","imei1":"12961196646355","imei2":"12961196646355","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153024,"job_number":"JOB_153024","tr_customer_id":153041,"tr_customer_product_id":153031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:50.000Z","modified_at":"2026-01-13T03:49:50.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Tanya56@yahoo.com","dop":"2025-07-02","serial_number":"16024879192606","imei1":"16024879192606","imei2":"16024879192606","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153035,"job_number":"JOB_153035","tr_customer_id":153052,"tr_customer_product_id":153042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:55.000Z","modified_at":"2026-01-13T03:50:02.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12139760903334","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153047,"job_number":"JOB_153047","tr_customer_id":153064,"tr_customer_product_id":153054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:07.000Z","modified_at":"2026-01-13T03:50:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Emerald22@gmail.com","dop":"2025-07-02","serial_number":"19292784459597","imei1":"19292784459597","imei2":"19292784459597","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153070,"job_number":"JOB_153070","tr_customer_id":153087,"tr_customer_product_id":153077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:28.000Z","modified_at":"2026-01-13T03:50:28.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"185642560040121","imei1":"185642560040121","imei2":"185642560040121","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153071,"job_number":"JOB_153071","tr_customer_id":153088,"tr_customer_product_id":153078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Quincy O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"182173578734661","imei1":"182173578734661","imei2":"182173578734661","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153072,"job_number":"JOB_153072","tr_customer_id":153089,"tr_customer_product_id":153079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Caden Keeling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"186833928174921","imei1":"186833928174921","imei2":"186833928174921","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153073,"job_number":"JOB_153073","tr_customer_id":153090,"tr_customer_product_id":153080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Pearline Witting","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140291337641622","imei1":"140291337641622","imei2":"140291337641622","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153079,"job_number":"JOB_153079","tr_customer_id":153096,"tr_customer_product_id":153086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"Jessika Hessel","mobile_number":"709-340-3337","email_id":"Krystal8@hotmail.com","dop":"2025-10-01","serial_number":"12068824628396","imei1":"12068824628396","imei2":"12068824628396","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153089,"job_number":"JOB_153089","tr_customer_id":153106,"tr_customer_product_id":153096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"129686786924475","imei1":"129686786924475","imei2":"129686786924475","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153090,"job_number":"JOB_153090","tr_customer_id":153107,"tr_customer_product_id":153097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Raina Blick","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"118504064178089","imei1":"118504064178089","imei2":"118504064178089","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153091,"job_number":"JOB_153091","tr_customer_id":153108,"tr_customer_product_id":153098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Michael Hudson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128738008478937","imei1":"128738008478937","imei2":"128738008478937","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153092,"job_number":"JOB_153092","tr_customer_id":153109,"tr_customer_product_id":153099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Karlie Towne","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162034816487930","imei1":"162034816487930","imei2":"162034816487930","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153112,"job_number":"JOB_153112","tr_customer_id":153129,"tr_customer_product_id":153119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:09.000Z","modified_at":"2026-01-13T03:51:09.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108845179568721","imei1":"108845179568721","imei2":"108845179568721","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153113,"job_number":"JOB_153113","tr_customer_id":153130,"tr_customer_product_id":153120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:09.000Z","modified_at":"2026-01-13T03:51:19.000Z","name":"Chyna Balistreri","mobile_number":"349-335-7904","email_id":"Rhoda81@yahoo.com","dop":"2025-06-09","serial_number":"102626666223811","imei1":"102626666223811","imei2":"102626666223811","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153115,"job_number":"JOB_153115","tr_customer_id":153132,"tr_customer_product_id":153122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"Laverne Thiel","mobile_number":"394-928-2392","email_id":"Emelia_Osinski@yahoo.com","dop":"2025-06-09","serial_number":"107449911204701","imei1":"107449911204701","imei2":"107449911204701","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153126,"job_number":"JOB_153126","tr_customer_id":153143,"tr_customer_product_id":153133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:23.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100493670574337","imei1":"100493670574337","imei2":"100493670574337","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153127,"job_number":"JOB_153127","tr_customer_id":153144,"tr_customer_product_id":153134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:34.000Z","name":"Jesus Bogisich","mobile_number":"679-297-1298","email_id":"Elna.Heathcote@hotmail.com","dop":"2025-06-09","serial_number":"109371719799567","imei1":"109371719799567","imei2":"109371719799567","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153129,"job_number":"JOB_153129","tr_customer_id":153146,"tr_customer_product_id":153136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Gino Hoppe","mobile_number":"218-849-7578","email_id":"Justine.Hyatt66@yahoo.com","dop":"2025-06-09","serial_number":"105833888639457","imei1":"105833888639457","imei2":"105833888639457","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153145,"job_number":"JOB_153145","tr_customer_id":153162,"tr_customer_product_id":153152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107134574172981","imei1":"107134574172981","imei2":"107134574172981","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153146,"job_number":"JOB_153146","tr_customer_id":153163,"tr_customer_product_id":153153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:48.000Z","name":"Edna Renner","mobile_number":"521-605-6662","email_id":"Raegan_Huel@gmail.com","dop":"2025-06-09","serial_number":"101831249953224","imei1":"101831249953224","imei2":"101831249953224","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153147,"job_number":"JOB_153147","tr_customer_id":153164,"tr_customer_product_id":153154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Howard Jerde","mobile_number":"225-762-0200","email_id":"Fermin.Emmerich@gmail.com","dop":"2025-06-09","serial_number":"103702688840930","imei1":"103702688840930","imei2":"103702688840930","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153247,"job_number":"JOB_153247","tr_customer_id":153264,"tr_customer_product_id":153254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:06.000Z","modified_at":"2026-01-13T05:45:10.000Z","name":"{{irst_name}} Kumari","mobile_number":"8934535434","email_id":"anitha@gmail.com","dop":"2025-12-14","serial_number":"135620959077456","imei1":"135620959077456","imei2":"135620959077456","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153248,"job_number":"JOB_153248","tr_customer_id":153265,"tr_customer_product_id":153255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:11.000Z","modified_at":"2026-01-13T05:45:16.000Z","name":"{{irst_name}} Kumar","mobile_number":"904533233","email_id":"kiran@gmail.com","dop":"2025-12-14","serial_number":"198613087741501","imei1":"198613087741501","imei2":"198613087741501","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153249,"job_number":"JOB_153249","tr_customer_id":153266,"tr_customer_product_id":153256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:17.000Z","modified_at":"2026-01-13T05:45:22.000Z","name":"{{irst_name}} k","mobile_number":"9034324233","email_id":"Veekshith@gmail.com","dop":"2025-12-14","serial_number":"157362364060723","imei1":"157362364060723","imei2":"157362364060723","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153250,"job_number":"JOB_153250","tr_customer_id":153267,"tr_customer_product_id":153257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:46:55.000Z","modified_at":"2026-01-13T05:46:59.000Z","name":"Anitha Kumari","mobile_number":"8934535434","email_id":"anitha@gmail.com","dop":"2025-12-14","serial_number":"144345242210525","imei1":"144345242210525","imei2":"144345242210525","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153251,"job_number":"JOB_153251","tr_customer_id":153268,"tr_customer_product_id":153258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:47:00.000Z","modified_at":"2026-01-13T05:47:05.000Z","name":"Kiran Kumar","mobile_number":"904533233","email_id":"kiran@gmail.com","dop":"2025-12-14","serial_number":"163841812032817","imei1":"163841812032817","imei2":"163841812032817","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:47:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153252,"job_number":"JOB_153252","tr_customer_id":153269,"tr_customer_product_id":153259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:47:05.000Z","modified_at":"2026-01-13T05:47:10.000Z","name":"Veekshith k","mobile_number":"9034324233","email_id":"Veekshith@gmail.com","dop":"2025-12-14","serial_number":"180473904683947","imei1":"180473904683947","imei2":"180473904683947","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:47:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153311,"job_number":"JOB_153311","tr_customer_id":153328,"tr_customer_product_id":153318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:15:43.000Z","modified_at":"2026-01-13T06:15:53.000Z","name":"Deven Pollich","mobile_number":"803-334-4382","email_id":"Jolie.Friesen68@yahoo.com","dop":"2025-11-04","serial_number":"41830548879824","imei1":"41830548879824","imei2":"41830548879824","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:15:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153312,"job_number":"JOB_153312","tr_customer_id":153329,"tr_customer_product_id":153319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:15:56.000Z","modified_at":"2026-01-13T06:16:06.000Z","name":"Emmanuel Hahn","mobile_number":"766-876-6194","email_id":"Francesco56@yahoo.com","dop":"2025-11-04","serial_number":"64454951455282","imei1":"64454951455282","imei2":"64454951455282","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153313,"job_number":"JOB_153313","tr_customer_id":153330,"tr_customer_product_id":153320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:16:09.000Z","modified_at":"2026-01-13T06:16:19.000Z","name":"Jody Pacocha","mobile_number":"499-305-9410","email_id":"Lia.Schaden@gmail.com","dop":"2025-11-04","serial_number":"55751222311381","imei1":"55751222311381","imei2":"55751222311381","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153314,"job_number":"JOB_153314","tr_customer_id":153331,"tr_customer_product_id":153321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:16:49.000Z","modified_at":"2026-01-13T06:17:16.000Z","name":"Vivian Reynolds","mobile_number":"389-565-0345","email_id":"Sincere75@hotmail.com","dop":"2025-10-01","serial_number":"13450906526211","imei1":"13450906526211","imei2":"13450906526211","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:17:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153315,"job_number":"JOB_153315","tr_customer_id":153332,"tr_customer_product_id":153322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:03.000Z","modified_at":"2026-01-13T06:19:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109231383262124","imei1":"109231383262124","imei2":"109231383262124","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153316,"job_number":"JOB_153316","tr_customer_id":153333,"tr_customer_product_id":153323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:04.000Z","modified_at":"2026-01-13T06:19:16.000Z","name":"Nathaniel Olson","mobile_number":"803-630-5817","email_id":"Mireille.Schamberger50@gmail.com","dop":"2025-06-09","serial_number":"107778902735409","imei1":"107778902735409","imei2":"107778902735409","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153317,"job_number":"JOB_153317","tr_customer_id":153334,"tr_customer_product_id":153324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:04.000Z","modified_at":"2026-01-13T06:19:04.000Z","name":"Fermin Greenfelder","mobile_number":"955-317-6851","email_id":"Stewart_McDermott@gmail.com","dop":"2025-06-09","serial_number":"103613644269013","imei1":"103613644269013","imei2":"103613644269013","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153318,"job_number":"JOB_153318","tr_customer_id":153335,"tr_customer_product_id":153325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:21.000Z","modified_at":"2026-01-13T06:19:21.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108378338967206","imei1":"108378338967206","imei2":"108378338967206","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153319,"job_number":"JOB_153319","tr_customer_id":153336,"tr_customer_product_id":153326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:22.000Z","modified_at":"2026-01-13T06:19:36.000Z","name":"Ambrose Marvin","mobile_number":"801-386-0030","email_id":"Meda62@hotmail.com","dop":"2025-06-09","serial_number":"107935549367467","imei1":"107935549367467","imei2":"107935549367467","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153320,"job_number":"JOB_153320","tr_customer_id":153337,"tr_customer_product_id":153327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:22.000Z","modified_at":"2026-01-13T06:19:22.000Z","name":"Aiyana Terry","mobile_number":"244-508-8666","email_id":"Larue48@yahoo.com","dop":"2025-06-09","serial_number":"100018750637698","imei1":"100018750637698","imei2":"100018750637698","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153321,"job_number":"JOB_153321","tr_customer_id":153338,"tr_customer_product_id":153328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101759281341148","imei1":"101759281341148","imei2":"101759281341148","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153322,"job_number":"JOB_153322","tr_customer_id":153339,"tr_customer_product_id":153329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:57.000Z","name":"Rossie Bayer","mobile_number":"243-568-8992","email_id":"Haleigh65@hotmail.com","dop":"2025-06-09","serial_number":"108899204115745","imei1":"108899204115745","imei2":"108899204115745","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153323,"job_number":"JOB_153323","tr_customer_id":153340,"tr_customer_product_id":153330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Bella Harber","mobile_number":"687-229-6322","email_id":"Corbin_Spencer@gmail.com","dop":"2025-06-09","serial_number":"100340725009684","imei1":"100340725009684","imei2":"100340725009684","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153324,"job_number":"JOB_153324","tr_customer_id":153341,"tr_customer_product_id":153331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:20:49.000Z","modified_at":"2026-01-13T06:20:59.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"41673180072938","imei1":"41673180072938","imei2":"41673180072938","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153325,"job_number":"JOB_153325","tr_customer_id":153342,"tr_customer_product_id":153332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:04.000Z","modified_at":"2026-01-13T06:21:16.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"15757610740311","imei1":"15757610740311","imei2":"15757610740311","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153326,"job_number":"JOB_153326","tr_customer_id":153343,"tr_customer_product_id":153333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:21.000Z","modified_at":"2026-01-13T06:21:34.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"51037878341202","imei1":"51037878341202","imei2":"51037878341202","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153353,"job_number":"JOB_153353","tr_customer_id":153370,"tr_customer_product_id":153360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:28:35.000Z","modified_at":"2026-01-13T06:28:48.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"26994953784520","imei1":"26994953784520","imei2":"26994953784520","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153354,"job_number":"JOB_153354","tr_customer_id":153371,"tr_customer_product_id":153361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:28:53.000Z","modified_at":"2026-01-13T06:29:07.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"95023931804388","imei1":"95023931804388","imei2":"95023931804388","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153358,"job_number":"JOB_153358","tr_customer_id":153375,"tr_customer_product_id":153365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:13.000Z","modified_at":"2026-01-13T06:29:31.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"74712190858251","imei1":"74712190858251","imei2":"74712190858251","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153386,"job_number":"JOB_153386","tr_customer_id":153403,"tr_customer_product_id":153393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:47.000Z","modified_at":"2026-01-13T06:34:47.000Z","name":"Rocky Kihn","mobile_number":"647-238-4940","email_id":"Christine_OHara58@gmail.com","dop":"2025-12-14","serial_number":"143009261320082","imei1":"143009261320082","imei2":"143009261320082","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153435,"job_number":"JOB_153435","tr_customer_id":153452,"tr_customer_product_id":153442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:44:29.000Z","modified_at":"2026-01-13T06:44:29.000Z","name":"Gennaro Goldner","mobile_number":"672-408-8464","email_id":"Ardith21@yahoo.com","dop":"2025-12-14","serial_number":"167754165732138","imei1":"167754165732138","imei2":"167754165732138","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153436,"job_number":"JOB_153436","tr_customer_id":153453,"tr_customer_product_id":153443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:19.000Z","modified_at":"2026-01-13T06:45:19.000Z","name":"Delfina Romaguera","mobile_number":"669-856-6230","email_id":"Rodrick12@hotmail.com","dop":"2025-12-14","serial_number":"144203005884587","imei1":"144203005884587","imei2":"144203005884587","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153437,"job_number":"JOB_153437","tr_customer_id":153454,"tr_customer_product_id":153444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:55.000Z","modified_at":"2026-01-13T06:45:55.000Z","name":"Jeff Flatley","mobile_number":"980-824-0583","email_id":"Nico51@hotmail.com","dop":"2025-12-14","serial_number":"110431504331280","imei1":"110431504331280","imei2":"110431504331280","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153438,"job_number":"JOB_153438","tr_customer_id":153455,"tr_customer_product_id":153445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:46:45.000Z","modified_at":"2026-01-13T06:46:45.000Z","name":"Paris Kuhlman","mobile_number":"668-305-9525","email_id":"Vern54@yahoo.com","dop":"2025-12-14","serial_number":"154647379634597","imei1":"154647379634597","imei2":"154647379634597","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153463,"job_number":"JOB_153463","tr_customer_id":153480,"tr_customer_product_id":153470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:24:48.000Z","modified_at":"2026-01-13T07:24:48.000Z","name":"Jasper Jacobs","mobile_number":"263-201-8380","email_id":"Oral54@yahoo.com","dop":"2025-11-04","serial_number":"60467304956938","imei1":"60467304956938","imei2":"60467304956938","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:24:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_99821"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwODV9.-Glm2QIB9vaOMby6CBpIe-7LiL7k7JHpmMyc8HKgKUE |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 996041d8-d17d-40e8-bb8e-670831fab317 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{
"searchText": "JOB_104254"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:51 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwODV9.-Glm2QIB9vaOMby6CBpIe-7LiL7k7JHpmMyc8HKgKUE |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | fda8aadd-b983-4ea5-ba33-e70d1ed9940e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:51 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamsup","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b10b57e0-d451-4d1e-a502-bdcd9437c75a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 59 |
{
"username": "iamsup",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 698 |
| ETag | W/"2ba-xmonOx51powKANorOQiXiIbaYGI" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:51 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwOTF9.pmKK_O51ekdeDUXAq8S8PFPHUX4z-TdDtzxjA34fZWk"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwOTF9.pmKK_O51ekdeDUXAq8S8PFPHUX4z-TdDtzxjA34fZWk |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 47007d08-ab1d-4a48-9016-8081e1589328 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 444 |
| ETag | W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:52 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwOTF9.pmKK_O51ekdeDUXAq8S8PFPHUX4z-TdDtzxjA34fZWk |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 054ea7df-8c2b-42a0-b3a8-986db3f8f560 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 248 |
| ETag | W/"f8-8MbwLweppFl7I8QkEnW7mg3EcNw" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:52 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":349},{"label":"Pending for repair","key":"pending_for_repair","count":8},{"label":"Pending for delivery","key":"pending_for_delivery","count":3}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6eb64cba-9eed-4e44-8377-0c8b09dcc5ef |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"54e0b-qtwPBwQ5dvuNLdcm6j+yANT/S9I" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:24:52 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":152945,"job_number":"JOB_152945","tr_customer_id":152962,"tr_customer_product_id":152952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:04.000Z","modified_at":"2026-01-12T21:41:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16444528275127","imei1":"16444528275127","imei2":"16444528275127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152947,"job_number":"JOB_152947","tr_customer_id":152964,"tr_customer_product_id":152954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:06.000Z","modified_at":"2026-01-12T21:41:06.000Z","name":"Sibyl O'Connell","mobile_number":"864-508-7178","email_id":"Lera6@hotmail.com","dop":"2025-04-06","serial_number":"12161968684743364","imei1":"12161968684743364","imei2":"12161968684743364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152948,"job_number":"JOB_152948","tr_customer_id":152965,"tr_customer_product_id":152955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:45.000Z","modified_at":"2026-01-12T21:41:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19073498794923","imei1":"19073498794923","imei2":"19073498794923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152950,"job_number":"JOB_152950","tr_customer_id":152967,"tr_customer_product_id":152957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:47.000Z","modified_at":"2026-01-12T21:41:47.000Z","name":"Aurore Hilll","mobile_number":"316-283-2109","email_id":"Johnathan_Howell@gmail.com","dop":"2025-04-06","serial_number":"19191826310946700","imei1":"19191826310946700","imei2":"19191826310946700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152951,"job_number":"JOB_152951","tr_customer_id":152968,"tr_customer_product_id":152958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:42:26.000Z","modified_at":"2026-01-12T21:42:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13119127811699","imei1":"13119127811699","imei2":"13119127811699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:42:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152953,"job_number":"JOB_152953","tr_customer_id":152970,"tr_customer_product_id":152960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:42:28.000Z","modified_at":"2026-01-12T21:42:28.000Z","name":"Janessa Greenfelder","mobile_number":"677-558-2956","email_id":"Idella85@yahoo.com","dop":"2025-04-06","serial_number":"14365178523919976","imei1":"14365178523919976","imei2":"14365178523919976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152954,"job_number":"JOB_152954","tr_customer_id":152971,"tr_customer_product_id":152961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:34:30.000Z","modified_at":"2026-01-12T23:34:30.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-02","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-02T23:34:29.692521461Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:34:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152955,"job_number":"JOB_152955","tr_customer_id":152972,"tr_customer_product_id":152962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:34:30.000Z","modified_at":"2026-01-12T23:34:30.000Z","name":"Lakshmidhar Ahuja","mobile_number":"7060765524","email_id":"darshwana.kaur@yahoo.co.in","dop":"2026-01-02","serial_number":"555718812455204","imei1":"555718812455204","imei2":"555718812455204","popurl":"www.deevakar-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:34:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152956,"job_number":"JOB_152956","tr_customer_id":152973,"tr_customer_product_id":152963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:36:56.000Z","modified_at":"2026-01-12T23:36:56.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-02","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-02T23:36:55.697260513Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152957,"job_number":"JOB_152957","tr_customer_id":152974,"tr_customer_product_id":152964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:13:56.000Z","modified_at":"2026-01-13T00:13:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"01124567894665","imei1":"01124567894665","imei2":"01124567894665","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:13:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152961,"job_number":"JOB_152961","tr_customer_id":152978,"tr_customer_product_id":152968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:59:07.000Z","modified_at":"2026-01-13T00:59:07.000Z","name":"Duncan Hamill","mobile_number":"825-616-1411","email_id":"Lizzie_Kohler@yahoo.com","dop":"2025-10-12","serial_number":"1005687804592704","imei1":"1005687804592704","imei2":"1005687804592704","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152963,"job_number":"JOB_152963","tr_customer_id":152980,"tr_customer_product_id":152970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:22:03.000Z","modified_at":"2026-01-13T01:22:03.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2026-01-03","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2026-01-03T01:22:03.107431112Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152978,"job_number":"JOB_152978","tr_customer_id":152995,"tr_customer_product_id":152985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:14.000Z","modified_at":"2026-01-13T03:08:14.000Z","name":"Geraldine Lubowitz","mobile_number":"467-229-6632","email_id":"Hazel30@gmail.com","dop":"2025-04-06","serial_number":"12233429785513206","imei1":"12233429785513206","imei2":"12233429785513206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152980,"job_number":"JOB_152980","tr_customer_id":152997,"tr_customer_product_id":152987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:47.000Z","modified_at":"2026-01-13T03:08:47.000Z","name":"Augusta Hilpert","mobile_number":"999-471-9071","email_id":"Jude88@gmail.com","dop":"2025-04-06","serial_number":"15043299492058636","imei1":"15043299492058636","imei2":"15043299492058636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152982,"job_number":"JOB_152982","tr_customer_id":152999,"tr_customer_product_id":152989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:09:21.000Z","modified_at":"2026-01-13T03:09:21.000Z","name":"Hassan Yost","mobile_number":"264-378-4605","email_id":"Eulalia_Stark@hotmail.com","dop":"2025-04-06","serial_number":"17154142032826798","imei1":"17154142032826798","imei2":"17154142032826798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:09:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152986,"job_number":"JOB_152986","tr_customer_id":153003,"tr_customer_product_id":152993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:31.000Z","modified_at":"2026-01-13T03:48:31.000Z","name":"Jeffery Konopelski","mobile_number":"984-952-2139","email_id":"Delia50@gmail.com","dop":"2025-04-06","serial_number":"10013235749073844","imei1":"10013235749073844","imei2":"10013235749073844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152988,"job_number":"JOB_152988","tr_customer_id":153005,"tr_customer_product_id":152995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:38.000Z","modified_at":"2026-01-13T03:48:38.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11880112270859","imei1":"11880112270859","imei2":"11880112270859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152990,"job_number":"JOB_152990","tr_customer_id":153007,"tr_customer_product_id":152997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:40.000Z","modified_at":"2026-01-13T03:48:40.000Z","name":"Kyleigh Johnston","mobile_number":"392-597-6881","email_id":"Dorothea.Bogisich85@hotmail.com","dop":"2025-04-06","serial_number":"12920132890083952","imei1":"12920132890083952","imei2":"12920132890083952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152991,"job_number":"JOB_152991","tr_customer_id":153008,"tr_customer_product_id":152998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:08.000Z","modified_at":"2026-01-13T03:49:08.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10450777953251","imei1":"10450777953251","imei2":"10450777953251","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152993,"job_number":"JOB_152993","tr_customer_id":153010,"tr_customer_product_id":153000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:09.000Z","modified_at":"2026-01-13T03:49:09.000Z","name":"Karine Lebsack","mobile_number":"977-381-7576","email_id":"Luther51@hotmail.com","dop":"2025-06-18","serial_number":"1042195630777838","imei1":"1042195630777838","imei2":"1042195630777838","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152996,"job_number":"JOB_152996","tr_customer_id":153013,"tr_customer_product_id":153003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:14.000Z","modified_at":"2026-01-13T03:49:14.000Z","name":"Alison Hamill","mobile_number":"745-240-9299","email_id":"Jarrett.Graham65@yahoo.com","dop":"2025-04-06","serial_number":"15194139488119204","imei1":"15194139488119204","imei2":"15194139488119204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152998,"job_number":"JOB_152998","tr_customer_id":153015,"tr_customer_product_id":153005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:15.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Morgan Zemlak","mobile_number":"773-714-6804","email_id":"Lexi.Reilly93@yahoo.com","dop":"2025-04-06","serial_number":"18176075426418570","imei1":"18176075426418570","imei2":"18176075426418570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152999,"job_number":"JOB_152999","tr_customer_id":153016,"tr_customer_product_id":153006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:16.000Z","modified_at":"2026-01-13T03:49:16.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19071431659130","imei1":"19071431659130","imei2":"19071431659130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153001,"job_number":"JOB_153001","tr_customer_id":153018,"tr_customer_product_id":153008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:17.000Z","modified_at":"2026-01-13T03:49:17.000Z","name":"Ethyl Murphy","mobile_number":"526-816-1746","email_id":"Faye52@gmail.com","dop":"2025-04-06","serial_number":"14574128161791344","imei1":"14574128161791344","imei2":"14574128161791344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153002,"job_number":"JOB_153002","tr_customer_id":153019,"tr_customer_product_id":153009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:18.000Z","modified_at":"2026-01-13T03:49:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19225349064885","imei1":"19225349064885","imei2":"19225349064885","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153004,"job_number":"JOB_153004","tr_customer_id":153021,"tr_customer_product_id":153011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:19.000Z","modified_at":"2026-01-13T03:49:19.000Z","name":"Nettie Witting","mobile_number":"815-907-1531","email_id":"Virginie74@hotmail.com","dop":"2025-04-06","serial_number":"10601861065443798","imei1":"10601861065443798","imei2":"10601861065443798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153005,"job_number":"JOB_153005","tr_customer_id":153022,"tr_customer_product_id":153012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:21.000Z","modified_at":"2026-01-13T03:49:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11549932616810","imei1":"11549932616810","imei2":"11549932616810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153007,"job_number":"JOB_153007","tr_customer_id":153024,"tr_customer_product_id":153014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:22.000Z","modified_at":"2026-01-13T03:49:22.000Z","name":"Wendy Ziemann","mobile_number":"956-538-3965","email_id":"Lonny.White@gmail.com","dop":"2025-04-06","serial_number":"14865650404964128","imei1":"14865650404964128","imei2":"14865650404964128","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153009,"job_number":"JOB_153009","tr_customer_id":153026,"tr_customer_product_id":153016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:27.000Z","modified_at":"2026-01-13T03:49:27.000Z","name":"Gonzalo Daniel","mobile_number":"726-437-9061","email_id":"Kaylee6@gmail.com","dop":"2025-04-06","serial_number":"11273833509541268","imei1":"11273833509541268","imei2":"11273833509541268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153012,"job_number":"JOB_153012","tr_customer_id":153029,"tr_customer_product_id":153019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:34.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"Andreanne Cassin","mobile_number":"739-516-5141","email_id":"Jarvis_Keebler@gmail.com","dop":"2025-04-06","serial_number":"13213391237709272","imei1":"13213391237709272","imei2":"13213391237709272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153013,"job_number":"JOB_153013","tr_customer_id":153030,"tr_customer_product_id":153020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:35.000Z","modified_at":"2026-01-13T03:49:35.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15564773480890","imei1":"15564773480890","imei2":"15564773480890","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153014,"job_number":"JOB_153014","tr_customer_id":153031,"tr_customer_product_id":153021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:36.000Z","modified_at":"2026-01-13T03:49:36.000Z","name":"Genevieve Christiansen","mobile_number":"609-220-8540","email_id":"Kavon18@gmail.com","dop":"2025-09-16","serial_number":"18835594473873","imei1":"18835594473873","imei2":"18835594473873","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153015,"job_number":"JOB_153015","tr_customer_id":153032,"tr_customer_product_id":153022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:38.000Z","modified_at":"2026-01-13T03:49:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19813392024704","imei1":"19813392024704","imei2":"19813392024704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153017,"job_number":"JOB_153017","tr_customer_id":153034,"tr_customer_product_id":153024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Kitty Lueilwitz","mobile_number":"646-749-9591","email_id":"Rosamond35@gmail.com","dop":"2025-09-09","serial_number":"11462213309292","imei1":"11462213309292","imei2":"11462213309292","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153018,"job_number":"JOB_153018","tr_customer_id":153035,"tr_customer_product_id":153025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Evie Treutel","mobile_number":"906-222-6390","email_id":"Barrett13@gmail.com","dop":"2025-09-09","serial_number":"14848928990324","imei1":"14848928990324","imei2":"14848928990324","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153020,"job_number":"JOB_153020","tr_customer_id":153037,"tr_customer_product_id":153027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:40.000Z","modified_at":"2026-01-13T03:49:40.000Z","name":"Violet Ebert","mobile_number":"593-518-3750","email_id":"Otilia_Moore@yahoo.com","dop":"2025-04-06","serial_number":"17674437261519444","imei1":"17674437261519444","imei2":"17674437261519444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153021,"job_number":"JOB_153021","tr_customer_id":153038,"tr_customer_product_id":153028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:47.000Z","modified_at":"2026-01-13T03:49:47.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10778763278278","imei1":"10778763278278","imei2":"10778763278278","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153023,"job_number":"JOB_153023","tr_customer_id":153040,"tr_customer_product_id":153030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:48.000Z","modified_at":"2026-01-13T03:49:48.000Z","name":"Sadie Armstrong","mobile_number":"908-507-8196","email_id":"Rebeca.Lynch47@yahoo.com","dop":"2025-06-18","serial_number":"1053385808139450","imei1":"1053385808139450","imei2":"1053385808139450","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153025,"job_number":"JOB_153025","tr_customer_id":153042,"tr_customer_product_id":153032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:52.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Skyla Keeling","mobile_number":"875-901-9572","email_id":"Adah.Abernathy10@yahoo.com","dop":"2025-09-09","serial_number":"15288842733007","imei1":"15288842733007","imei2":"15288842733007","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153026,"job_number":"JOB_153026","tr_customer_id":153043,"tr_customer_product_id":153033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16528922137835","imei1":"16528922137835","imei2":"16528922137835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153027,"job_number":"JOB_153027","tr_customer_id":153044,"tr_customer_product_id":153034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Genesis Hudson","mobile_number":"545-745-3246","email_id":"Delpha75@gmail.com","dop":"2025-09-09","serial_number":"19428872260199","imei1":"19428872260199","imei2":"19428872260199","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153029,"job_number":"JOB_153029","tr_customer_id":153046,"tr_customer_product_id":153036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Brock Gorczany","mobile_number":"250-398-4087","email_id":"Kory.Jacobs46@yahoo.com","dop":"2025-09-09","serial_number":"15093671361032","imei1":"15093671361032","imei2":"15093671361032","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153031,"job_number":"JOB_153031","tr_customer_id":153048,"tr_customer_product_id":153038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Jarvis Rath","mobile_number":"996-571-4584","email_id":"Elisha7@gmail.com","dop":"2025-09-09","serial_number":"10254687094207","imei1":"10254687094207","imei2":"10254687094207","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153032,"job_number":"JOB_153032","tr_customer_id":153049,"tr_customer_product_id":153039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Ona Rodriguez","mobile_number":"842-374-7408","email_id":"Rhianna_Hauck41@hotmail.com","dop":"2025-04-06","serial_number":"18081435645439704","imei1":"18081435645439704","imei2":"18081435645439704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153033,"job_number":"JOB_153033","tr_customer_id":153050,"tr_customer_product_id":153040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Rosalyn Hilpert","mobile_number":"896-465-3399","email_id":"Moses.Grady@yahoo.com","dop":"2025-09-09","serial_number":"17091861974159","imei1":"17091861974159","imei2":"17091861974159","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153036,"job_number":"JOB_153036","tr_customer_id":153053,"tr_customer_product_id":153043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:55.000Z","modified_at":"2026-01-13T03:49:55.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"18060098958557","imei1":"18060098958557","imei2":"18060098958557","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153037,"job_number":"JOB_153037","tr_customer_id":153054,"tr_customer_product_id":153044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:56.000Z","modified_at":"2026-01-13T03:49:56.000Z","name":"Noemy Ullrich","mobile_number":"831-724-5885","email_id":"Sarah.Koch@gmail.com","dop":"2025-09-16","serial_number":"19292304559775","imei1":"19292304559775","imei2":"19292304559775","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153038,"job_number":"JOB_153038","tr_customer_id":153055,"tr_customer_product_id":153045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:57.000Z","modified_at":"2026-01-13T03:49:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16171685555591","imei1":"16171685555591","imei2":"16171685555591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153040,"job_number":"JOB_153040","tr_customer_id":153057,"tr_customer_product_id":153047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:59.000Z","modified_at":"2026-01-13T03:49:59.000Z","name":"Watson Rempel","mobile_number":"556-493-8063","email_id":"Gage_Pollich19@yahoo.com","dop":"2025-04-06","serial_number":"16134003839228460","imei1":"16134003839228460","imei2":"16134003839228460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153044,"job_number":"JOB_153044","tr_customer_id":153061,"tr_customer_product_id":153051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:04.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10083490726550","imei1":"10083490726550","imei2":"10083490726550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153046,"job_number":"JOB_153046","tr_customer_id":153063,"tr_customer_product_id":153053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:05.000Z","modified_at":"2026-01-13T03:50:05.000Z","name":"Bethel McLaughlin","mobile_number":"598-945-2245","email_id":"Shakira.Schuster75@yahoo.com","dop":"2025-04-06","serial_number":"14937021882346436","imei1":"14937021882346436","imei2":"14937021882346436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153048,"job_number":"JOB_153048","tr_customer_id":153065,"tr_customer_product_id":153055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:08.000Z","modified_at":"2026-01-13T03:50:08.000Z","name":"April Treutel","mobile_number":"420-895-4874","email_id":"Tiara_Simonis@yahoo.com","dop":"2025-09-09","serial_number":"16286577028714","imei1":"16286577028714","imei2":"16286577028714","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153049,"job_number":"JOB_153049","tr_customer_id":153066,"tr_customer_product_id":153056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Albertha Johns","mobile_number":"411-980-4646","email_id":"Margot_Bruen20@gmail.com","dop":"2025-09-09","serial_number":"15781439813235","imei1":"15781439813235","imei2":"15781439813235","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153050,"job_number":"JOB_153050","tr_customer_id":153067,"tr_customer_product_id":153057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nelda Hills","mobile_number":"204-244-7851","email_id":"Alta.Baumbach59@hotmail.com","dop":"2025-09-09","serial_number":"12705447284041","imei1":"12705447284041","imei2":"12705447284041","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153051,"job_number":"JOB_153051","tr_customer_id":153068,"tr_customer_product_id":153058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Isabell Botsford","mobile_number":"756-667-9480","email_id":"Michele68@gmail.com","dop":"2025-09-09","serial_number":"19469016127033","imei1":"19469016127033","imei2":"19469016127033","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153052,"job_number":"JOB_153052","tr_customer_id":153069,"tr_customer_product_id":153059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nathanial Jast","mobile_number":"924-711-3457","email_id":"Gunnar.Walsh@yahoo.com","dop":"2025-09-09","serial_number":"10391829021392","imei1":"10391829021392","imei2":"10391829021392","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153056,"job_number":"JOB_153056","tr_customer_id":153073,"tr_customer_product_id":153063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:11.000Z","modified_at":"2026-01-13T03:50:11.000Z","name":"Keeley Bode","mobile_number":"394-649-9827","email_id":"Evans.Paucek82@yahoo.com","dop":"2025-05-30","serial_number":"17230963683630","imei1":"17230963683630","imei2":"17230963683630","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153057,"job_number":"JOB_153057","tr_customer_id":153074,"tr_customer_product_id":153064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:12.000Z","modified_at":"2026-01-13T03:50:12.000Z","name":"Karlie Dickinson","mobile_number":"714-317-8229","email_id":"Hanna.Cruickshank92@gmail.com","dop":"2025-05-30","serial_number":"1031496690652217","imei1":"1031496690652217","imei2":"1031496690652217","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153058,"job_number":"JOB_153058","tr_customer_id":153075,"tr_customer_product_id":153065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:15.000Z","modified_at":"2026-01-13T03:50:15.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18771789001924","imei1":"18771789001924","imei2":"18771789001924","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153059,"job_number":"JOB_153059","tr_customer_id":153076,"tr_customer_product_id":153066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:16.000Z","modified_at":"2026-01-13T03:50:16.000Z","name":"Gina Schulist","mobile_number":"928-944-7730","email_id":"Gerald_Hills31@yahoo.com","dop":"2025-09-16","serial_number":"11005054118814","imei1":"11005054118814","imei2":"11005054118814","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153060,"job_number":"JOB_153060","tr_customer_id":153077,"tr_customer_product_id":153067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:18.000Z","modified_at":"2026-01-13T03:50:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13822944721277","imei1":"13822944721277","imei2":"13822944721277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153062,"job_number":"JOB_153062","tr_customer_id":153079,"tr_customer_product_id":153069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:20.000Z","modified_at":"2026-01-13T03:50:20.000Z","name":"Cynthia Graham","mobile_number":"603-611-6067","email_id":"Judson.Kuhlman34@yahoo.com","dop":"2025-04-06","serial_number":"14760525474247120","imei1":"14760525474247120","imei2":"14760525474247120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153063,"job_number":"JOB_153063","tr_customer_id":153080,"tr_customer_product_id":153070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13096219447386","imei1":"13096219447386","imei2":"13096219447386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153064,"job_number":"JOB_153064","tr_customer_id":153081,"tr_customer_product_id":153071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Avis Durgan","mobile_number":"912-805-0170","email_id":"Selina.Herzog33@hotmail.com","dop":"2025-09-09","serial_number":"16356015097685","imei1":"16356015097685","imei2":"16356015097685","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153066,"job_number":"JOB_153066","tr_customer_id":153083,"tr_customer_product_id":153073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Cullen Predovic","mobile_number":"282-933-3045","email_id":"America.Wisozk51@hotmail.com","dop":"2025-09-09","serial_number":"19108774208927","imei1":"19108774208927","imei2":"19108774208927","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153067,"job_number":"JOB_153067","tr_customer_id":153084,"tr_customer_product_id":153074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:25.000Z","modified_at":"2026-01-13T03:50:25.000Z","name":"Milan Miller","mobile_number":"790-657-9980","email_id":"Kris16@yahoo.com","dop":"2025-09-09","serial_number":"11200593074184","imei1":"11200593074184","imei2":"11200593074184","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153069,"job_number":"JOB_153069","tr_customer_id":153086,"tr_customer_product_id":153076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:26.000Z","modified_at":"2026-01-13T03:50:26.000Z","name":"Jailyn Murray","mobile_number":"833-564-9185","email_id":"Lauren.Kuphal85@gmail.com","dop":"2025-04-06","serial_number":"12812647535142484","imei1":"12812647535142484","imei2":"12812647535142484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153074,"job_number":"JOB_153074","tr_customer_id":153091,"tr_customer_product_id":153081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:32.000Z","modified_at":"2026-01-13T03:50:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13844552556611","imei1":"13844552556611","imei2":"13844552556611","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153076,"job_number":"JOB_153076","tr_customer_id":153093,"tr_customer_product_id":153083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:34.000Z","modified_at":"2026-01-13T03:50:34.000Z","name":"Kaitlin Windler","mobile_number":"201-669-5785","email_id":"Sienna_Corkery85@gmail.com","dop":"2025-04-06","serial_number":"10440709278762594","imei1":"10440709278762594","imei2":"10440709278762594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153077,"job_number":"JOB_153077","tr_customer_id":153094,"tr_customer_product_id":153084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:36.000Z","modified_at":"2026-01-13T03:50:36.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14210164826325","imei1":"14210164826325","imei2":"14210164826325","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153080,"job_number":"JOB_153080","tr_customer_id":153097,"tr_customer_product_id":153087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19224335783664","imei1":"19224335783664","imei2":"19224335783664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153082,"job_number":"JOB_153082","tr_customer_id":153099,"tr_customer_product_id":153089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18445398425976","imei1":"18445398425976","imei2":"18445398425976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153084,"job_number":"JOB_153084","tr_customer_id":153101,"tr_customer_product_id":153091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Amir Spencer","mobile_number":"738-414-9550","email_id":"Mario_Bogan67@yahoo.com","dop":"2025-04-06","serial_number":"11935463815113542","imei1":"11935463815113542","imei2":"11935463815113542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153085,"job_number":"JOB_153085","tr_customer_id":153102,"tr_customer_product_id":153092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Faustino Langworth","mobile_number":"250-265-0398","email_id":"Korbin_Ankunding39@yahoo.com","dop":"2025-04-06","serial_number":"16078364766113880","imei1":"16078364766113880","imei2":"16078364766113880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153086,"job_number":"JOB_153086","tr_customer_id":153103,"tr_customer_product_id":153093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"Jeanette Grady","mobile_number":"316-608-4183","email_id":"Jadyn_OHara16@gmail.com","dop":"2025-04-06","serial_number":"19153294343452520","imei1":"19153294343452520","imei2":"19153294343452520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153087,"job_number":"JOB_153087","tr_customer_id":153104,"tr_customer_product_id":153094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13173564929167","imei1":"13173564929167","imei2":"13173564929167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153093,"job_number":"JOB_153093","tr_customer_id":153110,"tr_customer_product_id":153100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Darrick Brown","mobile_number":"276-943-9247","email_id":"Opal2@hotmail.com","dop":"2025-04-06","serial_number":"16541453210419996","imei1":"16541453210419996","imei2":"16541453210419996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153097,"job_number":"JOB_153097","tr_customer_id":153114,"tr_customer_product_id":153104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18999790093893","imei1":"18999790093893","imei2":"18999790093893","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153098,"job_number":"JOB_153098","tr_customer_id":153115,"tr_customer_product_id":153105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10419869269352","imei1":"10419869269352","imei2":"10419869269352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153099,"job_number":"JOB_153099","tr_customer_id":153116,"tr_customer_product_id":153106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18067897014023","imei1":"18067897014023","imei2":"18067897014023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153103,"job_number":"JOB_153103","tr_customer_id":153120,"tr_customer_product_id":153110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Kaleigh Flatley","mobile_number":"570-357-2377","email_id":"Brayan.Spencer@yahoo.com","dop":"2025-04-06","serial_number":"18438963295359948","imei1":"18438963295359948","imei2":"18438963295359948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153104,"job_number":"JOB_153104","tr_customer_id":153121,"tr_customer_product_id":153111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Enid Kris","mobile_number":"437-791-7523","email_id":"Fermin.Muller95@hotmail.com","dop":"2025-04-06","serial_number":"13143860045647592","imei1":"13143860045647592","imei2":"13143860045647592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153105,"job_number":"JOB_153105","tr_customer_id":153122,"tr_customer_product_id":153112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Jayne Schuppe","mobile_number":"745-966-7108","email_id":"Susana.Predovic10@hotmail.com","dop":"2025-04-06","serial_number":"14304569801109850","imei1":"14304569801109850","imei2":"14304569801109850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153106,"job_number":"JOB_153106","tr_customer_id":153123,"tr_customer_product_id":153113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:57.000Z","modified_at":"2026-01-13T03:50:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13701174672689","imei1":"13701174672689","imei2":"13701174672689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153108,"job_number":"JOB_153108","tr_customer_id":153125,"tr_customer_product_id":153115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"Etha Gorczany","mobile_number":"549-498-0752","email_id":"Karl64@yahoo.com","dop":"2025-04-06","serial_number":"11905239359408752","imei1":"11905239359408752","imei2":"11905239359408752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153109,"job_number":"JOB_153109","tr_customer_id":153126,"tr_customer_product_id":153116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16851118059558","imei1":"16851118059558","imei2":"16851118059558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153111,"job_number":"JOB_153111","tr_customer_id":153128,"tr_customer_product_id":153118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:00.000Z","modified_at":"2026-01-13T03:51:00.000Z","name":"Jacklyn Hoppe","mobile_number":"782-304-3329","email_id":"Beth.Stracke90@hotmail.com","dop":"2025-04-06","serial_number":"11949546922932804","imei1":"11949546922932804","imei2":"11949546922932804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153114,"job_number":"JOB_153114","tr_customer_id":153131,"tr_customer_product_id":153121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16475215694770","imei1":"16475215694770","imei2":"16475215694770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153117,"job_number":"JOB_153117","tr_customer_id":153134,"tr_customer_product_id":153124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:11.000Z","modified_at":"2026-01-13T03:51:11.000Z","name":"Lacy Block","mobile_number":"786-394-6562","email_id":"Jennifer.Reilly@gmail.com","dop":"2025-04-06","serial_number":"17579672354579640","imei1":"17579672354579640","imei2":"17579672354579640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153118,"job_number":"JOB_153118","tr_customer_id":153135,"tr_customer_product_id":153125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:17.000Z","modified_at":"2026-01-13T03:51:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18976150243856","imei1":"18976150243856","imei2":"18976150243856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153120,"job_number":"JOB_153120","tr_customer_id":153137,"tr_customer_product_id":153127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:19.000Z","modified_at":"2026-01-13T03:51:19.000Z","name":"Jerry Friesen","mobile_number":"518-345-9827","email_id":"Adelia_Hettinger2@gmail.com","dop":"2025-04-06","serial_number":"17307083703358260","imei1":"17307083703358260","imei2":"17307083703358260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153121,"job_number":"JOB_153121","tr_customer_id":153138,"tr_customer_product_id":153128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:20.000Z","modified_at":"2026-01-13T03:51:20.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14419795897250","imei1":"14419795897250","imei2":"14419795897250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153123,"job_number":"JOB_153123","tr_customer_id":153140,"tr_customer_product_id":153130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:21.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Peter Hilpert","mobile_number":"897-986-7560","email_id":"Judson21@gmail.com","dop":"2025-04-06","serial_number":"10289533883965028","imei1":"10289533883965028","imei2":"10289533883965028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153124,"job_number":"JOB_153124","tr_customer_id":153141,"tr_customer_product_id":153131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:22.000Z","modified_at":"2026-01-13T03:51:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16928359501430","imei1":"16928359501430","imei2":"16928359501430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153128,"job_number":"JOB_153128","tr_customer_id":153145,"tr_customer_product_id":153135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Emily Jerde","mobile_number":"869-493-5374","email_id":"Tara_McGlynn@gmail.com","dop":"2025-04-06","serial_number":"14302115476753244","imei1":"14302115476753244","imei2":"14302115476753244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153130,"job_number":"JOB_153130","tr_customer_id":153147,"tr_customer_product_id":153137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16010550654542","imei1":"16010550654542","imei2":"16010550654542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153132,"job_number":"JOB_153132","tr_customer_id":153149,"tr_customer_product_id":153139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:26.000Z","modified_at":"2026-01-13T03:51:26.000Z","name":"Callie Christiansen","mobile_number":"444-371-4512","email_id":"Aniyah_Fahey@hotmail.com","dop":"2025-04-06","serial_number":"17713763706513330","imei1":"17713763706513330","imei2":"17713763706513330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153134,"job_number":"JOB_153134","tr_customer_id":153151,"tr_customer_product_id":153141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18716729802145","imei1":"18716729802145","imei2":"18716729802145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153138,"job_number":"JOB_153138","tr_customer_id":153155,"tr_customer_product_id":153145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Alvis Cartwright","mobile_number":"529-857-4653","email_id":"Nina_Durgan@hotmail.com","dop":"2025-04-06","serial_number":"13116854987603646","imei1":"13116854987603646","imei2":"13116854987603646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153139,"job_number":"JOB_153139","tr_customer_id":153156,"tr_customer_product_id":153146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:30.000Z","modified_at":"2026-01-13T03:51:30.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14023860338983","imei1":"14023860338983","imei2":"14023860338983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153141,"job_number":"JOB_153141","tr_customer_id":153158,"tr_customer_product_id":153148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:31.000Z","modified_at":"2026-01-13T03:51:31.000Z","name":"Lori O'Keefe","mobile_number":"466-664-1135","email_id":"Ona_Christiansen@hotmail.com","dop":"2025-04-06","serial_number":"17437709589776542","imei1":"17437709589776542","imei2":"17437709589776542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153142,"job_number":"JOB_153142","tr_customer_id":153159,"tr_customer_product_id":153149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:35.000Z","modified_at":"2026-01-13T03:51:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13593104213416","imei1":"13593104213416","imei2":"13593104213416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153144,"job_number":"JOB_153144","tr_customer_id":153161,"tr_customer_product_id":153151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:36.000Z","modified_at":"2026-01-13T03:51:36.000Z","name":"Consuelo Schuster","mobile_number":"901-743-1013","email_id":"Fabian82@hotmail.com","dop":"2025-04-06","serial_number":"12261540853864804","imei1":"12261540853864804","imei2":"12261540853864804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153148,"job_number":"JOB_153148","tr_customer_id":153165,"tr_customer_product_id":153155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:39.000Z","modified_at":"2026-01-13T03:51:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17475014846148","imei1":"17475014846148","imei2":"17475014846148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153150,"job_number":"JOB_153150","tr_customer_id":153167,"tr_customer_product_id":153157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:41.000Z","modified_at":"2026-01-13T03:51:41.000Z","name":"Elwyn Leffler","mobile_number":"327-674-7261","email_id":"Dina5@hotmail.com","dop":"2025-04-06","serial_number":"16511833796415536","imei1":"16511833796415536","imei2":"16511833796415536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153151,"job_number":"JOB_153151","tr_customer_id":153168,"tr_customer_product_id":153158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10130165355224","imei1":"10130165355224","imei2":"10130165355224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153152,"job_number":"JOB_153152","tr_customer_id":153169,"tr_customer_product_id":153159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11115597249717","imei1":"11115597249717","imei2":"11115597249717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153155,"job_number":"JOB_153155","tr_customer_id":153172,"tr_customer_product_id":153162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:04.000Z","modified_at":"2026-01-13T03:52:04.000Z","name":"Elyse Kutch","mobile_number":"645-761-8893","email_id":"Priscilla.Witting@hotmail.com","dop":"2025-04-06","serial_number":"18340930470477076","imei1":"18340930470477076","imei2":"18340930470477076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153156,"job_number":"JOB_153156","tr_customer_id":153173,"tr_customer_product_id":153163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:05.000Z","modified_at":"2026-01-13T03:52:05.000Z","name":"Oleta Emard","mobile_number":"222-876-0291","email_id":"Kylee.Mann@hotmail.com","dop":"2025-04-06","serial_number":"18636482248472350","imei1":"18636482248472350","imei2":"18636482248472350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153157,"job_number":"JOB_153157","tr_customer_id":153174,"tr_customer_product_id":153164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:07.000Z","modified_at":"2026-01-13T03:52:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13985051678366","imei1":"13985051678366","imei2":"13985051678366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153159,"job_number":"JOB_153159","tr_customer_id":153176,"tr_customer_product_id":153166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:08.000Z","modified_at":"2026-01-13T03:52:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17578726537565","imei1":"17578726537565","imei2":"17578726537565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153161,"job_number":"JOB_153161","tr_customer_id":153178,"tr_customer_product_id":153168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:09.000Z","modified_at":"2026-01-13T03:52:09.000Z","name":"Ezekiel Lindgren","mobile_number":"377-339-2399","email_id":"Zora43@hotmail.com","dop":"2025-04-06","serial_number":"17446845544872254","imei1":"17446845544872254","imei2":"17446845544872254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153162,"job_number":"JOB_153162","tr_customer_id":153179,"tr_customer_product_id":153169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10052525619475","imei1":"10052525619475","imei2":"10052525619475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153163,"job_number":"JOB_153163","tr_customer_id":153180,"tr_customer_product_id":153170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"Oscar Rutherford","mobile_number":"365-219-5809","email_id":"Betsy32@gmail.com","dop":"2025-04-06","serial_number":"14954681092067464","imei1":"14954681092067464","imei2":"14954681092067464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153167,"job_number":"JOB_153167","tr_customer_id":153184,"tr_customer_product_id":153174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Nico Moen","mobile_number":"854-383-0204","email_id":"Linwood.Dickinson@yahoo.com","dop":"2025-04-06","serial_number":"14097674512720782","imei1":"14097674512720782","imei2":"14097674512720782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153169,"job_number":"JOB_153169","tr_customer_id":153186,"tr_customer_product_id":153176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:20.000Z","modified_at":"2026-01-13T03:52:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16044510551502","imei1":"16044510551502","imei2":"16044510551502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153171,"job_number":"JOB_153171","tr_customer_id":153188,"tr_customer_product_id":153178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:21.000Z","modified_at":"2026-01-13T03:52:21.000Z","name":"Johnpaul Nitzsche","mobile_number":"207-608-3747","email_id":"Robert.Schimmel87@hotmail.com","dop":"2025-04-06","serial_number":"11100976521545972","imei1":"11100976521545972","imei2":"11100976521545972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153172,"job_number":"JOB_153172","tr_customer_id":153189,"tr_customer_product_id":153179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:25.000Z","modified_at":"2026-01-13T03:59:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30175298275047","imei1":"30175298275047","imei2":"30175298275047","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153173,"job_number":"JOB_153173","tr_customer_id":153190,"tr_customer_product_id":153180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39736907178927","imei1":"39736907178927","imei2":"39736907178927","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153174,"job_number":"JOB_153174","tr_customer_id":153191,"tr_customer_product_id":153181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21407778553161","imei1":"21407778553161","imei2":"21407778553161","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153175,"job_number":"JOB_153175","tr_customer_id":153192,"tr_customer_product_id":153182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62544012041904","imei1":"62544012041904","imei2":"62544012041904","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153176,"job_number":"JOB_153176","tr_customer_id":153193,"tr_customer_product_id":153183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99959134188493","imei1":"99959134188493","imei2":"99959134188493","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153177,"job_number":"JOB_153177","tr_customer_id":153194,"tr_customer_product_id":153184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:27.000Z","modified_at":"2026-01-13T03:59:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"22392790873021","imei1":"22392790873021","imei2":"22392790873021","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153179,"job_number":"JOB_153179","tr_customer_id":153196,"tr_customer_product_id":153186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:55.000Z","modified_at":"2026-01-13T03:59:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51040340604623","imei1":"51040340604623","imei2":"51040340604623","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153180,"job_number":"JOB_153180","tr_customer_id":153197,"tr_customer_product_id":153187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21006414201226","imei1":"21006414201226","imei2":"21006414201226","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153181,"job_number":"JOB_153181","tr_customer_id":153198,"tr_customer_product_id":153188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50056823112746","imei1":"50056823112746","imei2":"50056823112746","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153182,"job_number":"JOB_153182","tr_customer_id":153199,"tr_customer_product_id":153189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93748794197334","imei1":"93748794197334","imei2":"93748794197334","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153183,"job_number":"JOB_153183","tr_customer_id":153200,"tr_customer_product_id":153190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91296671455571","imei1":"91296671455571","imei2":"91296671455571","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153184,"job_number":"JOB_153184","tr_customer_id":153201,"tr_customer_product_id":153191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30364673967097","imei1":"30364673967097","imei2":"30364673967097","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153186,"job_number":"JOB_153186","tr_customer_id":153203,"tr_customer_product_id":153193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:25.000Z","modified_at":"2026-01-13T04:00:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10209990333814","imei1":"10209990333814","imei2":"10209990333814","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153187,"job_number":"JOB_153187","tr_customer_id":153204,"tr_customer_product_id":153194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15049222200872","imei1":"15049222200872","imei2":"15049222200872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153188,"job_number":"JOB_153188","tr_customer_id":153205,"tr_customer_product_id":153195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47543399690737","imei1":"47543399690737","imei2":"47543399690737","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153189,"job_number":"JOB_153189","tr_customer_id":153206,"tr_customer_product_id":153196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"43075571160093","imei1":"43075571160093","imei2":"43075571160093","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153190,"job_number":"JOB_153190","tr_customer_id":153207,"tr_customer_product_id":153197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65833124924632","imei1":"65833124924632","imei2":"65833124924632","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153191,"job_number":"JOB_153191","tr_customer_id":153208,"tr_customer_product_id":153198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:27.000Z","modified_at":"2026-01-13T04:00:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36123112343377","imei1":"36123112343377","imei2":"36123112343377","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153193,"job_number":"JOB_153193","tr_customer_id":153210,"tr_customer_product_id":153200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:49.000Z","modified_at":"2026-01-13T04:23:49.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"172610529232810","imei1":"172610529232810","imei2":"172610529232810","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153195,"job_number":"JOB_153195","tr_customer_id":153212,"tr_customer_product_id":153202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:50.000Z","modified_at":"2026-01-13T04:23:50.000Z","name":"Brennan Grant","mobile_number":"841-700-9396","email_id":"Jed28@yahoo.com","dop":"2025-10-22","serial_number":"1015320496052172","imei1":"1015320496052172","imei2":"1015320496052172","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153196,"job_number":"JOB_153196","tr_customer_id":153213,"tr_customer_product_id":153203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:21.000Z","modified_at":"2026-01-13T04:24:21.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"196369374839931","imei1":"196369374839931","imei2":"196369374839931","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153198,"job_number":"JOB_153198","tr_customer_id":153215,"tr_customer_product_id":153205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:23.000Z","modified_at":"2026-01-13T04:24:23.000Z","name":"Efren Deckow","mobile_number":"879-726-6721","email_id":"Bennie_Crist60@gmail.com","dop":"2025-10-22","serial_number":"1027657902913303","imei1":"1027657902913303","imei2":"1027657902913303","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153201,"job_number":"JOB_153201","tr_customer_id":153218,"tr_customer_product_id":153208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:53.000Z","modified_at":"2026-01-13T04:24:53.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"125791411203086","imei1":"125791411203086","imei2":"125791411203086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153203,"job_number":"JOB_153203","tr_customer_id":153220,"tr_customer_product_id":153210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:54.000Z","modified_at":"2026-01-13T04:24:54.000Z","name":"Ramona Ledner","mobile_number":"997-943-0364","email_id":"Walton_Schultz12@yahoo.com","dop":"2025-10-22","serial_number":"1014941016516362","imei1":"1014941016516362","imei2":"1014941016516362","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153205,"job_number":"JOB_153205","tr_customer_id":153222,"tr_customer_product_id":153212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:29:36.000Z","modified_at":"2026-01-13T04:29:36.000Z","name":"Sigurd Hansen","mobile_number":"369-653-0024","email_id":"Kaya.Ryan71@hotmail.com","dop":"2025-04-06","serial_number":"14806398941573048","imei1":"14806398941573048","imei2":"14806398941573048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153206,"job_number":"JOB_153206","tr_customer_id":153223,"tr_customer_product_id":153213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:12.000Z","modified_at":"2026-01-13T04:36:12.000Z","name":"Kailey Hermiston","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"127217837454338","imei1":"127217837454338","imei2":"127217837454338","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153207,"job_number":"JOB_153207","tr_customer_id":153224,"tr_customer_product_id":153214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:45.000Z","modified_at":"2026-01-13T04:36:45.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"93723787000779","imei1":"93723787000779","imei2":"93723787000779","popurl":"2026-01-03T04:36:45.085377771Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153208,"job_number":"JOB_153208","tr_customer_id":153225,"tr_customer_product_id":153215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:37:12.000Z","modified_at":"2026-01-13T04:37:12.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"76112773586133","imei1":"76112773586133","imei2":"76112773586133","popurl":"2026-01-03T04:37:11.995408367Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153209,"job_number":"JOB_153209","tr_customer_id":153226,"tr_customer_product_id":153216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:44:49.000Z","modified_at":"2026-01-13T04:44:49.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"107163902252086","imei1":"107163902252086","imei2":"107163902252086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153210,"job_number":"JOB_153210","tr_customer_id":153227,"tr_customer_product_id":153217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:12.000Z","modified_at":"2026-01-13T04:45:12.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"183484091925795","imei1":"183484091925795","imei2":"183484091925795","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153212,"job_number":"JOB_153212","tr_customer_id":153229,"tr_customer_product_id":153219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:14.000Z","modified_at":"2026-01-13T04:45:14.000Z","name":"Giles Gibson","mobile_number":"419-212-5365","email_id":"Otha_Sawayn@yahoo.com","dop":"2025-10-22","serial_number":"1036299542913658","imei1":"1036299542913658","imei2":"1036299542913658","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153213,"job_number":"JOB_153213","tr_customer_id":153230,"tr_customer_product_id":153220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:45.000Z","modified_at":"2026-01-13T04:45:45.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"172432575893510","imei1":"172432575893510","imei2":"172432575893510","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153215,"job_number":"JOB_153215","tr_customer_id":153232,"tr_customer_product_id":153222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:47.000Z","modified_at":"2026-01-13T04:45:47.000Z","name":"Maybelle Kris","mobile_number":"645-731-4700","email_id":"Horacio_Gottlieb@hotmail.com","dop":"2025-10-22","serial_number":"1051173146041751","imei1":"1051173146041751","imei2":"1051173146041751","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153216,"job_number":"JOB_153216","tr_customer_id":153233,"tr_customer_product_id":153223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:02.000Z","modified_at":"2026-01-13T04:46:02.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"105388920262325","imei1":"105388920262325","imei2":"105388920262325","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153218,"job_number":"JOB_153218","tr_customer_id":153235,"tr_customer_product_id":153225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:14.000Z","modified_at":"2026-01-13T04:46:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103271004910804","imei1":"103271004910804","imei2":"103271004910804","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153220,"job_number":"JOB_153220","tr_customer_id":153237,"tr_customer_product_id":153227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:19.000Z","modified_at":"2026-01-13T04:46:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"121531535585656","imei1":"121531535585656","imei2":"121531535585656","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153222,"job_number":"JOB_153222","tr_customer_id":153239,"tr_customer_product_id":153229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:21.000Z","modified_at":"2026-01-13T04:46:21.000Z","name":"Morris Morissette","mobile_number":"933-453-8654","email_id":"Hank_DAmore43@hotmail.com","dop":"2025-10-22","serial_number":"1055933553979311","imei1":"1055933553979311","imei2":"1055933553979311","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153223,"job_number":"JOB_153223","tr_customer_id":153240,"tr_customer_product_id":153230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:17.000Z","modified_at":"2026-01-13T04:52:17.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"104773064761836","imei1":"104773064761836","imei2":"104773064761836","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153225,"job_number":"JOB_153225","tr_customer_id":153242,"tr_customer_product_id":153232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:19.000Z","modified_at":"2026-01-13T04:52:19.000Z","name":"Enoch Trantow","mobile_number":"596-420-5906","email_id":"Ebba83@hotmail.com","dop":"2025-10-22","serial_number":"1028491311451506","imei1":"1028491311451506","imei2":"1028491311451506","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153226,"job_number":"JOB_153226","tr_customer_id":153243,"tr_customer_product_id":153233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:48.000Z","modified_at":"2026-01-13T04:52:48.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"136460134790317","imei1":"136460134790317","imei2":"136460134790317","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153228,"job_number":"JOB_153228","tr_customer_id":153245,"tr_customer_product_id":153235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:49.000Z","modified_at":"2026-01-13T04:52:49.000Z","name":"Nikko Grant","mobile_number":"218-303-5722","email_id":"Rafaela45@gmail.com","dop":"2025-10-22","serial_number":"1090083597382496","imei1":"1090083597382496","imei2":"1090083597382496","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153229,"job_number":"JOB_153229","tr_customer_id":153246,"tr_customer_product_id":153236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:19.000Z","modified_at":"2026-01-13T04:53:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"185565137752770","imei1":"185565137752770","imei2":"185565137752770","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153231,"job_number":"JOB_153231","tr_customer_id":153248,"tr_customer_product_id":153238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:21.000Z","modified_at":"2026-01-13T04:53:21.000Z","name":"Roxane Effertz","mobile_number":"825-917-4302","email_id":"Nils.Torphy@yahoo.com","dop":"2025-10-22","serial_number":"1053231169461800","imei1":"1053231169461800","imei2":"1053231169461800","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153233,"job_number":"JOB_153233","tr_customer_id":153250,"tr_customer_product_id":153240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:56:49.000Z","modified_at":"2026-01-13T04:56:49.000Z","name":"Davin Nikolaus","mobile_number":"457-593-4561","email_id":"Ricardo4@gmail.com","dop":"2025-04-06","serial_number":"13354455852505362","imei1":"13354455852505362","imei2":"13354455852505362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153235,"job_number":"JOB_153235","tr_customer_id":153252,"tr_customer_product_id":153242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:57:13.000Z","modified_at":"2026-01-13T04:57:13.000Z","name":"Ubaldo Botsford","mobile_number":"907-820-6875","email_id":"Stephan.Ferry9@hotmail.com","dop":"2025-04-06","serial_number":"14765986392064696","imei1":"14765986392064696","imei2":"14765986392064696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153237,"job_number":"JOB_153237","tr_customer_id":153254,"tr_customer_product_id":153244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:58:10.000Z","modified_at":"2026-01-13T04:58:10.000Z","name":"Cyril Tremblay","mobile_number":"979-500-2554","email_id":"Yvette_Marvin45@yahoo.com","dop":"2025-10-22","serial_number":"1056343915380824","imei1":"1056343915380824","imei2":"1056343915380824","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153238,"job_number":"JOB_153238","tr_customer_id":153255,"tr_customer_product_id":153245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:17:06.000Z","modified_at":"2026-01-13T05:17:06.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"161975035492012","imei1":"161975035492012","imei2":"161975035492012","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153239,"job_number":"JOB_153239","tr_customer_id":153256,"tr_customer_product_id":153246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:20:25.000Z","modified_at":"2026-01-13T05:20:25.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135669078592301","imei1":"135669078592301","imei2":"135669078592301","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153240,"job_number":"JOB_153240","tr_customer_id":153257,"tr_customer_product_id":153247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:22:27.000Z","modified_at":"2026-01-13T05:22:27.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"165222760031524","imei1":"165222760031524","imei2":"165222760031524","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:22:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153241,"job_number":"JOB_153241","tr_customer_id":153258,"tr_customer_product_id":153248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:23:15.000Z","modified_at":"2026-01-13T05:23:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"119025367808455","imei1":"119025367808455","imei2":"119025367808455","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153242,"job_number":"JOB_153242","tr_customer_id":153259,"tr_customer_product_id":153249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:24:54.000Z","modified_at":"2026-01-13T05:24:54.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"172136379190305","imei1":"172136379190305","imei2":"172136379190305","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153244,"job_number":"JOB_153244","tr_customer_id":153261,"tr_customer_product_id":153251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:26:53.000Z","modified_at":"2026-01-13T05:26:53.000Z","name":"Trisha Maggio","mobile_number":"509-919-5751","email_id":"Wilber_Ledner76@hotmail.com","dop":"2025-10-22","serial_number":"1060461040571941","imei1":"1060461040571941","imei2":"1060461040571941","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153245,"job_number":"JOB_153245","tr_customer_id":153262,"tr_customer_product_id":153252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:52.000Z","modified_at":"2026-01-13T05:36:52.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"143015094103846","imei1":"143015094103846","imei2":"143015094103846","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153246,"job_number":"JOB_153246","tr_customer_id":153263,"tr_customer_product_id":153253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:59.000Z","modified_at":"2026-01-13T05:36:59.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135706289273509","imei1":"135706289273509","imei2":"135706289273509","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153253,"job_number":"JOB_153253","tr_customer_id":153270,"tr_customer_product_id":153260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:48:59.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"14601550761522","imei1":"14601550761522","imei2":"14601550761522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:48:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153255,"job_number":"JOB_153255","tr_customer_id":153272,"tr_customer_product_id":153262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:00.000Z","modified_at":"2026-01-13T05:49:00.000Z","name":"Theo Harvey","mobile_number":"568-508-9272","email_id":"Georgette.Kiehn53@gmail.com","dop":"2025-04-06","serial_number":"19563600656991784","imei1":"19563600656991784","imei2":"19563600656991784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153256,"job_number":"JOB_153256","tr_customer_id":153273,"tr_customer_product_id":153263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:10.000Z","modified_at":"2026-01-13T05:49:10.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15151051947589","imei1":"15151051947589","imei2":"15151051947589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153258,"job_number":"JOB_153258","tr_customer_id":153275,"tr_customer_product_id":153265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:12.000Z","modified_at":"2026-01-13T05:49:12.000Z","name":"Dashawn Hermann","mobile_number":"366-421-2268","email_id":"Kiara64@yahoo.com","dop":"2025-04-06","serial_number":"10149682355446776","imei1":"10149682355446776","imei2":"10149682355446776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153259,"job_number":"JOB_153259","tr_customer_id":153276,"tr_customer_product_id":153266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:23.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"16502447482263","imei1":"16502447482263","imei2":"16502447482263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153261,"job_number":"JOB_153261","tr_customer_id":153278,"tr_customer_product_id":153268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:24.000Z","modified_at":"2026-01-13T05:52:24.000Z","name":"Chadrick Mante","mobile_number":"577-324-9620","email_id":"Dimitri.Mraz@gmail.com","dop":"2025-04-06","serial_number":"19873372476959810","imei1":"19873372476959810","imei2":"19873372476959810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153262,"job_number":"JOB_153262","tr_customer_id":153279,"tr_customer_product_id":153269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:34.000Z","modified_at":"2026-01-13T05:52:34.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12782726870985","imei1":"12782726870985","imei2":"12782726870985","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153264,"job_number":"JOB_153264","tr_customer_id":153281,"tr_customer_product_id":153271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:36.000Z","modified_at":"2026-01-13T05:52:36.000Z","name":"Pablo Baumbach","mobile_number":"524-424-2119","email_id":"Lauretta_Medhurst82@yahoo.com","dop":"2025-04-06","serial_number":"15876524230180028","imei1":"15876524230180028","imei2":"15876524230180028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153265,"job_number":"JOB_153265","tr_customer_id":153282,"tr_customer_product_id":153272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:46.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10561655597470","imei1":"10561655597470","imei2":"10561655597470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153267,"job_number":"JOB_153267","tr_customer_id":153284,"tr_customer_product_id":153274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:47.000Z","modified_at":"2026-01-13T05:52:47.000Z","name":"Rubie Torp","mobile_number":"589-743-9046","email_id":"William.Jakubowski47@gmail.com","dop":"2025-04-06","serial_number":"16268468770075092","imei1":"16268468770075092","imei2":"16268468770075092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153269,"job_number":"JOB_153269","tr_customer_id":153286,"tr_customer_product_id":153276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:54:15.000Z","modified_at":"2026-01-13T05:54:15.000Z","name":"Vanessa Wintheiser","mobile_number":"930-983-9512","email_id":"Leta63@hotmail.com","dop":"2025-10-22","serial_number":"1068588156351757","imei1":"1068588156351757","imei2":"1068588156351757","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153270,"job_number":"JOB_153270","tr_customer_id":153287,"tr_customer_product_id":153277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:55:54.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12770235651817","imei1":"12770235651817","imei2":"12770235651817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153272,"job_number":"JOB_153272","tr_customer_id":153289,"tr_customer_product_id":153279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:55.000Z","modified_at":"2026-01-13T05:55:55.000Z","name":"Theo Veum","mobile_number":"776-540-0866","email_id":"Audrey_Goodwin80@gmail.com","dop":"2025-04-06","serial_number":"10142298107612374","imei1":"10142298107612374","imei2":"10142298107612374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153273,"job_number":"JOB_153273","tr_customer_id":153290,"tr_customer_product_id":153280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:04.000Z","modified_at":"2026-01-13T05:56:04.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10858996788344","imei1":"10858996788344","imei2":"10858996788344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153275,"job_number":"JOB_153275","tr_customer_id":153292,"tr_customer_product_id":153282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:06.000Z","modified_at":"2026-01-13T05:56:06.000Z","name":"Amir Osinski","mobile_number":"970-757-5171","email_id":"Darrin.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"13668257848654312","imei1":"13668257848654312","imei2":"13668257848654312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153276,"job_number":"JOB_153276","tr_customer_id":153293,"tr_customer_product_id":153283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:15.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15002484387711","imei1":"15002484387711","imei2":"15002484387711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153278,"job_number":"JOB_153278","tr_customer_id":153295,"tr_customer_product_id":153285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:16.000Z","modified_at":"2026-01-13T05:56:16.000Z","name":"Jalon Weissnat","mobile_number":"495-704-3263","email_id":"Eldora_Grimes@gmail.com","dop":"2025-04-06","serial_number":"19511129363463748","imei1":"19511129363463748","imei2":"19511129363463748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153279,"job_number":"JOB_153279","tr_customer_id":153296,"tr_customer_product_id":153286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:57:42.000Z","modified_at":"2026-01-13T05:57:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"178440612464784","imei1":"178440612464784","imei2":"178440612464784","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153280,"job_number":"JOB_153280","tr_customer_id":153297,"tr_customer_product_id":153287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10415522636280","imei1":"10415522636280","imei2":"10415522636280","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153281,"job_number":"JOB_153281","tr_customer_id":153298,"tr_customer_product_id":153288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"Akeem Klein","mobile_number":"392-743-1226","email_id":"Dallin.Daniel@yahoo.com","dop":"2025-09-16","serial_number":"15569093999622","imei1":"15569093999622","imei2":"15569093999622","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153282,"job_number":"JOB_153282","tr_customer_id":153299,"tr_customer_product_id":153289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:32.000Z","modified_at":"2026-01-13T06:01:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17014254994420","imei1":"17014254994420","imei2":"17014254994420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153284,"job_number":"JOB_153284","tr_customer_id":153301,"tr_customer_product_id":153291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:33.000Z","modified_at":"2026-01-13T06:01:33.000Z","name":"April Bernier","mobile_number":"639-900-5352","email_id":"Cicero_Rau@gmail.com","dop":"2025-04-06","serial_number":"16598664835250332","imei1":"16598664835250332","imei2":"16598664835250332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153285,"job_number":"JOB_153285","tr_customer_id":153302,"tr_customer_product_id":153292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:36.000Z","modified_at":"2026-01-13T06:01:36.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17197773438740","imei1":"17197773438740","imei2":"17197773438740","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153286,"job_number":"JOB_153286","tr_customer_id":153303,"tr_customer_product_id":153293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:37.000Z","modified_at":"2026-01-13T06:01:37.000Z","name":"Kaycee Dicki","mobile_number":"563-554-1342","email_id":"Eliza_Morar@hotmail.com","dop":"2025-09-16","serial_number":"19175643689183","imei1":"19175643689183","imei2":"19175643689183","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153287,"job_number":"JOB_153287","tr_customer_id":153304,"tr_customer_product_id":153294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13822937840563","imei1":"13822937840563","imei2":"13822937840563","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153288,"job_number":"JOB_153288","tr_customer_id":153305,"tr_customer_product_id":153295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"Brice Schulist","mobile_number":"322-863-7129","email_id":"Nils44@gmail.com","dop":"2025-09-16","serial_number":"15101747268147","imei1":"15101747268147","imei2":"15101747268147","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153289,"job_number":"JOB_153289","tr_customer_id":153306,"tr_customer_product_id":153296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:16.000Z","modified_at":"2026-01-13T06:02:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14365759410539","imei1":"14365759410539","imei2":"14365759410539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153291,"job_number":"JOB_153291","tr_customer_id":153308,"tr_customer_product_id":153298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Robyn Batz","mobile_number":"508-230-9642","email_id":"Colleen.Lebsack60@gmail.com","dop":"2025-10-22","serial_number":"146189110550573","imei1":"146189110550573","imei2":"146189110550573","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153292,"job_number":"JOB_153292","tr_customer_id":153309,"tr_customer_product_id":153299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Penelope Cassin","mobile_number":"476-737-0431","email_id":"Irving.Mohr@gmail.com","dop":"2025-04-06","serial_number":"18915717971422150","imei1":"18915717971422150","imei2":"18915717971422150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153293,"job_number":"JOB_153293","tr_customer_id":153310,"tr_customer_product_id":153300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:47.000Z","modified_at":"2026-01-13T06:02:47.000Z","name":"Frieda Goodwin","mobile_number":"693-724-8572","email_id":"Torrey.Konopelski39@yahoo.com","dop":"2025-10-22","serial_number":"119775467761062","imei1":"119775467761062","imei2":"119775467761062","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153294,"job_number":"JOB_153294","tr_customer_id":153311,"tr_customer_product_id":153301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:01.000Z","modified_at":"2026-01-13T06:03:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16975009979062","imei1":"16975009979062","imei2":"16975009979062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153296,"job_number":"JOB_153296","tr_customer_id":153313,"tr_customer_product_id":153303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:02.000Z","modified_at":"2026-01-13T06:03:02.000Z","name":"Elinore Leannon","mobile_number":"389-941-6574","email_id":"Doug_Graham99@yahoo.com","dop":"2025-04-06","serial_number":"10764151622346564","imei1":"10764151622346564","imei2":"10764151622346564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153297,"job_number":"JOB_153297","tr_customer_id":153314,"tr_customer_product_id":153304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:35.000Z","modified_at":"2026-01-13T06:03:35.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2026-01-03T06:03:35.052354845Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153298,"job_number":"JOB_153298","tr_customer_id":153315,"tr_customer_product_id":153305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:36.000Z","modified_at":"2026-01-13T06:03:36.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2026-01-03T06:03:35.617489493Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153300,"job_number":"JOB_153300","tr_customer_id":153317,"tr_customer_product_id":153307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:17.000Z","modified_at":"2026-01-13T06:04:17.000Z","name":"Harold Daugherty","mobile_number":"422-762-8791","email_id":"Mason21@yahoo.com","dop":"2025-10-22","serial_number":"1014646778342944","imei1":"1014646778342944","imei2":"1014646778342944","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153301,"job_number":"JOB_153301","tr_customer_id":153318,"tr_customer_product_id":153308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:38.000Z","modified_at":"2026-01-13T06:04:38.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12268244399874","imei1":"12268244399874","imei2":"12268244399874","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153303,"job_number":"JOB_153303","tr_customer_id":153320,"tr_customer_product_id":153310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:40.000Z","modified_at":"2026-01-13T06:04:40.000Z","name":"Zackery Reichel","mobile_number":"515-744-2425","email_id":"Jordon_Denesik@hotmail.com","dop":"2025-04-06","serial_number":"12863285320508118","imei1":"12863285320508118","imei2":"12863285320508118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153304,"job_number":"JOB_153304","tr_customer_id":153321,"tr_customer_product_id":153311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:22.000Z","modified_at":"2026-01-13T06:05:22.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17274175270779","imei1":"17274175270779","imei2":"17274175270779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153306,"job_number":"JOB_153306","tr_customer_id":153323,"tr_customer_product_id":153313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:23.000Z","modified_at":"2026-01-13T06:05:23.000Z","name":"Justen Rowe","mobile_number":"783-495-7409","email_id":"Ashleigh_Macejkovic@gmail.com","dop":"2025-04-06","serial_number":"18837100737248520","imei1":"18837100737248520","imei2":"18837100737248520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153307,"job_number":"JOB_153307","tr_customer_id":153324,"tr_customer_product_id":153314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:01.000Z","modified_at":"2026-01-13T06:06:01.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14704300265370","imei1":"14704300265370","imei2":"14704300265370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153309,"job_number":"JOB_153309","tr_customer_id":153326,"tr_customer_product_id":153316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:02.000Z","modified_at":"2026-01-13T06:06:02.000Z","name":"Landen Brakus","mobile_number":"715-741-1690","email_id":"Demario63@gmail.com","dop":"2025-04-06","serial_number":"14424858794371792","imei1":"14424858794371792","imei2":"14424858794371792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153310,"job_number":"JOB_153310","tr_customer_id":153327,"tr_customer_product_id":153317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:13:47.000Z","modified_at":"2026-01-13T06:13:47.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-03","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-03T06:13:46.881874Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:13:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153327,"job_number":"JOB_153327","tr_customer_id":153344,"tr_customer_product_id":153334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:49.000Z","modified_at":"2026-01-13T06:21:49.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10336844726187","imei1":"10336844726187","imei2":"10336844726187","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153329,"job_number":"JOB_153329","tr_customer_id":153346,"tr_customer_product_id":153336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:50.000Z","modified_at":"2026-01-13T06:21:50.000Z","name":"Carissa Gerhold","mobile_number":"947-564-7275","email_id":"Reanna69@gmail.com","dop":"2025-06-18","serial_number":"1077181388124335","imei1":"1077181388124335","imei2":"1077181388124335","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153330,"job_number":"JOB_153330","tr_customer_id":153347,"tr_customer_product_id":153337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:33.000Z","modified_at":"2026-01-13T06:22:33.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10565054783146","imei1":"10565054783146","imei2":"10565054783146","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153332,"job_number":"JOB_153332","tr_customer_id":153349,"tr_customer_product_id":153339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:34.000Z","modified_at":"2026-01-13T06:22:34.000Z","name":"Marion Walsh","mobile_number":"377-301-7681","email_id":"Camylle.Rice@gmail.com","dop":"2025-06-18","serial_number":"1051139741247594","imei1":"1051139741247594","imei2":"1051139741247594","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153333,"job_number":"JOB_153333","tr_customer_id":153350,"tr_customer_product_id":153340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Alvena Lemke","mobile_number":"650-434-0670","email_id":"Zoey11@hotmail.com","dop":"2025-09-09","serial_number":"19680804035961","imei1":"19680804035961","imei2":"19680804035961","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153334,"job_number":"JOB_153334","tr_customer_id":153351,"tr_customer_product_id":153341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Rogelio Berge","mobile_number":"668-436-1530","email_id":"Sandy_Schuster70@gmail.com","dop":"2025-09-09","serial_number":"12555831927229","imei1":"12555831927229","imei2":"12555831927229","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153336,"job_number":"JOB_153336","tr_customer_id":153353,"tr_customer_product_id":153343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Tobin Satterfield","mobile_number":"425-731-6292","email_id":"Sam_Hodkiewicz@hotmail.com","dop":"2025-09-09","serial_number":"13037333653986","imei1":"13037333653986","imei2":"13037333653986","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153337,"job_number":"JOB_153337","tr_customer_id":153354,"tr_customer_product_id":153344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Oswald Ondricka","mobile_number":"853-993-0322","email_id":"Aric55@gmail.com","dop":"2025-09-09","serial_number":"12394674407704","imei1":"12394674407704","imei2":"12394674407704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153339,"job_number":"JOB_153339","tr_customer_id":153356,"tr_customer_product_id":153346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Jazlyn Hickle","mobile_number":"243-414-4689","email_id":"Lupe17@yahoo.com","dop":"2025-09-09","serial_number":"17305848009503","imei1":"17305848009503","imei2":"17305848009503","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153340,"job_number":"JOB_153340","tr_customer_id":153357,"tr_customer_product_id":153347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Damian Cartwright","mobile_number":"550-940-1210","email_id":"Santiago88@hotmail.com","dop":"2025-09-09","serial_number":"12110917290357","imei1":"12110917290357","imei2":"12110917290357","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153342,"job_number":"JOB_153342","tr_customer_id":153359,"tr_customer_product_id":153349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:18.000Z","modified_at":"2026-01-13T06:26:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18859951171375","imei1":"18859951171375","imei2":"18859951171375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153344,"job_number":"JOB_153344","tr_customer_id":153361,"tr_customer_product_id":153351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:19.000Z","modified_at":"2026-01-13T06:26:19.000Z","name":"Rosemarie Paucek","mobile_number":"545-302-6204","email_id":"Della57@yahoo.com","dop":"2025-04-06","serial_number":"12852159785857304","imei1":"12852159785857304","imei2":"12852159785857304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153345,"job_number":"JOB_153345","tr_customer_id":153362,"tr_customer_product_id":153352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:59.000Z","modified_at":"2026-01-13T06:26:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10527505146561","imei1":"10527505146561","imei2":"10527505146561","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153347,"job_number":"JOB_153347","tr_customer_id":153364,"tr_customer_product_id":153354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:01.000Z","modified_at":"2026-01-13T06:27:01.000Z","name":"Aubrey Goodwin","mobile_number":"919-250-7371","email_id":"Edna22@hotmail.com","dop":"2025-04-06","serial_number":"18269692544653800","imei1":"18269692544653800","imei2":"18269692544653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153348,"job_number":"JOB_153348","tr_customer_id":153365,"tr_customer_product_id":153355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:40.000Z","modified_at":"2026-01-13T06:27:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17291009450595","imei1":"17291009450595","imei2":"17291009450595","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153350,"job_number":"JOB_153350","tr_customer_id":153367,"tr_customer_product_id":153357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:41.000Z","modified_at":"2026-01-13T06:27:41.000Z","name":"Daryl Dietrich","mobile_number":"679-877-0207","email_id":"Adelbert5@hotmail.com","dop":"2025-04-06","serial_number":"19070192069252350","imei1":"19070192069252350","imei2":"19070192069252350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153352,"job_number":"JOB_153352","tr_customer_id":153369,"tr_customer_product_id":153359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:46.000Z","modified_at":"2026-01-13T06:27:46.000Z","name":"Telly Langworth","mobile_number":"946-252-3101","email_id":"Ellsworth_Adams22@yahoo.com","dop":"2025-04-06","serial_number":"12031316829551564","imei1":"12031316829551564","imei2":"12031316829551564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153355,"job_number":"JOB_153355","tr_customer_id":153372,"tr_customer_product_id":153362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:06.000Z","modified_at":"2026-01-13T06:29:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17887383653421","imei1":"17887383653421","imei2":"17887383653421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153357,"job_number":"JOB_153357","tr_customer_id":153374,"tr_customer_product_id":153364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:07.000Z","modified_at":"2026-01-13T06:29:07.000Z","name":"Louisa Rodriguez","mobile_number":"663-904-4065","email_id":"Rodrigo.Hand13@gmail.com","dop":"2025-04-06","serial_number":"18551667092990812","imei1":"18551667092990812","imei2":"18551667092990812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153359,"job_number":"JOB_153359","tr_customer_id":153376,"tr_customer_product_id":153366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:45.000Z","modified_at":"2026-01-13T06:29:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17949174685515","imei1":"17949174685515","imei2":"17949174685515","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153361,"job_number":"JOB_153361","tr_customer_id":153378,"tr_customer_product_id":153368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:46.000Z","modified_at":"2026-01-13T06:29:46.000Z","name":"Thurman Reichel","mobile_number":"914-602-2292","email_id":"Darrel.Walter@yahoo.com","dop":"2025-04-06","serial_number":"13011199722601872","imei1":"13011199722601872","imei2":"13011199722601872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153362,"job_number":"JOB_153362","tr_customer_id":153379,"tr_customer_product_id":153369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:24.000Z","modified_at":"2026-01-13T06:30:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10421878084399","imei1":"10421878084399","imei2":"10421878084399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153364,"job_number":"JOB_153364","tr_customer_id":153381,"tr_customer_product_id":153371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:25.000Z","modified_at":"2026-01-13T06:30:25.000Z","name":"Molly Veum","mobile_number":"555-217-6666","email_id":"Nash.Miller@yahoo.com","dop":"2025-04-06","serial_number":"19240704685234056","imei1":"19240704685234056","imei2":"19240704685234056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153366,"job_number":"JOB_153366","tr_customer_id":153383,"tr_customer_product_id":153373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:25.000Z","modified_at":"2026-01-13T06:33:25.000Z","name":"Brayan Lynch","mobile_number":"543-265-9508","email_id":"Myriam59@hotmail.com","dop":"2025-04-06","serial_number":"12670510371516634","imei1":"12670510371516634","imei2":"12670510371516634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153367,"job_number":"JOB_153367","tr_customer_id":153384,"tr_customer_product_id":153374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:51.000Z","modified_at":"2026-01-13T06:33:51.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"18626661440596","imei1":"18626661440596","imei2":"18626661440596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153369,"job_number":"JOB_153369","tr_customer_id":153386,"tr_customer_product_id":153376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:02.000Z","modified_at":"2026-01-13T06:34:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797117996959","imei1":"12797117996959","imei2":"12797117996959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153371,"job_number":"JOB_153371","tr_customer_id":153388,"tr_customer_product_id":153378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:03.000Z","modified_at":"2026-01-13T06:34:03.000Z","name":"Isaiah Schaden","mobile_number":"683-699-8668","email_id":"Serena_Cole@hotmail.com","dop":"2025-04-06","serial_number":"16075224579808756","imei1":"16075224579808756","imei2":"16075224579808756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153372,"job_number":"JOB_153372","tr_customer_id":153389,"tr_customer_product_id":153379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:20.000Z","modified_at":"2026-01-13T06:34:20.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12174947098728","imei1":"12174947098728","imei2":"12174947098728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153374,"job_number":"JOB_153374","tr_customer_id":153391,"tr_customer_product_id":153381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:22.000Z","modified_at":"2026-01-13T06:34:22.000Z","name":"Marcella Herman","mobile_number":"202-454-9766","email_id":"Yesenia_Halvorson@gmail.com","dop":"2025-04-06","serial_number":"15013812619606148","imei1":"15013812619606148","imei2":"15013812619606148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153378,"job_number":"JOB_153378","tr_customer_id":153395,"tr_customer_product_id":153385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:35.000Z","modified_at":"2026-01-13T06:34:35.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"12223648626349","imei1":"12223648626349","imei2":"12223648626349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153380,"job_number":"JOB_153380","tr_customer_id":153397,"tr_customer_product_id":153387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:41.000Z","modified_at":"2026-01-13T06:34:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13558591334748","imei1":"13558591334748","imei2":"13558591334748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153382,"job_number":"JOB_153382","tr_customer_id":153399,"tr_customer_product_id":153389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"115622991148787","imei1":"115622991148787","imei2":"115622991148787","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153383,"job_number":"JOB_153383","tr_customer_id":153400,"tr_customer_product_id":153390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Francisca Littel","mobile_number":"714-867-2230","email_id":"Jaren_Hayes44@yahoo.com","dop":"2025-04-06","serial_number":"17499193125431096","imei1":"17499193125431096","imei2":"17499193125431096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153385,"job_number":"JOB_153385","tr_customer_id":153402,"tr_customer_product_id":153392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:44.000Z","modified_at":"2026-01-13T06:34:44.000Z","name":"Fatima Gleichner","mobile_number":"207-611-9731","email_id":"Asha.Dach@yahoo.com","dop":"2025-10-22","serial_number":"1025322667138398","imei1":"1025322667138398","imei2":"1025322667138398","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153390,"job_number":"JOB_153390","tr_customer_id":153407,"tr_customer_product_id":153397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:09.000Z","modified_at":"2026-01-13T06:35:09.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10192687973073","imei1":"10192687973073","imei2":"10192687973073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153392,"job_number":"JOB_153392","tr_customer_id":153409,"tr_customer_product_id":153399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:11.000Z","modified_at":"2026-01-13T06:35:11.000Z","name":"Roselyn Dickinson","mobile_number":"328-244-6622","email_id":"Edyth_Lebsack@hotmail.com","dop":"2025-04-06","serial_number":"17186626718510722","imei1":"17186626718510722","imei2":"17186626718510722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153393,"job_number":"JOB_153393","tr_customer_id":153410,"tr_customer_product_id":153400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:18.000Z","modified_at":"2026-01-13T06:35:18.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"14309726416255","imei1":"14309726416255","imei2":"14309726416255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153395,"job_number":"JOB_153395","tr_customer_id":153412,"tr_customer_product_id":153402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:19.000Z","modified_at":"2026-01-13T06:35:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13881171132274","imei1":"13881171132274","imei2":"13881171132274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153397,"job_number":"JOB_153397","tr_customer_id":153414,"tr_customer_product_id":153404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:20.000Z","modified_at":"2026-01-13T06:35:20.000Z","name":"Forest Brown","mobile_number":"803-337-0806","email_id":"Angelo.Baumbach@gmail.com","dop":"2025-04-06","serial_number":"15711283115032536","imei1":"15711283115032536","imei2":"15711283115032536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153398,"job_number":"JOB_153398","tr_customer_id":153415,"tr_customer_product_id":153405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:35.000Z","modified_at":"2026-01-13T06:35:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14906925255648","imei1":"14906925255648","imei2":"14906925255648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153400,"job_number":"JOB_153400","tr_customer_id":153417,"tr_customer_product_id":153407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:37.000Z","modified_at":"2026-01-13T06:35:37.000Z","name":"Casimer Rau","mobile_number":"215-342-8734","email_id":"Kenna73@hotmail.com","dop":"2025-04-06","serial_number":"19496350485434544","imei1":"19496350485434544","imei2":"19496350485434544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153401,"job_number":"JOB_153401","tr_customer_id":153418,"tr_customer_product_id":153408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:41.000Z","modified_at":"2026-01-13T06:35:41.000Z","name":"Ashiq khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"181121931280099","imei1":"181121931280099","imei2":"181121931280099","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153403,"job_number":"JOB_153403","tr_customer_id":153420,"tr_customer_product_id":153410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:43.000Z","modified_at":"2026-01-13T06:35:43.000Z","name":"Aylin Kris","mobile_number":"223-877-5221","email_id":"Kayla_Treutel92@yahoo.com","dop":"2025-10-22","serial_number":"1096402720268648","imei1":"1096402720268648","imei2":"1096402720268648","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153407,"job_number":"JOB_153407","tr_customer_id":153424,"tr_customer_product_id":153414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:58.000Z","modified_at":"2026-01-13T06:35:58.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19843566021029","imei1":"19843566021029","imei2":"19843566021029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153409,"job_number":"JOB_153409","tr_customer_id":153426,"tr_customer_product_id":153416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:59.000Z","modified_at":"2026-01-13T06:35:59.000Z","name":"Aliyah Mitchell","mobile_number":"947-860-5150","email_id":"Carli.Harvey58@hotmail.com","dop":"2025-04-06","serial_number":"10134312447276504","imei1":"10134312447276504","imei2":"10134312447276504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153410,"job_number":"JOB_153410","tr_customer_id":153427,"tr_customer_product_id":153417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:20.000Z","modified_at":"2026-01-13T06:36:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12532377438466","imei1":"12532377438466","imei2":"12532377438466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153412,"job_number":"JOB_153412","tr_customer_id":153429,"tr_customer_product_id":153419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:22.000Z","modified_at":"2026-01-13T06:36:22.000Z","name":"Rozella Schoen","mobile_number":"495-804-7754","email_id":"Stephon_Dicki@yahoo.com","dop":"2025-04-06","serial_number":"12679789341247674","imei1":"12679789341247674","imei2":"12679789341247674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153413,"job_number":"JOB_153413","tr_customer_id":153430,"tr_customer_product_id":153420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:24.000Z","modified_at":"2026-01-13T06:36:24.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"166320133855729","imei1":"166320133855729","imei2":"166320133855729","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153416,"job_number":"JOB_153416","tr_customer_id":153433,"tr_customer_product_id":153423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:26.000Z","modified_at":"2026-01-13T06:36:26.000Z","name":"Erica Walsh","mobile_number":"319-903-4291","email_id":"Keon_Grant42@gmail.com","dop":"2025-10-22","serial_number":"1022549045064815","imei1":"1022549045064815","imei2":"1022549045064815","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153419,"job_number":"JOB_153419","tr_customer_id":153436,"tr_customer_product_id":153426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:06.000Z","modified_at":"2026-01-13T06:37:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18035179744807","imei1":"18035179744807","imei2":"18035179744807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153421,"job_number":"JOB_153421","tr_customer_id":153438,"tr_customer_product_id":153428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:08.000Z","modified_at":"2026-01-13T06:37:08.000Z","name":"Elton Daugherty","mobile_number":"859-218-8312","email_id":"Barton_Reilly@gmail.com","dop":"2025-04-06","serial_number":"11313420214238194","imei1":"11313420214238194","imei2":"11313420214238194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153422,"job_number":"JOB_153422","tr_customer_id":153439,"tr_customer_product_id":153429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:36.000Z","modified_at":"2026-01-13T06:40:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17535175495540","imei1":"17535175495540","imei2":"17535175495540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153424,"job_number":"JOB_153424","tr_customer_id":153441,"tr_customer_product_id":153431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:38.000Z","modified_at":"2026-01-13T06:40:38.000Z","name":"Michele Fadel","mobile_number":"485-280-0952","email_id":"Naomie.Armstrong5@yahoo.com","dop":"2025-04-06","serial_number":"13357762284738180","imei1":"13357762284738180","imei2":"13357762284738180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153425,"job_number":"JOB_153425","tr_customer_id":153442,"tr_customer_product_id":153432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:29.000Z","modified_at":"2026-01-13T06:41:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16293684663073","imei1":"16293684663073","imei2":"16293684663073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153427,"job_number":"JOB_153427","tr_customer_id":153444,"tr_customer_product_id":153434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:30.000Z","modified_at":"2026-01-13T06:41:30.000Z","name":"Willa Deckow","mobile_number":"290-537-1272","email_id":"Tanner.Nolan@hotmail.com","dop":"2025-04-06","serial_number":"10865604647974306","imei1":"10865604647974306","imei2":"10865604647974306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153429,"job_number":"JOB_153429","tr_customer_id":153446,"tr_customer_product_id":153436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:44.000Z","modified_at":"2026-01-13T06:41:44.000Z","name":"Otto Ward","mobile_number":"457-604-0207","email_id":"Alex87@yahoo.com","dop":"2025-04-06","serial_number":"19627713621514290","imei1":"19627713621514290","imei2":"19627713621514290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153431,"job_number":"JOB_153431","tr_customer_id":153448,"tr_customer_product_id":153438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:58.000Z","modified_at":"2026-01-13T06:41:58.000Z","name":"Sidney Rath","mobile_number":"601-411-1665","email_id":"Lorine.Reinger@gmail.com","dop":"2025-04-06","serial_number":"13708697357119920","imei1":"13708697357119920","imei2":"13708697357119920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153432,"job_number":"JOB_153432","tr_customer_id":153449,"tr_customer_product_id":153439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:16.000Z","modified_at":"2026-01-13T06:42:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12663480145504","imei1":"12663480145504","imei2":"12663480145504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153434,"job_number":"JOB_153434","tr_customer_id":153451,"tr_customer_product_id":153441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:18.000Z","modified_at":"2026-01-13T06:42:18.000Z","name":"Asha Konopelski","mobile_number":"704-491-9183","email_id":"Lukas_Effertz87@yahoo.com","dop":"2025-04-06","serial_number":"14830881497778844","imei1":"14830881497778844","imei2":"14830881497778844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153439,"job_number":"JOB_153439","tr_customer_id":153456,"tr_customer_product_id":153446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:30.000Z","modified_at":"2026-01-13T06:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13335342852575","imei1":"13335342852575","imei2":"13335342852575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153442,"job_number":"JOB_153442","tr_customer_id":153459,"tr_customer_product_id":153449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Jerel Huels","mobile_number":"941-536-9895","email_id":"Vinnie_Bayer@hotmail.com","dop":"2025-04-06","serial_number":"11246406938412776","imei1":"11246406938412776","imei2":"11246406938412776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153443,"job_number":"JOB_153443","tr_customer_id":153460,"tr_customer_product_id":153450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Kirstin Kohler","mobile_number":"384-304-7801","email_id":"Murray.Ortiz65@gmail.com","dop":"2025-04-06","serial_number":"19843988441614216","imei1":"19843988441614216","imei2":"19843988441614216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153444,"job_number":"JOB_153444","tr_customer_id":153461,"tr_customer_product_id":153451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:17.000Z","modified_at":"2026-01-13T06:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10893295769409","imei1":"10893295769409","imei2":"10893295769409","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153446,"job_number":"JOB_153446","tr_customer_id":153463,"tr_customer_product_id":153453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:19.000Z","modified_at":"2026-01-13T06:48:19.000Z","name":"Parker Jakubowski","mobile_number":"952-465-2758","email_id":"Dakota_Ledner10@hotmail.com","dop":"2025-04-06","serial_number":"12311975918017010","imei1":"12311975918017010","imei2":"12311975918017010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153447,"job_number":"JOB_153447","tr_customer_id":153464,"tr_customer_product_id":153454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:03.000Z","modified_at":"2026-01-13T06:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13169385017653","imei1":"13169385017653","imei2":"13169385017653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153449,"job_number":"JOB_153449","tr_customer_id":153466,"tr_customer_product_id":153456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:05.000Z","modified_at":"2026-01-13T06:49:05.000Z","name":"Savannah McCullough","mobile_number":"667-299-8593","email_id":"Nico.Parker@hotmail.com","dop":"2025-04-06","serial_number":"11764441752405088","imei1":"11764441752405088","imei2":"11764441752405088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153450,"job_number":"JOB_153450","tr_customer_id":153467,"tr_customer_product_id":153457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Giri Iyengar","mobile_number":"7046840199","email_id":"devajyoti.jain@hotmail.com","dop":"2026-01-03","serial_number":"178243689739422","imei1":"178243689739422","imei2":"178243689739422","popurl":"www.bhadra-dwivedi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153451,"job_number":"JOB_153451","tr_customer_id":153468,"tr_customer_product_id":153458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Tanya Varrier","mobile_number":"7017488671","email_id":"abani.chaturvedi@gmail.com","dop":"2026-01-03","serial_number":"559635736216011","imei1":"559635736216011","imei2":"559635736216011","popurl":"www.aayushmaan-menon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153452,"job_number":"JOB_153452","tr_customer_id":153469,"tr_customer_product_id":153459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.511179290Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153453,"job_number":"JOB_153453","tr_customer_id":153470,"tr_customer_product_id":153460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.528382776Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153454,"job_number":"JOB_153454","tr_customer_id":153471,"tr_customer_product_id":153461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153455,"job_number":"JOB_153455","tr_customer_id":153472,"tr_customer_product_id":153462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153456,"job_number":"JOB_153456","tr_customer_id":153473,"tr_customer_product_id":153463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153457,"job_number":"JOB_153457","tr_customer_id":153474,"tr_customer_product_id":153464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153458,"job_number":"JOB_153458","tr_customer_id":153475,"tr_customer_product_id":153465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:00:31.000Z","modified_at":"2026-01-13T07:00:31.000Z","name":"Nova Koss","mobile_number":"239-334-5085","email_id":"Zane_Wilderman@gmail.com","dop":"2025-10-22","serial_number":"150491293341920","imei1":"150491293341920","imei2":"150491293341920","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153459,"job_number":"JOB_153459","tr_customer_id":153476,"tr_customer_product_id":153466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:25.000Z","modified_at":"2026-01-13T07:01:25.000Z","name":"Garnet Ebert","mobile_number":"351-222-7222","email_id":"Roger_Hammes@yahoo.com","dop":"2025-10-22","serial_number":"106917328565507","imei1":"106917328565507","imei2":"106917328565507","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153461,"job_number":"JOB_153461","tr_customer_id":153478,"tr_customer_product_id":153468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:27.000Z","modified_at":"2026-01-13T07:01:27.000Z","name":"Elmira Stokes","mobile_number":"698-394-4383","email_id":"Dangelo.Greenholt87@hotmail.com","dop":"2025-04-06","serial_number":"15247447049429286","imei1":"15247447049429286","imei2":"15247447049429286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153462,"job_number":"JOB_153462","tr_customer_id":153479,"tr_customer_product_id":153469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:39.000Z","modified_at":"2026-01-13T07:01:39.000Z","name":"Kyle Bins","mobile_number":"907-897-0318","email_id":"Jennyfer_Weimann@hotmail.com","dop":"2025-10-22","serial_number":"150708821765717","imei1":"150708821765717","imei2":"150708821765717","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152959,"job_number":"JOB_152959","tr_customer_id":152976,"tr_customer_product_id":152966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:42:44.000Z","modified_at":"2026-01-13T00:42:44.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12200118723400","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152964,"job_number":"JOB_152964","tr_customer_id":152981,"tr_customer_product_id":152971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:02.000Z","modified_at":"2026-01-13T01:36:02.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"15571427091090","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152965,"job_number":"JOB_152965","tr_customer_id":152982,"tr_customer_product_id":152972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:06.000Z","modified_at":"2026-01-13T01:36:06.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"19373853917739","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152966,"job_number":"JOB_152966","tr_customer_id":152983,"tr_customer_product_id":152973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:08.000Z","modified_at":"2026-01-13T01:36:08.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14191217372006","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152967,"job_number":"JOB_152967","tr_customer_id":152984,"tr_customer_product_id":152974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:23.000Z","modified_at":"2026-01-13T01:39:24.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18016644965930","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152968,"job_number":"JOB_152968","tr_customer_id":152985,"tr_customer_product_id":152975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:36.000Z","modified_at":"2026-01-13T01:39:36.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18112050941983","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152969,"job_number":"JOB_152969","tr_customer_id":152986,"tr_customer_product_id":152976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:57.000Z","modified_at":"2026-01-13T01:39:57.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"13474864112371","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152970,"job_number":"JOB_152970","tr_customer_id":152987,"tr_customer_product_id":152977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:40:52.000Z","modified_at":"2026-01-13T01:40:52.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11293058515635","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152971,"job_number":"JOB_152971","tr_customer_id":152988,"tr_customer_product_id":152978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:41:28.000Z","modified_at":"2026-01-13T01:41:28.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14760262405521","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152973,"job_number":"JOB_152973","tr_customer_id":152990,"tr_customer_product_id":152980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:44:49.000Z","modified_at":"2026-01-13T01:44:49.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"10776339681431","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152975,"job_number":"JOB_152975","tr_customer_id":152992,"tr_customer_product_id":152982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:47:51.000Z","modified_at":"2026-01-13T01:47:51.000Z","name":"Verlie Nikolaus","mobile_number":"722-739-1864","email_id":"Camylle.Schinner@gmail.com","dop":"2026-01-10","serial_number":"21252447753937","imei1":"21252447753937","imei2":"21252447753937","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152976,"job_number":"JOB_152976","tr_customer_id":152993,"tr_customer_product_id":152983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:48:09.000Z","modified_at":"2026-01-13T01:48:09.000Z","name":"Sierra McClure","mobile_number":"464-948-4886","email_id":"Clemens.Nader31@yahoo.com","dop":"2026-01-10","serial_number":"400525471592484","imei1":"400525471592484","imei2":"400525471592484","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152983,"job_number":"JOB_152983","tr_customer_id":153000,"tr_customer_product_id":152990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:46:22.000Z","modified_at":"2026-01-13T03:46:22.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14924344586132","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153011,"job_number":"JOB_153011","tr_customer_id":153028,"tr_customer_product_id":153018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:33.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Elmer31@hotmail.com","dop":"2025-07-02","serial_number":"12961196646355","imei1":"12961196646355","imei2":"12961196646355","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153024,"job_number":"JOB_153024","tr_customer_id":153041,"tr_customer_product_id":153031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:50.000Z","modified_at":"2026-01-13T03:49:50.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Tanya56@yahoo.com","dop":"2025-07-02","serial_number":"16024879192606","imei1":"16024879192606","imei2":"16024879192606","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153047,"job_number":"JOB_153047","tr_customer_id":153064,"tr_customer_product_id":153054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:07.000Z","modified_at":"2026-01-13T03:50:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Emerald22@gmail.com","dop":"2025-07-02","serial_number":"19292784459597","imei1":"19292784459597","imei2":"19292784459597","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153070,"job_number":"JOB_153070","tr_customer_id":153087,"tr_customer_product_id":153077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:28.000Z","modified_at":"2026-01-13T03:50:28.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"185642560040121","imei1":"185642560040121","imei2":"185642560040121","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153071,"job_number":"JOB_153071","tr_customer_id":153088,"tr_customer_product_id":153078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Quincy O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"182173578734661","imei1":"182173578734661","imei2":"182173578734661","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153072,"job_number":"JOB_153072","tr_customer_id":153089,"tr_customer_product_id":153079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Caden Keeling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"186833928174921","imei1":"186833928174921","imei2":"186833928174921","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153073,"job_number":"JOB_153073","tr_customer_id":153090,"tr_customer_product_id":153080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Pearline Witting","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140291337641622","imei1":"140291337641622","imei2":"140291337641622","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153089,"job_number":"JOB_153089","tr_customer_id":153106,"tr_customer_product_id":153096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"129686786924475","imei1":"129686786924475","imei2":"129686786924475","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153090,"job_number":"JOB_153090","tr_customer_id":153107,"tr_customer_product_id":153097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Raina Blick","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"118504064178089","imei1":"118504064178089","imei2":"118504064178089","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153091,"job_number":"JOB_153091","tr_customer_id":153108,"tr_customer_product_id":153098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Michael Hudson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128738008478937","imei1":"128738008478937","imei2":"128738008478937","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153092,"job_number":"JOB_153092","tr_customer_id":153109,"tr_customer_product_id":153099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Karlie Towne","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162034816487930","imei1":"162034816487930","imei2":"162034816487930","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153112,"job_number":"JOB_153112","tr_customer_id":153129,"tr_customer_product_id":153119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:09.000Z","modified_at":"2026-01-13T03:51:09.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108845179568721","imei1":"108845179568721","imei2":"108845179568721","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153115,"job_number":"JOB_153115","tr_customer_id":153132,"tr_customer_product_id":153122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"Laverne Thiel","mobile_number":"394-928-2392","email_id":"Emelia_Osinski@yahoo.com","dop":"2025-06-09","serial_number":"107449911204701","imei1":"107449911204701","imei2":"107449911204701","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153126,"job_number":"JOB_153126","tr_customer_id":153143,"tr_customer_product_id":153133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:23.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100493670574337","imei1":"100493670574337","imei2":"100493670574337","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153129,"job_number":"JOB_153129","tr_customer_id":153146,"tr_customer_product_id":153136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Gino Hoppe","mobile_number":"218-849-7578","email_id":"Justine.Hyatt66@yahoo.com","dop":"2025-06-09","serial_number":"105833888639457","imei1":"105833888639457","imei2":"105833888639457","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153145,"job_number":"JOB_153145","tr_customer_id":153162,"tr_customer_product_id":153152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107134574172981","imei1":"107134574172981","imei2":"107134574172981","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153147,"job_number":"JOB_153147","tr_customer_id":153164,"tr_customer_product_id":153154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Howard Jerde","mobile_number":"225-762-0200","email_id":"Fermin.Emmerich@gmail.com","dop":"2025-06-09","serial_number":"103702688840930","imei1":"103702688840930","imei2":"103702688840930","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153315,"job_number":"JOB_153315","tr_customer_id":153332,"tr_customer_product_id":153322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:03.000Z","modified_at":"2026-01-13T06:19:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109231383262124","imei1":"109231383262124","imei2":"109231383262124","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153317,"job_number":"JOB_153317","tr_customer_id":153334,"tr_customer_product_id":153324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:04.000Z","modified_at":"2026-01-13T06:19:04.000Z","name":"Fermin Greenfelder","mobile_number":"955-317-6851","email_id":"Stewart_McDermott@gmail.com","dop":"2025-06-09","serial_number":"103613644269013","imei1":"103613644269013","imei2":"103613644269013","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153318,"job_number":"JOB_153318","tr_customer_id":153335,"tr_customer_product_id":153325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:21.000Z","modified_at":"2026-01-13T06:19:21.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108378338967206","imei1":"108378338967206","imei2":"108378338967206","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153320,"job_number":"JOB_153320","tr_customer_id":153337,"tr_customer_product_id":153327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:22.000Z","modified_at":"2026-01-13T06:19:22.000Z","name":"Aiyana Terry","mobile_number":"244-508-8666","email_id":"Larue48@yahoo.com","dop":"2025-06-09","serial_number":"100018750637698","imei1":"100018750637698","imei2":"100018750637698","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153321,"job_number":"JOB_153321","tr_customer_id":153338,"tr_customer_product_id":153328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101759281341148","imei1":"101759281341148","imei2":"101759281341148","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153323,"job_number":"JOB_153323","tr_customer_id":153340,"tr_customer_product_id":153330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Bella Harber","mobile_number":"687-229-6322","email_id":"Corbin_Spencer@gmail.com","dop":"2025-06-09","serial_number":"100340725009684","imei1":"100340725009684","imei2":"100340725009684","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153386,"job_number":"JOB_153386","tr_customer_id":153403,"tr_customer_product_id":153393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:47.000Z","modified_at":"2026-01-13T06:34:47.000Z","name":"Rocky Kihn","mobile_number":"647-238-4940","email_id":"Christine_OHara58@gmail.com","dop":"2025-12-14","serial_number":"143009261320082","imei1":"143009261320082","imei2":"143009261320082","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153435,"job_number":"JOB_153435","tr_customer_id":153452,"tr_customer_product_id":153442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:44:29.000Z","modified_at":"2026-01-13T06:44:29.000Z","name":"Gennaro Goldner","mobile_number":"672-408-8464","email_id":"Ardith21@yahoo.com","dop":"2025-12-14","serial_number":"167754165732138","imei1":"167754165732138","imei2":"167754165732138","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153436,"job_number":"JOB_153436","tr_customer_id":153453,"tr_customer_product_id":153443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:19.000Z","modified_at":"2026-01-13T06:45:19.000Z","name":"Delfina Romaguera","mobile_number":"669-856-6230","email_id":"Rodrick12@hotmail.com","dop":"2025-12-14","serial_number":"144203005884587","imei1":"144203005884587","imei2":"144203005884587","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153437,"job_number":"JOB_153437","tr_customer_id":153454,"tr_customer_product_id":153444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:55.000Z","modified_at":"2026-01-13T06:45:55.000Z","name":"Jeff Flatley","mobile_number":"980-824-0583","email_id":"Nico51@hotmail.com","dop":"2025-12-14","serial_number":"110431504331280","imei1":"110431504331280","imei2":"110431504331280","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153438,"job_number":"JOB_153438","tr_customer_id":153455,"tr_customer_product_id":153445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:46:45.000Z","modified_at":"2026-01-13T06:46:45.000Z","name":"Paris Kuhlman","mobile_number":"668-305-9525","email_id":"Vern54@yahoo.com","dop":"2025-12-14","serial_number":"154647379634597","imei1":"154647379634597","imei2":"154647379634597","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153463,"job_number":"JOB_153463","tr_customer_id":153480,"tr_customer_product_id":153470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:24:48.000Z","modified_at":"2026-01-13T07:24:48.000Z","name":"Jasper Jacobs","mobile_number":"263-201-8380","email_id":"Oral54@yahoo.com","dop":"2025-11-04","serial_number":"60467304956938","imei1":"60467304956938","imei2":"60467304956938","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:24:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153041,"job_number":"JOB_153041","tr_customer_id":153058,"tr_customer_product_id":153048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:01.000Z","modified_at":"2026-01-13T03:50:01.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10771045020908","imei1":"10771045020908","imei2":"10771045020908","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153043,"job_number":"JOB_153043","tr_customer_id":153060,"tr_customer_product_id":153050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:03.000Z","modified_at":"2026-01-13T03:50:03.000Z","name":"Issac Halvorson","mobile_number":"623-899-5283","email_id":"Luciano.Sauer@hotmail.com","dop":"2000-01-31","serial_number":"1039681522645958","imei1":"1039681522645958","imei2":"1039681522645958","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153094,"job_number":"JOB_153094","tr_customer_id":153111,"tr_customer_product_id":153101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:45.000Z","modified_at":"2026-01-13T03:50:45.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10015942569125","imei1":"10015942569125","imei2":"10015942569125","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153096,"job_number":"JOB_153096","tr_customer_id":153113,"tr_customer_product_id":153103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:46.000Z","modified_at":"2026-01-13T03:50:46.000Z","name":"Jarvis Kemmer","mobile_number":"972-753-9216","email_id":"Hilda.Keeling@yahoo.com","dop":"2000-01-31","serial_number":"1020112878943666","imei1":"1020112878943666","imei2":"1020112878943666","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153133,"job_number":"JOB_153133","tr_customer_id":153150,"tr_customer_product_id":153140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10288763450665","imei1":"10288763450665","imei2":"10288763450665","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153137,"job_number":"JOB_153137","tr_customer_id":153154,"tr_customer_product_id":153144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Jabari Stehr","mobile_number":"287-975-7792","email_id":"Gus_Bins67@gmail.com","dop":"2000-01-31","serial_number":"1098414206692260","imei1":"1098414206692260","imei2":"1098414206692260","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153165,"job_number":"JOB_153165","tr_customer_id":153182,"tr_customer_product_id":153172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10841115840820","imei1":"10841115840820","imei2":"10841115840820","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153168,"job_number":"JOB_153168","tr_customer_id":153185,"tr_customer_product_id":153175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:12.000Z","modified_at":"2026-01-13T03:52:12.000Z","name":"Jermaine Zulauf","mobile_number":"918-227-4575","email_id":"Lincoln.Gottlieb@yahoo.com","dop":"2000-01-31","serial_number":"1027394656263062","imei1":"1027394656263062","imei2":"1027394656263062","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153375,"job_number":"JOB_153375","tr_customer_id":153392,"tr_customer_product_id":153382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:24.000Z","modified_at":"2026-01-13T06:34:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10959448393593","imei1":"10959448393593","imei2":"10959448393593","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153377,"job_number":"JOB_153377","tr_customer_id":153394,"tr_customer_product_id":153384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:26.000Z","modified_at":"2026-01-13T06:34:26.000Z","name":"Tyree Ritchie","mobile_number":"491-439-3683","email_id":"Kim_Pouros@hotmail.com","dop":"2000-01-31","serial_number":"1061851432109229","imei1":"1061851432109229","imei2":"1061851432109229","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153387,"job_number":"JOB_153387","tr_customer_id":153404,"tr_customer_product_id":153394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:05.000Z","modified_at":"2026-01-13T06:35:05.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10678535364811","imei1":"10678535364811","imei2":"10678535364811","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153389,"job_number":"JOB_153389","tr_customer_id":153406,"tr_customer_product_id":153396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:07.000Z","modified_at":"2026-01-13T06:35:07.000Z","name":"Modesta Spinka","mobile_number":"615-484-8860","email_id":"Titus.Pacocha@yahoo.com","dop":"2000-01-31","serial_number":"1007142660208962","imei1":"1007142660208962","imei2":"1007142660208962","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153404,"job_number":"JOB_153404","tr_customer_id":153421,"tr_customer_product_id":153411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:45.000Z","modified_at":"2026-01-13T06:35:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10727612053937","imei1":"10727612053937","imei2":"10727612053937","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153406,"job_number":"JOB_153406","tr_customer_id":153423,"tr_customer_product_id":153413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:47.000Z","modified_at":"2026-01-13T06:35:47.000Z","name":"Tristin Ryan","mobile_number":"731-841-8579","email_id":"Malvina_Botsford@gmail.com","dop":"2000-01-31","serial_number":"1040407565557196","imei1":"1040407565557196","imei2":"1040407565557196","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153415,"job_number":"JOB_153415","tr_customer_id":153432,"tr_customer_product_id":153422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:25.000Z","modified_at":"2026-01-13T06:36:25.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10674195446428","imei1":"10674195446428","imei2":"10674195446428","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153418,"job_number":"JOB_153418","tr_customer_id":153435,"tr_customer_product_id":153425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:27.000Z","modified_at":"2026-01-13T06:36:27.000Z","name":"Rebecca Beatty","mobile_number":"599-283-0498","email_id":"Rachel_Corwin@gmail.com","dop":"2000-01-31","serial_number":"1098154260216714","imei1":"1098154260216714","imei2":"1098154260216714","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwOTF9.pmKK_O51ekdeDUXAq8S8PFPHUX4z-TdDtzxjA34fZWk |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b65a363b-9c5f-4068-90b4-5805e0e13c45 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 866 |
| ETag | W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:53 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"job_id":99821,"engineer_id":17}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwOTF9.pmKK_O51ekdeDUXAq8S8PFPHUX4z-TdDtzxjA34fZWk |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 88018622-d9d2-41a8-88af-31b35ad7b7d0 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 49 |
{
"job_id": 153463,
"engineer_id": 2
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 54 |
| ETag | W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:53 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Engineer assigned successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwOTF9.pmKK_O51ekdeDUXAq8S8PFPHUX4z-TdDtzxjA34fZWk |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6e6fd7d0-0045-4fda-81c1-8a0410e52fda |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"54a31-tjVdq8wBMCp87vDtGngm8jlkltY" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:24:53 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":152945,"job_number":"JOB_152945","tr_customer_id":152962,"tr_customer_product_id":152952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:04.000Z","modified_at":"2026-01-12T21:41:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16444528275127","imei1":"16444528275127","imei2":"16444528275127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152947,"job_number":"JOB_152947","tr_customer_id":152964,"tr_customer_product_id":152954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:06.000Z","modified_at":"2026-01-12T21:41:06.000Z","name":"Sibyl O'Connell","mobile_number":"864-508-7178","email_id":"Lera6@hotmail.com","dop":"2025-04-06","serial_number":"12161968684743364","imei1":"12161968684743364","imei2":"12161968684743364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152948,"job_number":"JOB_152948","tr_customer_id":152965,"tr_customer_product_id":152955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:45.000Z","modified_at":"2026-01-12T21:41:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19073498794923","imei1":"19073498794923","imei2":"19073498794923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152950,"job_number":"JOB_152950","tr_customer_id":152967,"tr_customer_product_id":152957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:47.000Z","modified_at":"2026-01-12T21:41:47.000Z","name":"Aurore Hilll","mobile_number":"316-283-2109","email_id":"Johnathan_Howell@gmail.com","dop":"2025-04-06","serial_number":"19191826310946700","imei1":"19191826310946700","imei2":"19191826310946700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152951,"job_number":"JOB_152951","tr_customer_id":152968,"tr_customer_product_id":152958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:42:26.000Z","modified_at":"2026-01-12T21:42:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13119127811699","imei1":"13119127811699","imei2":"13119127811699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:42:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152953,"job_number":"JOB_152953","tr_customer_id":152970,"tr_customer_product_id":152960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:42:28.000Z","modified_at":"2026-01-12T21:42:28.000Z","name":"Janessa Greenfelder","mobile_number":"677-558-2956","email_id":"Idella85@yahoo.com","dop":"2025-04-06","serial_number":"14365178523919976","imei1":"14365178523919976","imei2":"14365178523919976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152954,"job_number":"JOB_152954","tr_customer_id":152971,"tr_customer_product_id":152961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:34:30.000Z","modified_at":"2026-01-12T23:34:30.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-02","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-02T23:34:29.692521461Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:34:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152955,"job_number":"JOB_152955","tr_customer_id":152972,"tr_customer_product_id":152962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:34:30.000Z","modified_at":"2026-01-12T23:34:30.000Z","name":"Lakshmidhar Ahuja","mobile_number":"7060765524","email_id":"darshwana.kaur@yahoo.co.in","dop":"2026-01-02","serial_number":"555718812455204","imei1":"555718812455204","imei2":"555718812455204","popurl":"www.deevakar-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:34:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152956,"job_number":"JOB_152956","tr_customer_id":152973,"tr_customer_product_id":152963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:36:56.000Z","modified_at":"2026-01-12T23:36:56.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-02","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-02T23:36:55.697260513Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152957,"job_number":"JOB_152957","tr_customer_id":152974,"tr_customer_product_id":152964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:13:56.000Z","modified_at":"2026-01-13T00:13:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"01124567894665","imei1":"01124567894665","imei2":"01124567894665","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:13:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152961,"job_number":"JOB_152961","tr_customer_id":152978,"tr_customer_product_id":152968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:59:07.000Z","modified_at":"2026-01-13T00:59:07.000Z","name":"Duncan Hamill","mobile_number":"825-616-1411","email_id":"Lizzie_Kohler@yahoo.com","dop":"2025-10-12","serial_number":"1005687804592704","imei1":"1005687804592704","imei2":"1005687804592704","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152963,"job_number":"JOB_152963","tr_customer_id":152980,"tr_customer_product_id":152970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:22:03.000Z","modified_at":"2026-01-13T01:22:03.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2026-01-03","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2026-01-03T01:22:03.107431112Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152978,"job_number":"JOB_152978","tr_customer_id":152995,"tr_customer_product_id":152985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:14.000Z","modified_at":"2026-01-13T03:08:14.000Z","name":"Geraldine Lubowitz","mobile_number":"467-229-6632","email_id":"Hazel30@gmail.com","dop":"2025-04-06","serial_number":"12233429785513206","imei1":"12233429785513206","imei2":"12233429785513206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152980,"job_number":"JOB_152980","tr_customer_id":152997,"tr_customer_product_id":152987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:47.000Z","modified_at":"2026-01-13T03:08:47.000Z","name":"Augusta Hilpert","mobile_number":"999-471-9071","email_id":"Jude88@gmail.com","dop":"2025-04-06","serial_number":"15043299492058636","imei1":"15043299492058636","imei2":"15043299492058636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152982,"job_number":"JOB_152982","tr_customer_id":152999,"tr_customer_product_id":152989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:09:21.000Z","modified_at":"2026-01-13T03:09:21.000Z","name":"Hassan Yost","mobile_number":"264-378-4605","email_id":"Eulalia_Stark@hotmail.com","dop":"2025-04-06","serial_number":"17154142032826798","imei1":"17154142032826798","imei2":"17154142032826798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:09:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152986,"job_number":"JOB_152986","tr_customer_id":153003,"tr_customer_product_id":152993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:31.000Z","modified_at":"2026-01-13T03:48:31.000Z","name":"Jeffery Konopelski","mobile_number":"984-952-2139","email_id":"Delia50@gmail.com","dop":"2025-04-06","serial_number":"10013235749073844","imei1":"10013235749073844","imei2":"10013235749073844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152988,"job_number":"JOB_152988","tr_customer_id":153005,"tr_customer_product_id":152995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:38.000Z","modified_at":"2026-01-13T03:48:38.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11880112270859","imei1":"11880112270859","imei2":"11880112270859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152990,"job_number":"JOB_152990","tr_customer_id":153007,"tr_customer_product_id":152997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:40.000Z","modified_at":"2026-01-13T03:48:40.000Z","name":"Kyleigh Johnston","mobile_number":"392-597-6881","email_id":"Dorothea.Bogisich85@hotmail.com","dop":"2025-04-06","serial_number":"12920132890083952","imei1":"12920132890083952","imei2":"12920132890083952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152991,"job_number":"JOB_152991","tr_customer_id":153008,"tr_customer_product_id":152998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:08.000Z","modified_at":"2026-01-13T03:49:08.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10450777953251","imei1":"10450777953251","imei2":"10450777953251","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152993,"job_number":"JOB_152993","tr_customer_id":153010,"tr_customer_product_id":153000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:09.000Z","modified_at":"2026-01-13T03:49:09.000Z","name":"Karine Lebsack","mobile_number":"977-381-7576","email_id":"Luther51@hotmail.com","dop":"2025-06-18","serial_number":"1042195630777838","imei1":"1042195630777838","imei2":"1042195630777838","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152996,"job_number":"JOB_152996","tr_customer_id":153013,"tr_customer_product_id":153003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:14.000Z","modified_at":"2026-01-13T03:49:14.000Z","name":"Alison Hamill","mobile_number":"745-240-9299","email_id":"Jarrett.Graham65@yahoo.com","dop":"2025-04-06","serial_number":"15194139488119204","imei1":"15194139488119204","imei2":"15194139488119204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152998,"job_number":"JOB_152998","tr_customer_id":153015,"tr_customer_product_id":153005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:15.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Morgan Zemlak","mobile_number":"773-714-6804","email_id":"Lexi.Reilly93@yahoo.com","dop":"2025-04-06","serial_number":"18176075426418570","imei1":"18176075426418570","imei2":"18176075426418570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152999,"job_number":"JOB_152999","tr_customer_id":153016,"tr_customer_product_id":153006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:16.000Z","modified_at":"2026-01-13T03:49:16.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19071431659130","imei1":"19071431659130","imei2":"19071431659130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153001,"job_number":"JOB_153001","tr_customer_id":153018,"tr_customer_product_id":153008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:17.000Z","modified_at":"2026-01-13T03:49:17.000Z","name":"Ethyl Murphy","mobile_number":"526-816-1746","email_id":"Faye52@gmail.com","dop":"2025-04-06","serial_number":"14574128161791344","imei1":"14574128161791344","imei2":"14574128161791344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153002,"job_number":"JOB_153002","tr_customer_id":153019,"tr_customer_product_id":153009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:18.000Z","modified_at":"2026-01-13T03:49:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19225349064885","imei1":"19225349064885","imei2":"19225349064885","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153004,"job_number":"JOB_153004","tr_customer_id":153021,"tr_customer_product_id":153011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:19.000Z","modified_at":"2026-01-13T03:49:19.000Z","name":"Nettie Witting","mobile_number":"815-907-1531","email_id":"Virginie74@hotmail.com","dop":"2025-04-06","serial_number":"10601861065443798","imei1":"10601861065443798","imei2":"10601861065443798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153005,"job_number":"JOB_153005","tr_customer_id":153022,"tr_customer_product_id":153012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:21.000Z","modified_at":"2026-01-13T03:49:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11549932616810","imei1":"11549932616810","imei2":"11549932616810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153007,"job_number":"JOB_153007","tr_customer_id":153024,"tr_customer_product_id":153014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:22.000Z","modified_at":"2026-01-13T03:49:22.000Z","name":"Wendy Ziemann","mobile_number":"956-538-3965","email_id":"Lonny.White@gmail.com","dop":"2025-04-06","serial_number":"14865650404964128","imei1":"14865650404964128","imei2":"14865650404964128","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153009,"job_number":"JOB_153009","tr_customer_id":153026,"tr_customer_product_id":153016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:27.000Z","modified_at":"2026-01-13T03:49:27.000Z","name":"Gonzalo Daniel","mobile_number":"726-437-9061","email_id":"Kaylee6@gmail.com","dop":"2025-04-06","serial_number":"11273833509541268","imei1":"11273833509541268","imei2":"11273833509541268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153012,"job_number":"JOB_153012","tr_customer_id":153029,"tr_customer_product_id":153019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:34.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"Andreanne Cassin","mobile_number":"739-516-5141","email_id":"Jarvis_Keebler@gmail.com","dop":"2025-04-06","serial_number":"13213391237709272","imei1":"13213391237709272","imei2":"13213391237709272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153013,"job_number":"JOB_153013","tr_customer_id":153030,"tr_customer_product_id":153020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:35.000Z","modified_at":"2026-01-13T03:49:35.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15564773480890","imei1":"15564773480890","imei2":"15564773480890","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153014,"job_number":"JOB_153014","tr_customer_id":153031,"tr_customer_product_id":153021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:36.000Z","modified_at":"2026-01-13T03:49:36.000Z","name":"Genevieve Christiansen","mobile_number":"609-220-8540","email_id":"Kavon18@gmail.com","dop":"2025-09-16","serial_number":"18835594473873","imei1":"18835594473873","imei2":"18835594473873","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153015,"job_number":"JOB_153015","tr_customer_id":153032,"tr_customer_product_id":153022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:38.000Z","modified_at":"2026-01-13T03:49:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19813392024704","imei1":"19813392024704","imei2":"19813392024704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153017,"job_number":"JOB_153017","tr_customer_id":153034,"tr_customer_product_id":153024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Kitty Lueilwitz","mobile_number":"646-749-9591","email_id":"Rosamond35@gmail.com","dop":"2025-09-09","serial_number":"11462213309292","imei1":"11462213309292","imei2":"11462213309292","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153018,"job_number":"JOB_153018","tr_customer_id":153035,"tr_customer_product_id":153025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Evie Treutel","mobile_number":"906-222-6390","email_id":"Barrett13@gmail.com","dop":"2025-09-09","serial_number":"14848928990324","imei1":"14848928990324","imei2":"14848928990324","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153020,"job_number":"JOB_153020","tr_customer_id":153037,"tr_customer_product_id":153027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:40.000Z","modified_at":"2026-01-13T03:49:40.000Z","name":"Violet Ebert","mobile_number":"593-518-3750","email_id":"Otilia_Moore@yahoo.com","dop":"2025-04-06","serial_number":"17674437261519444","imei1":"17674437261519444","imei2":"17674437261519444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153021,"job_number":"JOB_153021","tr_customer_id":153038,"tr_customer_product_id":153028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:47.000Z","modified_at":"2026-01-13T03:49:47.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10778763278278","imei1":"10778763278278","imei2":"10778763278278","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153023,"job_number":"JOB_153023","tr_customer_id":153040,"tr_customer_product_id":153030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:48.000Z","modified_at":"2026-01-13T03:49:48.000Z","name":"Sadie Armstrong","mobile_number":"908-507-8196","email_id":"Rebeca.Lynch47@yahoo.com","dop":"2025-06-18","serial_number":"1053385808139450","imei1":"1053385808139450","imei2":"1053385808139450","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153025,"job_number":"JOB_153025","tr_customer_id":153042,"tr_customer_product_id":153032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:52.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Skyla Keeling","mobile_number":"875-901-9572","email_id":"Adah.Abernathy10@yahoo.com","dop":"2025-09-09","serial_number":"15288842733007","imei1":"15288842733007","imei2":"15288842733007","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153026,"job_number":"JOB_153026","tr_customer_id":153043,"tr_customer_product_id":153033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16528922137835","imei1":"16528922137835","imei2":"16528922137835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153027,"job_number":"JOB_153027","tr_customer_id":153044,"tr_customer_product_id":153034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Genesis Hudson","mobile_number":"545-745-3246","email_id":"Delpha75@gmail.com","dop":"2025-09-09","serial_number":"19428872260199","imei1":"19428872260199","imei2":"19428872260199","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153029,"job_number":"JOB_153029","tr_customer_id":153046,"tr_customer_product_id":153036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Brock Gorczany","mobile_number":"250-398-4087","email_id":"Kory.Jacobs46@yahoo.com","dop":"2025-09-09","serial_number":"15093671361032","imei1":"15093671361032","imei2":"15093671361032","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153031,"job_number":"JOB_153031","tr_customer_id":153048,"tr_customer_product_id":153038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Jarvis Rath","mobile_number":"996-571-4584","email_id":"Elisha7@gmail.com","dop":"2025-09-09","serial_number":"10254687094207","imei1":"10254687094207","imei2":"10254687094207","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153032,"job_number":"JOB_153032","tr_customer_id":153049,"tr_customer_product_id":153039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Ona Rodriguez","mobile_number":"842-374-7408","email_id":"Rhianna_Hauck41@hotmail.com","dop":"2025-04-06","serial_number":"18081435645439704","imei1":"18081435645439704","imei2":"18081435645439704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153033,"job_number":"JOB_153033","tr_customer_id":153050,"tr_customer_product_id":153040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Rosalyn Hilpert","mobile_number":"896-465-3399","email_id":"Moses.Grady@yahoo.com","dop":"2025-09-09","serial_number":"17091861974159","imei1":"17091861974159","imei2":"17091861974159","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153036,"job_number":"JOB_153036","tr_customer_id":153053,"tr_customer_product_id":153043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:55.000Z","modified_at":"2026-01-13T03:49:55.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"18060098958557","imei1":"18060098958557","imei2":"18060098958557","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153037,"job_number":"JOB_153037","tr_customer_id":153054,"tr_customer_product_id":153044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:56.000Z","modified_at":"2026-01-13T03:49:56.000Z","name":"Noemy Ullrich","mobile_number":"831-724-5885","email_id":"Sarah.Koch@gmail.com","dop":"2025-09-16","serial_number":"19292304559775","imei1":"19292304559775","imei2":"19292304559775","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153038,"job_number":"JOB_153038","tr_customer_id":153055,"tr_customer_product_id":153045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:57.000Z","modified_at":"2026-01-13T03:49:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16171685555591","imei1":"16171685555591","imei2":"16171685555591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153040,"job_number":"JOB_153040","tr_customer_id":153057,"tr_customer_product_id":153047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:59.000Z","modified_at":"2026-01-13T03:49:59.000Z","name":"Watson Rempel","mobile_number":"556-493-8063","email_id":"Gage_Pollich19@yahoo.com","dop":"2025-04-06","serial_number":"16134003839228460","imei1":"16134003839228460","imei2":"16134003839228460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153044,"job_number":"JOB_153044","tr_customer_id":153061,"tr_customer_product_id":153051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:04.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10083490726550","imei1":"10083490726550","imei2":"10083490726550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153046,"job_number":"JOB_153046","tr_customer_id":153063,"tr_customer_product_id":153053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:05.000Z","modified_at":"2026-01-13T03:50:05.000Z","name":"Bethel McLaughlin","mobile_number":"598-945-2245","email_id":"Shakira.Schuster75@yahoo.com","dop":"2025-04-06","serial_number":"14937021882346436","imei1":"14937021882346436","imei2":"14937021882346436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153048,"job_number":"JOB_153048","tr_customer_id":153065,"tr_customer_product_id":153055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:08.000Z","modified_at":"2026-01-13T03:50:08.000Z","name":"April Treutel","mobile_number":"420-895-4874","email_id":"Tiara_Simonis@yahoo.com","dop":"2025-09-09","serial_number":"16286577028714","imei1":"16286577028714","imei2":"16286577028714","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153049,"job_number":"JOB_153049","tr_customer_id":153066,"tr_customer_product_id":153056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Albertha Johns","mobile_number":"411-980-4646","email_id":"Margot_Bruen20@gmail.com","dop":"2025-09-09","serial_number":"15781439813235","imei1":"15781439813235","imei2":"15781439813235","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153050,"job_number":"JOB_153050","tr_customer_id":153067,"tr_customer_product_id":153057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nelda Hills","mobile_number":"204-244-7851","email_id":"Alta.Baumbach59@hotmail.com","dop":"2025-09-09","serial_number":"12705447284041","imei1":"12705447284041","imei2":"12705447284041","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153051,"job_number":"JOB_153051","tr_customer_id":153068,"tr_customer_product_id":153058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Isabell Botsford","mobile_number":"756-667-9480","email_id":"Michele68@gmail.com","dop":"2025-09-09","serial_number":"19469016127033","imei1":"19469016127033","imei2":"19469016127033","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153052,"job_number":"JOB_153052","tr_customer_id":153069,"tr_customer_product_id":153059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nathanial Jast","mobile_number":"924-711-3457","email_id":"Gunnar.Walsh@yahoo.com","dop":"2025-09-09","serial_number":"10391829021392","imei1":"10391829021392","imei2":"10391829021392","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153056,"job_number":"JOB_153056","tr_customer_id":153073,"tr_customer_product_id":153063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:11.000Z","modified_at":"2026-01-13T03:50:11.000Z","name":"Keeley Bode","mobile_number":"394-649-9827","email_id":"Evans.Paucek82@yahoo.com","dop":"2025-05-30","serial_number":"17230963683630","imei1":"17230963683630","imei2":"17230963683630","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153057,"job_number":"JOB_153057","tr_customer_id":153074,"tr_customer_product_id":153064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:12.000Z","modified_at":"2026-01-13T03:50:12.000Z","name":"Karlie Dickinson","mobile_number":"714-317-8229","email_id":"Hanna.Cruickshank92@gmail.com","dop":"2025-05-30","serial_number":"1031496690652217","imei1":"1031496690652217","imei2":"1031496690652217","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153058,"job_number":"JOB_153058","tr_customer_id":153075,"tr_customer_product_id":153065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:15.000Z","modified_at":"2026-01-13T03:50:15.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18771789001924","imei1":"18771789001924","imei2":"18771789001924","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153059,"job_number":"JOB_153059","tr_customer_id":153076,"tr_customer_product_id":153066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:16.000Z","modified_at":"2026-01-13T03:50:16.000Z","name":"Gina Schulist","mobile_number":"928-944-7730","email_id":"Gerald_Hills31@yahoo.com","dop":"2025-09-16","serial_number":"11005054118814","imei1":"11005054118814","imei2":"11005054118814","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153060,"job_number":"JOB_153060","tr_customer_id":153077,"tr_customer_product_id":153067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:18.000Z","modified_at":"2026-01-13T03:50:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13822944721277","imei1":"13822944721277","imei2":"13822944721277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153062,"job_number":"JOB_153062","tr_customer_id":153079,"tr_customer_product_id":153069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:20.000Z","modified_at":"2026-01-13T03:50:20.000Z","name":"Cynthia Graham","mobile_number":"603-611-6067","email_id":"Judson.Kuhlman34@yahoo.com","dop":"2025-04-06","serial_number":"14760525474247120","imei1":"14760525474247120","imei2":"14760525474247120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153063,"job_number":"JOB_153063","tr_customer_id":153080,"tr_customer_product_id":153070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13096219447386","imei1":"13096219447386","imei2":"13096219447386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153064,"job_number":"JOB_153064","tr_customer_id":153081,"tr_customer_product_id":153071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Avis Durgan","mobile_number":"912-805-0170","email_id":"Selina.Herzog33@hotmail.com","dop":"2025-09-09","serial_number":"16356015097685","imei1":"16356015097685","imei2":"16356015097685","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153066,"job_number":"JOB_153066","tr_customer_id":153083,"tr_customer_product_id":153073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Cullen Predovic","mobile_number":"282-933-3045","email_id":"America.Wisozk51@hotmail.com","dop":"2025-09-09","serial_number":"19108774208927","imei1":"19108774208927","imei2":"19108774208927","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153067,"job_number":"JOB_153067","tr_customer_id":153084,"tr_customer_product_id":153074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:25.000Z","modified_at":"2026-01-13T03:50:25.000Z","name":"Milan Miller","mobile_number":"790-657-9980","email_id":"Kris16@yahoo.com","dop":"2025-09-09","serial_number":"11200593074184","imei1":"11200593074184","imei2":"11200593074184","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153069,"job_number":"JOB_153069","tr_customer_id":153086,"tr_customer_product_id":153076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:26.000Z","modified_at":"2026-01-13T03:50:26.000Z","name":"Jailyn Murray","mobile_number":"833-564-9185","email_id":"Lauren.Kuphal85@gmail.com","dop":"2025-04-06","serial_number":"12812647535142484","imei1":"12812647535142484","imei2":"12812647535142484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153074,"job_number":"JOB_153074","tr_customer_id":153091,"tr_customer_product_id":153081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:32.000Z","modified_at":"2026-01-13T03:50:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13844552556611","imei1":"13844552556611","imei2":"13844552556611","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153076,"job_number":"JOB_153076","tr_customer_id":153093,"tr_customer_product_id":153083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:34.000Z","modified_at":"2026-01-13T03:50:34.000Z","name":"Kaitlin Windler","mobile_number":"201-669-5785","email_id":"Sienna_Corkery85@gmail.com","dop":"2025-04-06","serial_number":"10440709278762594","imei1":"10440709278762594","imei2":"10440709278762594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153077,"job_number":"JOB_153077","tr_customer_id":153094,"tr_customer_product_id":153084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:36.000Z","modified_at":"2026-01-13T03:50:36.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14210164826325","imei1":"14210164826325","imei2":"14210164826325","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153080,"job_number":"JOB_153080","tr_customer_id":153097,"tr_customer_product_id":153087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19224335783664","imei1":"19224335783664","imei2":"19224335783664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153082,"job_number":"JOB_153082","tr_customer_id":153099,"tr_customer_product_id":153089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18445398425976","imei1":"18445398425976","imei2":"18445398425976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153084,"job_number":"JOB_153084","tr_customer_id":153101,"tr_customer_product_id":153091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Amir Spencer","mobile_number":"738-414-9550","email_id":"Mario_Bogan67@yahoo.com","dop":"2025-04-06","serial_number":"11935463815113542","imei1":"11935463815113542","imei2":"11935463815113542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153085,"job_number":"JOB_153085","tr_customer_id":153102,"tr_customer_product_id":153092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Faustino Langworth","mobile_number":"250-265-0398","email_id":"Korbin_Ankunding39@yahoo.com","dop":"2025-04-06","serial_number":"16078364766113880","imei1":"16078364766113880","imei2":"16078364766113880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153086,"job_number":"JOB_153086","tr_customer_id":153103,"tr_customer_product_id":153093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"Jeanette Grady","mobile_number":"316-608-4183","email_id":"Jadyn_OHara16@gmail.com","dop":"2025-04-06","serial_number":"19153294343452520","imei1":"19153294343452520","imei2":"19153294343452520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153087,"job_number":"JOB_153087","tr_customer_id":153104,"tr_customer_product_id":153094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13173564929167","imei1":"13173564929167","imei2":"13173564929167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153093,"job_number":"JOB_153093","tr_customer_id":153110,"tr_customer_product_id":153100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Darrick Brown","mobile_number":"276-943-9247","email_id":"Opal2@hotmail.com","dop":"2025-04-06","serial_number":"16541453210419996","imei1":"16541453210419996","imei2":"16541453210419996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153097,"job_number":"JOB_153097","tr_customer_id":153114,"tr_customer_product_id":153104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18999790093893","imei1":"18999790093893","imei2":"18999790093893","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153098,"job_number":"JOB_153098","tr_customer_id":153115,"tr_customer_product_id":153105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10419869269352","imei1":"10419869269352","imei2":"10419869269352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153099,"job_number":"JOB_153099","tr_customer_id":153116,"tr_customer_product_id":153106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18067897014023","imei1":"18067897014023","imei2":"18067897014023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153103,"job_number":"JOB_153103","tr_customer_id":153120,"tr_customer_product_id":153110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Kaleigh Flatley","mobile_number":"570-357-2377","email_id":"Brayan.Spencer@yahoo.com","dop":"2025-04-06","serial_number":"18438963295359948","imei1":"18438963295359948","imei2":"18438963295359948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153104,"job_number":"JOB_153104","tr_customer_id":153121,"tr_customer_product_id":153111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Enid Kris","mobile_number":"437-791-7523","email_id":"Fermin.Muller95@hotmail.com","dop":"2025-04-06","serial_number":"13143860045647592","imei1":"13143860045647592","imei2":"13143860045647592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153105,"job_number":"JOB_153105","tr_customer_id":153122,"tr_customer_product_id":153112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Jayne Schuppe","mobile_number":"745-966-7108","email_id":"Susana.Predovic10@hotmail.com","dop":"2025-04-06","serial_number":"14304569801109850","imei1":"14304569801109850","imei2":"14304569801109850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153106,"job_number":"JOB_153106","tr_customer_id":153123,"tr_customer_product_id":153113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:57.000Z","modified_at":"2026-01-13T03:50:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13701174672689","imei1":"13701174672689","imei2":"13701174672689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153108,"job_number":"JOB_153108","tr_customer_id":153125,"tr_customer_product_id":153115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"Etha Gorczany","mobile_number":"549-498-0752","email_id":"Karl64@yahoo.com","dop":"2025-04-06","serial_number":"11905239359408752","imei1":"11905239359408752","imei2":"11905239359408752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153109,"job_number":"JOB_153109","tr_customer_id":153126,"tr_customer_product_id":153116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16851118059558","imei1":"16851118059558","imei2":"16851118059558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153111,"job_number":"JOB_153111","tr_customer_id":153128,"tr_customer_product_id":153118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:00.000Z","modified_at":"2026-01-13T03:51:00.000Z","name":"Jacklyn Hoppe","mobile_number":"782-304-3329","email_id":"Beth.Stracke90@hotmail.com","dop":"2025-04-06","serial_number":"11949546922932804","imei1":"11949546922932804","imei2":"11949546922932804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153114,"job_number":"JOB_153114","tr_customer_id":153131,"tr_customer_product_id":153121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16475215694770","imei1":"16475215694770","imei2":"16475215694770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153117,"job_number":"JOB_153117","tr_customer_id":153134,"tr_customer_product_id":153124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:11.000Z","modified_at":"2026-01-13T03:51:11.000Z","name":"Lacy Block","mobile_number":"786-394-6562","email_id":"Jennifer.Reilly@gmail.com","dop":"2025-04-06","serial_number":"17579672354579640","imei1":"17579672354579640","imei2":"17579672354579640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153118,"job_number":"JOB_153118","tr_customer_id":153135,"tr_customer_product_id":153125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:17.000Z","modified_at":"2026-01-13T03:51:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18976150243856","imei1":"18976150243856","imei2":"18976150243856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153120,"job_number":"JOB_153120","tr_customer_id":153137,"tr_customer_product_id":153127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:19.000Z","modified_at":"2026-01-13T03:51:19.000Z","name":"Jerry Friesen","mobile_number":"518-345-9827","email_id":"Adelia_Hettinger2@gmail.com","dop":"2025-04-06","serial_number":"17307083703358260","imei1":"17307083703358260","imei2":"17307083703358260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153121,"job_number":"JOB_153121","tr_customer_id":153138,"tr_customer_product_id":153128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:20.000Z","modified_at":"2026-01-13T03:51:20.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14419795897250","imei1":"14419795897250","imei2":"14419795897250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153123,"job_number":"JOB_153123","tr_customer_id":153140,"tr_customer_product_id":153130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:21.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Peter Hilpert","mobile_number":"897-986-7560","email_id":"Judson21@gmail.com","dop":"2025-04-06","serial_number":"10289533883965028","imei1":"10289533883965028","imei2":"10289533883965028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153124,"job_number":"JOB_153124","tr_customer_id":153141,"tr_customer_product_id":153131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:22.000Z","modified_at":"2026-01-13T03:51:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16928359501430","imei1":"16928359501430","imei2":"16928359501430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153128,"job_number":"JOB_153128","tr_customer_id":153145,"tr_customer_product_id":153135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Emily Jerde","mobile_number":"869-493-5374","email_id":"Tara_McGlynn@gmail.com","dop":"2025-04-06","serial_number":"14302115476753244","imei1":"14302115476753244","imei2":"14302115476753244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153130,"job_number":"JOB_153130","tr_customer_id":153147,"tr_customer_product_id":153137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16010550654542","imei1":"16010550654542","imei2":"16010550654542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153132,"job_number":"JOB_153132","tr_customer_id":153149,"tr_customer_product_id":153139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:26.000Z","modified_at":"2026-01-13T03:51:26.000Z","name":"Callie Christiansen","mobile_number":"444-371-4512","email_id":"Aniyah_Fahey@hotmail.com","dop":"2025-04-06","serial_number":"17713763706513330","imei1":"17713763706513330","imei2":"17713763706513330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153134,"job_number":"JOB_153134","tr_customer_id":153151,"tr_customer_product_id":153141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18716729802145","imei1":"18716729802145","imei2":"18716729802145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153138,"job_number":"JOB_153138","tr_customer_id":153155,"tr_customer_product_id":153145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Alvis Cartwright","mobile_number":"529-857-4653","email_id":"Nina_Durgan@hotmail.com","dop":"2025-04-06","serial_number":"13116854987603646","imei1":"13116854987603646","imei2":"13116854987603646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153139,"job_number":"JOB_153139","tr_customer_id":153156,"tr_customer_product_id":153146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:30.000Z","modified_at":"2026-01-13T03:51:30.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14023860338983","imei1":"14023860338983","imei2":"14023860338983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153141,"job_number":"JOB_153141","tr_customer_id":153158,"tr_customer_product_id":153148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:31.000Z","modified_at":"2026-01-13T03:51:31.000Z","name":"Lori O'Keefe","mobile_number":"466-664-1135","email_id":"Ona_Christiansen@hotmail.com","dop":"2025-04-06","serial_number":"17437709589776542","imei1":"17437709589776542","imei2":"17437709589776542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153142,"job_number":"JOB_153142","tr_customer_id":153159,"tr_customer_product_id":153149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:35.000Z","modified_at":"2026-01-13T03:51:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13593104213416","imei1":"13593104213416","imei2":"13593104213416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153144,"job_number":"JOB_153144","tr_customer_id":153161,"tr_customer_product_id":153151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:36.000Z","modified_at":"2026-01-13T03:51:36.000Z","name":"Consuelo Schuster","mobile_number":"901-743-1013","email_id":"Fabian82@hotmail.com","dop":"2025-04-06","serial_number":"12261540853864804","imei1":"12261540853864804","imei2":"12261540853864804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153148,"job_number":"JOB_153148","tr_customer_id":153165,"tr_customer_product_id":153155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:39.000Z","modified_at":"2026-01-13T03:51:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17475014846148","imei1":"17475014846148","imei2":"17475014846148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153150,"job_number":"JOB_153150","tr_customer_id":153167,"tr_customer_product_id":153157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:41.000Z","modified_at":"2026-01-13T03:51:41.000Z","name":"Elwyn Leffler","mobile_number":"327-674-7261","email_id":"Dina5@hotmail.com","dop":"2025-04-06","serial_number":"16511833796415536","imei1":"16511833796415536","imei2":"16511833796415536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153151,"job_number":"JOB_153151","tr_customer_id":153168,"tr_customer_product_id":153158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10130165355224","imei1":"10130165355224","imei2":"10130165355224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153152,"job_number":"JOB_153152","tr_customer_id":153169,"tr_customer_product_id":153159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11115597249717","imei1":"11115597249717","imei2":"11115597249717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153155,"job_number":"JOB_153155","tr_customer_id":153172,"tr_customer_product_id":153162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:04.000Z","modified_at":"2026-01-13T03:52:04.000Z","name":"Elyse Kutch","mobile_number":"645-761-8893","email_id":"Priscilla.Witting@hotmail.com","dop":"2025-04-06","serial_number":"18340930470477076","imei1":"18340930470477076","imei2":"18340930470477076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153156,"job_number":"JOB_153156","tr_customer_id":153173,"tr_customer_product_id":153163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:05.000Z","modified_at":"2026-01-13T03:52:05.000Z","name":"Oleta Emard","mobile_number":"222-876-0291","email_id":"Kylee.Mann@hotmail.com","dop":"2025-04-06","serial_number":"18636482248472350","imei1":"18636482248472350","imei2":"18636482248472350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153157,"job_number":"JOB_153157","tr_customer_id":153174,"tr_customer_product_id":153164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:07.000Z","modified_at":"2026-01-13T03:52:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13985051678366","imei1":"13985051678366","imei2":"13985051678366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153159,"job_number":"JOB_153159","tr_customer_id":153176,"tr_customer_product_id":153166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:08.000Z","modified_at":"2026-01-13T03:52:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17578726537565","imei1":"17578726537565","imei2":"17578726537565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153161,"job_number":"JOB_153161","tr_customer_id":153178,"tr_customer_product_id":153168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:09.000Z","modified_at":"2026-01-13T03:52:09.000Z","name":"Ezekiel Lindgren","mobile_number":"377-339-2399","email_id":"Zora43@hotmail.com","dop":"2025-04-06","serial_number":"17446845544872254","imei1":"17446845544872254","imei2":"17446845544872254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153162,"job_number":"JOB_153162","tr_customer_id":153179,"tr_customer_product_id":153169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10052525619475","imei1":"10052525619475","imei2":"10052525619475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153163,"job_number":"JOB_153163","tr_customer_id":153180,"tr_customer_product_id":153170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"Oscar Rutherford","mobile_number":"365-219-5809","email_id":"Betsy32@gmail.com","dop":"2025-04-06","serial_number":"14954681092067464","imei1":"14954681092067464","imei2":"14954681092067464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153167,"job_number":"JOB_153167","tr_customer_id":153184,"tr_customer_product_id":153174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Nico Moen","mobile_number":"854-383-0204","email_id":"Linwood.Dickinson@yahoo.com","dop":"2025-04-06","serial_number":"14097674512720782","imei1":"14097674512720782","imei2":"14097674512720782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153169,"job_number":"JOB_153169","tr_customer_id":153186,"tr_customer_product_id":153176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:20.000Z","modified_at":"2026-01-13T03:52:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16044510551502","imei1":"16044510551502","imei2":"16044510551502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153171,"job_number":"JOB_153171","tr_customer_id":153188,"tr_customer_product_id":153178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:21.000Z","modified_at":"2026-01-13T03:52:21.000Z","name":"Johnpaul Nitzsche","mobile_number":"207-608-3747","email_id":"Robert.Schimmel87@hotmail.com","dop":"2025-04-06","serial_number":"11100976521545972","imei1":"11100976521545972","imei2":"11100976521545972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153172,"job_number":"JOB_153172","tr_customer_id":153189,"tr_customer_product_id":153179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:25.000Z","modified_at":"2026-01-13T03:59:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30175298275047","imei1":"30175298275047","imei2":"30175298275047","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153173,"job_number":"JOB_153173","tr_customer_id":153190,"tr_customer_product_id":153180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39736907178927","imei1":"39736907178927","imei2":"39736907178927","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153174,"job_number":"JOB_153174","tr_customer_id":153191,"tr_customer_product_id":153181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21407778553161","imei1":"21407778553161","imei2":"21407778553161","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153175,"job_number":"JOB_153175","tr_customer_id":153192,"tr_customer_product_id":153182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62544012041904","imei1":"62544012041904","imei2":"62544012041904","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153176,"job_number":"JOB_153176","tr_customer_id":153193,"tr_customer_product_id":153183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99959134188493","imei1":"99959134188493","imei2":"99959134188493","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153177,"job_number":"JOB_153177","tr_customer_id":153194,"tr_customer_product_id":153184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:27.000Z","modified_at":"2026-01-13T03:59:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"22392790873021","imei1":"22392790873021","imei2":"22392790873021","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153179,"job_number":"JOB_153179","tr_customer_id":153196,"tr_customer_product_id":153186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:55.000Z","modified_at":"2026-01-13T03:59:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51040340604623","imei1":"51040340604623","imei2":"51040340604623","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153180,"job_number":"JOB_153180","tr_customer_id":153197,"tr_customer_product_id":153187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21006414201226","imei1":"21006414201226","imei2":"21006414201226","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153181,"job_number":"JOB_153181","tr_customer_id":153198,"tr_customer_product_id":153188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50056823112746","imei1":"50056823112746","imei2":"50056823112746","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153182,"job_number":"JOB_153182","tr_customer_id":153199,"tr_customer_product_id":153189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93748794197334","imei1":"93748794197334","imei2":"93748794197334","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153183,"job_number":"JOB_153183","tr_customer_id":153200,"tr_customer_product_id":153190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91296671455571","imei1":"91296671455571","imei2":"91296671455571","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153184,"job_number":"JOB_153184","tr_customer_id":153201,"tr_customer_product_id":153191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30364673967097","imei1":"30364673967097","imei2":"30364673967097","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153186,"job_number":"JOB_153186","tr_customer_id":153203,"tr_customer_product_id":153193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:25.000Z","modified_at":"2026-01-13T04:00:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10209990333814","imei1":"10209990333814","imei2":"10209990333814","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153187,"job_number":"JOB_153187","tr_customer_id":153204,"tr_customer_product_id":153194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15049222200872","imei1":"15049222200872","imei2":"15049222200872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153188,"job_number":"JOB_153188","tr_customer_id":153205,"tr_customer_product_id":153195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47543399690737","imei1":"47543399690737","imei2":"47543399690737","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153189,"job_number":"JOB_153189","tr_customer_id":153206,"tr_customer_product_id":153196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"43075571160093","imei1":"43075571160093","imei2":"43075571160093","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153190,"job_number":"JOB_153190","tr_customer_id":153207,"tr_customer_product_id":153197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65833124924632","imei1":"65833124924632","imei2":"65833124924632","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153191,"job_number":"JOB_153191","tr_customer_id":153208,"tr_customer_product_id":153198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:27.000Z","modified_at":"2026-01-13T04:00:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36123112343377","imei1":"36123112343377","imei2":"36123112343377","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153193,"job_number":"JOB_153193","tr_customer_id":153210,"tr_customer_product_id":153200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:49.000Z","modified_at":"2026-01-13T04:23:49.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"172610529232810","imei1":"172610529232810","imei2":"172610529232810","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153195,"job_number":"JOB_153195","tr_customer_id":153212,"tr_customer_product_id":153202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:50.000Z","modified_at":"2026-01-13T04:23:50.000Z","name":"Brennan Grant","mobile_number":"841-700-9396","email_id":"Jed28@yahoo.com","dop":"2025-10-22","serial_number":"1015320496052172","imei1":"1015320496052172","imei2":"1015320496052172","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153196,"job_number":"JOB_153196","tr_customer_id":153213,"tr_customer_product_id":153203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:21.000Z","modified_at":"2026-01-13T04:24:21.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"196369374839931","imei1":"196369374839931","imei2":"196369374839931","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153198,"job_number":"JOB_153198","tr_customer_id":153215,"tr_customer_product_id":153205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:23.000Z","modified_at":"2026-01-13T04:24:23.000Z","name":"Efren Deckow","mobile_number":"879-726-6721","email_id":"Bennie_Crist60@gmail.com","dop":"2025-10-22","serial_number":"1027657902913303","imei1":"1027657902913303","imei2":"1027657902913303","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153201,"job_number":"JOB_153201","tr_customer_id":153218,"tr_customer_product_id":153208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:53.000Z","modified_at":"2026-01-13T04:24:53.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"125791411203086","imei1":"125791411203086","imei2":"125791411203086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153203,"job_number":"JOB_153203","tr_customer_id":153220,"tr_customer_product_id":153210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:54.000Z","modified_at":"2026-01-13T04:24:54.000Z","name":"Ramona Ledner","mobile_number":"997-943-0364","email_id":"Walton_Schultz12@yahoo.com","dop":"2025-10-22","serial_number":"1014941016516362","imei1":"1014941016516362","imei2":"1014941016516362","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153205,"job_number":"JOB_153205","tr_customer_id":153222,"tr_customer_product_id":153212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:29:36.000Z","modified_at":"2026-01-13T04:29:36.000Z","name":"Sigurd Hansen","mobile_number":"369-653-0024","email_id":"Kaya.Ryan71@hotmail.com","dop":"2025-04-06","serial_number":"14806398941573048","imei1":"14806398941573048","imei2":"14806398941573048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153206,"job_number":"JOB_153206","tr_customer_id":153223,"tr_customer_product_id":153213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:12.000Z","modified_at":"2026-01-13T04:36:12.000Z","name":"Kailey Hermiston","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"127217837454338","imei1":"127217837454338","imei2":"127217837454338","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153207,"job_number":"JOB_153207","tr_customer_id":153224,"tr_customer_product_id":153214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:45.000Z","modified_at":"2026-01-13T04:36:45.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"93723787000779","imei1":"93723787000779","imei2":"93723787000779","popurl":"2026-01-03T04:36:45.085377771Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153208,"job_number":"JOB_153208","tr_customer_id":153225,"tr_customer_product_id":153215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:37:12.000Z","modified_at":"2026-01-13T04:37:12.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"76112773586133","imei1":"76112773586133","imei2":"76112773586133","popurl":"2026-01-03T04:37:11.995408367Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153209,"job_number":"JOB_153209","tr_customer_id":153226,"tr_customer_product_id":153216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:44:49.000Z","modified_at":"2026-01-13T04:44:49.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"107163902252086","imei1":"107163902252086","imei2":"107163902252086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153210,"job_number":"JOB_153210","tr_customer_id":153227,"tr_customer_product_id":153217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:12.000Z","modified_at":"2026-01-13T04:45:12.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"183484091925795","imei1":"183484091925795","imei2":"183484091925795","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153212,"job_number":"JOB_153212","tr_customer_id":153229,"tr_customer_product_id":153219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:14.000Z","modified_at":"2026-01-13T04:45:14.000Z","name":"Giles Gibson","mobile_number":"419-212-5365","email_id":"Otha_Sawayn@yahoo.com","dop":"2025-10-22","serial_number":"1036299542913658","imei1":"1036299542913658","imei2":"1036299542913658","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153213,"job_number":"JOB_153213","tr_customer_id":153230,"tr_customer_product_id":153220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:45.000Z","modified_at":"2026-01-13T04:45:45.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"172432575893510","imei1":"172432575893510","imei2":"172432575893510","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153215,"job_number":"JOB_153215","tr_customer_id":153232,"tr_customer_product_id":153222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:47.000Z","modified_at":"2026-01-13T04:45:47.000Z","name":"Maybelle Kris","mobile_number":"645-731-4700","email_id":"Horacio_Gottlieb@hotmail.com","dop":"2025-10-22","serial_number":"1051173146041751","imei1":"1051173146041751","imei2":"1051173146041751","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153216,"job_number":"JOB_153216","tr_customer_id":153233,"tr_customer_product_id":153223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:02.000Z","modified_at":"2026-01-13T04:46:02.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"105388920262325","imei1":"105388920262325","imei2":"105388920262325","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153218,"job_number":"JOB_153218","tr_customer_id":153235,"tr_customer_product_id":153225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:14.000Z","modified_at":"2026-01-13T04:46:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103271004910804","imei1":"103271004910804","imei2":"103271004910804","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153220,"job_number":"JOB_153220","tr_customer_id":153237,"tr_customer_product_id":153227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:19.000Z","modified_at":"2026-01-13T04:46:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"121531535585656","imei1":"121531535585656","imei2":"121531535585656","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153222,"job_number":"JOB_153222","tr_customer_id":153239,"tr_customer_product_id":153229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:21.000Z","modified_at":"2026-01-13T04:46:21.000Z","name":"Morris Morissette","mobile_number":"933-453-8654","email_id":"Hank_DAmore43@hotmail.com","dop":"2025-10-22","serial_number":"1055933553979311","imei1":"1055933553979311","imei2":"1055933553979311","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153223,"job_number":"JOB_153223","tr_customer_id":153240,"tr_customer_product_id":153230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:17.000Z","modified_at":"2026-01-13T04:52:17.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"104773064761836","imei1":"104773064761836","imei2":"104773064761836","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153225,"job_number":"JOB_153225","tr_customer_id":153242,"tr_customer_product_id":153232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:19.000Z","modified_at":"2026-01-13T04:52:19.000Z","name":"Enoch Trantow","mobile_number":"596-420-5906","email_id":"Ebba83@hotmail.com","dop":"2025-10-22","serial_number":"1028491311451506","imei1":"1028491311451506","imei2":"1028491311451506","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153226,"job_number":"JOB_153226","tr_customer_id":153243,"tr_customer_product_id":153233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:48.000Z","modified_at":"2026-01-13T04:52:48.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"136460134790317","imei1":"136460134790317","imei2":"136460134790317","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153228,"job_number":"JOB_153228","tr_customer_id":153245,"tr_customer_product_id":153235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:49.000Z","modified_at":"2026-01-13T04:52:49.000Z","name":"Nikko Grant","mobile_number":"218-303-5722","email_id":"Rafaela45@gmail.com","dop":"2025-10-22","serial_number":"1090083597382496","imei1":"1090083597382496","imei2":"1090083597382496","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153229,"job_number":"JOB_153229","tr_customer_id":153246,"tr_customer_product_id":153236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:19.000Z","modified_at":"2026-01-13T04:53:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"185565137752770","imei1":"185565137752770","imei2":"185565137752770","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153231,"job_number":"JOB_153231","tr_customer_id":153248,"tr_customer_product_id":153238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:21.000Z","modified_at":"2026-01-13T04:53:21.000Z","name":"Roxane Effertz","mobile_number":"825-917-4302","email_id":"Nils.Torphy@yahoo.com","dop":"2025-10-22","serial_number":"1053231169461800","imei1":"1053231169461800","imei2":"1053231169461800","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153233,"job_number":"JOB_153233","tr_customer_id":153250,"tr_customer_product_id":153240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:56:49.000Z","modified_at":"2026-01-13T04:56:49.000Z","name":"Davin Nikolaus","mobile_number":"457-593-4561","email_id":"Ricardo4@gmail.com","dop":"2025-04-06","serial_number":"13354455852505362","imei1":"13354455852505362","imei2":"13354455852505362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153235,"job_number":"JOB_153235","tr_customer_id":153252,"tr_customer_product_id":153242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:57:13.000Z","modified_at":"2026-01-13T04:57:13.000Z","name":"Ubaldo Botsford","mobile_number":"907-820-6875","email_id":"Stephan.Ferry9@hotmail.com","dop":"2025-04-06","serial_number":"14765986392064696","imei1":"14765986392064696","imei2":"14765986392064696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153237,"job_number":"JOB_153237","tr_customer_id":153254,"tr_customer_product_id":153244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:58:10.000Z","modified_at":"2026-01-13T04:58:10.000Z","name":"Cyril Tremblay","mobile_number":"979-500-2554","email_id":"Yvette_Marvin45@yahoo.com","dop":"2025-10-22","serial_number":"1056343915380824","imei1":"1056343915380824","imei2":"1056343915380824","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153238,"job_number":"JOB_153238","tr_customer_id":153255,"tr_customer_product_id":153245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:17:06.000Z","modified_at":"2026-01-13T05:17:06.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"161975035492012","imei1":"161975035492012","imei2":"161975035492012","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153239,"job_number":"JOB_153239","tr_customer_id":153256,"tr_customer_product_id":153246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:20:25.000Z","modified_at":"2026-01-13T05:20:25.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135669078592301","imei1":"135669078592301","imei2":"135669078592301","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153240,"job_number":"JOB_153240","tr_customer_id":153257,"tr_customer_product_id":153247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:22:27.000Z","modified_at":"2026-01-13T05:22:27.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"165222760031524","imei1":"165222760031524","imei2":"165222760031524","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:22:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153241,"job_number":"JOB_153241","tr_customer_id":153258,"tr_customer_product_id":153248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:23:15.000Z","modified_at":"2026-01-13T05:23:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"119025367808455","imei1":"119025367808455","imei2":"119025367808455","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153242,"job_number":"JOB_153242","tr_customer_id":153259,"tr_customer_product_id":153249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:24:54.000Z","modified_at":"2026-01-13T05:24:54.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"172136379190305","imei1":"172136379190305","imei2":"172136379190305","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153244,"job_number":"JOB_153244","tr_customer_id":153261,"tr_customer_product_id":153251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:26:53.000Z","modified_at":"2026-01-13T05:26:53.000Z","name":"Trisha Maggio","mobile_number":"509-919-5751","email_id":"Wilber_Ledner76@hotmail.com","dop":"2025-10-22","serial_number":"1060461040571941","imei1":"1060461040571941","imei2":"1060461040571941","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153245,"job_number":"JOB_153245","tr_customer_id":153262,"tr_customer_product_id":153252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:52.000Z","modified_at":"2026-01-13T05:36:52.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"143015094103846","imei1":"143015094103846","imei2":"143015094103846","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153246,"job_number":"JOB_153246","tr_customer_id":153263,"tr_customer_product_id":153253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:59.000Z","modified_at":"2026-01-13T05:36:59.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135706289273509","imei1":"135706289273509","imei2":"135706289273509","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153253,"job_number":"JOB_153253","tr_customer_id":153270,"tr_customer_product_id":153260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:48:59.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"14601550761522","imei1":"14601550761522","imei2":"14601550761522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:48:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153255,"job_number":"JOB_153255","tr_customer_id":153272,"tr_customer_product_id":153262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:00.000Z","modified_at":"2026-01-13T05:49:00.000Z","name":"Theo Harvey","mobile_number":"568-508-9272","email_id":"Georgette.Kiehn53@gmail.com","dop":"2025-04-06","serial_number":"19563600656991784","imei1":"19563600656991784","imei2":"19563600656991784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153256,"job_number":"JOB_153256","tr_customer_id":153273,"tr_customer_product_id":153263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:10.000Z","modified_at":"2026-01-13T05:49:10.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15151051947589","imei1":"15151051947589","imei2":"15151051947589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153258,"job_number":"JOB_153258","tr_customer_id":153275,"tr_customer_product_id":153265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:12.000Z","modified_at":"2026-01-13T05:49:12.000Z","name":"Dashawn Hermann","mobile_number":"366-421-2268","email_id":"Kiara64@yahoo.com","dop":"2025-04-06","serial_number":"10149682355446776","imei1":"10149682355446776","imei2":"10149682355446776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153259,"job_number":"JOB_153259","tr_customer_id":153276,"tr_customer_product_id":153266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:23.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"16502447482263","imei1":"16502447482263","imei2":"16502447482263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153261,"job_number":"JOB_153261","tr_customer_id":153278,"tr_customer_product_id":153268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:24.000Z","modified_at":"2026-01-13T05:52:24.000Z","name":"Chadrick Mante","mobile_number":"577-324-9620","email_id":"Dimitri.Mraz@gmail.com","dop":"2025-04-06","serial_number":"19873372476959810","imei1":"19873372476959810","imei2":"19873372476959810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153262,"job_number":"JOB_153262","tr_customer_id":153279,"tr_customer_product_id":153269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:34.000Z","modified_at":"2026-01-13T05:52:34.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12782726870985","imei1":"12782726870985","imei2":"12782726870985","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153264,"job_number":"JOB_153264","tr_customer_id":153281,"tr_customer_product_id":153271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:36.000Z","modified_at":"2026-01-13T05:52:36.000Z","name":"Pablo Baumbach","mobile_number":"524-424-2119","email_id":"Lauretta_Medhurst82@yahoo.com","dop":"2025-04-06","serial_number":"15876524230180028","imei1":"15876524230180028","imei2":"15876524230180028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153265,"job_number":"JOB_153265","tr_customer_id":153282,"tr_customer_product_id":153272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:46.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10561655597470","imei1":"10561655597470","imei2":"10561655597470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153267,"job_number":"JOB_153267","tr_customer_id":153284,"tr_customer_product_id":153274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:47.000Z","modified_at":"2026-01-13T05:52:47.000Z","name":"Rubie Torp","mobile_number":"589-743-9046","email_id":"William.Jakubowski47@gmail.com","dop":"2025-04-06","serial_number":"16268468770075092","imei1":"16268468770075092","imei2":"16268468770075092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153269,"job_number":"JOB_153269","tr_customer_id":153286,"tr_customer_product_id":153276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:54:15.000Z","modified_at":"2026-01-13T05:54:15.000Z","name":"Vanessa Wintheiser","mobile_number":"930-983-9512","email_id":"Leta63@hotmail.com","dop":"2025-10-22","serial_number":"1068588156351757","imei1":"1068588156351757","imei2":"1068588156351757","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153270,"job_number":"JOB_153270","tr_customer_id":153287,"tr_customer_product_id":153277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:55:54.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12770235651817","imei1":"12770235651817","imei2":"12770235651817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153272,"job_number":"JOB_153272","tr_customer_id":153289,"tr_customer_product_id":153279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:55.000Z","modified_at":"2026-01-13T05:55:55.000Z","name":"Theo Veum","mobile_number":"776-540-0866","email_id":"Audrey_Goodwin80@gmail.com","dop":"2025-04-06","serial_number":"10142298107612374","imei1":"10142298107612374","imei2":"10142298107612374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153273,"job_number":"JOB_153273","tr_customer_id":153290,"tr_customer_product_id":153280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:04.000Z","modified_at":"2026-01-13T05:56:04.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10858996788344","imei1":"10858996788344","imei2":"10858996788344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153275,"job_number":"JOB_153275","tr_customer_id":153292,"tr_customer_product_id":153282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:06.000Z","modified_at":"2026-01-13T05:56:06.000Z","name":"Amir Osinski","mobile_number":"970-757-5171","email_id":"Darrin.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"13668257848654312","imei1":"13668257848654312","imei2":"13668257848654312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153276,"job_number":"JOB_153276","tr_customer_id":153293,"tr_customer_product_id":153283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:15.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15002484387711","imei1":"15002484387711","imei2":"15002484387711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153278,"job_number":"JOB_153278","tr_customer_id":153295,"tr_customer_product_id":153285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:16.000Z","modified_at":"2026-01-13T05:56:16.000Z","name":"Jalon Weissnat","mobile_number":"495-704-3263","email_id":"Eldora_Grimes@gmail.com","dop":"2025-04-06","serial_number":"19511129363463748","imei1":"19511129363463748","imei2":"19511129363463748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153279,"job_number":"JOB_153279","tr_customer_id":153296,"tr_customer_product_id":153286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:57:42.000Z","modified_at":"2026-01-13T05:57:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"178440612464784","imei1":"178440612464784","imei2":"178440612464784","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153280,"job_number":"JOB_153280","tr_customer_id":153297,"tr_customer_product_id":153287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10415522636280","imei1":"10415522636280","imei2":"10415522636280","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153281,"job_number":"JOB_153281","tr_customer_id":153298,"tr_customer_product_id":153288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"Akeem Klein","mobile_number":"392-743-1226","email_id":"Dallin.Daniel@yahoo.com","dop":"2025-09-16","serial_number":"15569093999622","imei1":"15569093999622","imei2":"15569093999622","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153282,"job_number":"JOB_153282","tr_customer_id":153299,"tr_customer_product_id":153289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:32.000Z","modified_at":"2026-01-13T06:01:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17014254994420","imei1":"17014254994420","imei2":"17014254994420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153284,"job_number":"JOB_153284","tr_customer_id":153301,"tr_customer_product_id":153291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:33.000Z","modified_at":"2026-01-13T06:01:33.000Z","name":"April Bernier","mobile_number":"639-900-5352","email_id":"Cicero_Rau@gmail.com","dop":"2025-04-06","serial_number":"16598664835250332","imei1":"16598664835250332","imei2":"16598664835250332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153285,"job_number":"JOB_153285","tr_customer_id":153302,"tr_customer_product_id":153292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:36.000Z","modified_at":"2026-01-13T06:01:36.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17197773438740","imei1":"17197773438740","imei2":"17197773438740","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153286,"job_number":"JOB_153286","tr_customer_id":153303,"tr_customer_product_id":153293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:37.000Z","modified_at":"2026-01-13T06:01:37.000Z","name":"Kaycee Dicki","mobile_number":"563-554-1342","email_id":"Eliza_Morar@hotmail.com","dop":"2025-09-16","serial_number":"19175643689183","imei1":"19175643689183","imei2":"19175643689183","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153287,"job_number":"JOB_153287","tr_customer_id":153304,"tr_customer_product_id":153294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13822937840563","imei1":"13822937840563","imei2":"13822937840563","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153288,"job_number":"JOB_153288","tr_customer_id":153305,"tr_customer_product_id":153295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"Brice Schulist","mobile_number":"322-863-7129","email_id":"Nils44@gmail.com","dop":"2025-09-16","serial_number":"15101747268147","imei1":"15101747268147","imei2":"15101747268147","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153289,"job_number":"JOB_153289","tr_customer_id":153306,"tr_customer_product_id":153296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:16.000Z","modified_at":"2026-01-13T06:02:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14365759410539","imei1":"14365759410539","imei2":"14365759410539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153291,"job_number":"JOB_153291","tr_customer_id":153308,"tr_customer_product_id":153298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Robyn Batz","mobile_number":"508-230-9642","email_id":"Colleen.Lebsack60@gmail.com","dop":"2025-10-22","serial_number":"146189110550573","imei1":"146189110550573","imei2":"146189110550573","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153292,"job_number":"JOB_153292","tr_customer_id":153309,"tr_customer_product_id":153299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Penelope Cassin","mobile_number":"476-737-0431","email_id":"Irving.Mohr@gmail.com","dop":"2025-04-06","serial_number":"18915717971422150","imei1":"18915717971422150","imei2":"18915717971422150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153293,"job_number":"JOB_153293","tr_customer_id":153310,"tr_customer_product_id":153300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:47.000Z","modified_at":"2026-01-13T06:02:47.000Z","name":"Frieda Goodwin","mobile_number":"693-724-8572","email_id":"Torrey.Konopelski39@yahoo.com","dop":"2025-10-22","serial_number":"119775467761062","imei1":"119775467761062","imei2":"119775467761062","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153294,"job_number":"JOB_153294","tr_customer_id":153311,"tr_customer_product_id":153301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:01.000Z","modified_at":"2026-01-13T06:03:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16975009979062","imei1":"16975009979062","imei2":"16975009979062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153296,"job_number":"JOB_153296","tr_customer_id":153313,"tr_customer_product_id":153303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:02.000Z","modified_at":"2026-01-13T06:03:02.000Z","name":"Elinore Leannon","mobile_number":"389-941-6574","email_id":"Doug_Graham99@yahoo.com","dop":"2025-04-06","serial_number":"10764151622346564","imei1":"10764151622346564","imei2":"10764151622346564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153297,"job_number":"JOB_153297","tr_customer_id":153314,"tr_customer_product_id":153304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:35.000Z","modified_at":"2026-01-13T06:03:35.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2026-01-03T06:03:35.052354845Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153298,"job_number":"JOB_153298","tr_customer_id":153315,"tr_customer_product_id":153305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:36.000Z","modified_at":"2026-01-13T06:03:36.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2026-01-03T06:03:35.617489493Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153300,"job_number":"JOB_153300","tr_customer_id":153317,"tr_customer_product_id":153307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:17.000Z","modified_at":"2026-01-13T06:04:17.000Z","name":"Harold Daugherty","mobile_number":"422-762-8791","email_id":"Mason21@yahoo.com","dop":"2025-10-22","serial_number":"1014646778342944","imei1":"1014646778342944","imei2":"1014646778342944","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153301,"job_number":"JOB_153301","tr_customer_id":153318,"tr_customer_product_id":153308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:38.000Z","modified_at":"2026-01-13T06:04:38.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12268244399874","imei1":"12268244399874","imei2":"12268244399874","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153303,"job_number":"JOB_153303","tr_customer_id":153320,"tr_customer_product_id":153310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:40.000Z","modified_at":"2026-01-13T06:04:40.000Z","name":"Zackery Reichel","mobile_number":"515-744-2425","email_id":"Jordon_Denesik@hotmail.com","dop":"2025-04-06","serial_number":"12863285320508118","imei1":"12863285320508118","imei2":"12863285320508118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153304,"job_number":"JOB_153304","tr_customer_id":153321,"tr_customer_product_id":153311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:22.000Z","modified_at":"2026-01-13T06:05:22.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17274175270779","imei1":"17274175270779","imei2":"17274175270779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153306,"job_number":"JOB_153306","tr_customer_id":153323,"tr_customer_product_id":153313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:23.000Z","modified_at":"2026-01-13T06:05:23.000Z","name":"Justen Rowe","mobile_number":"783-495-7409","email_id":"Ashleigh_Macejkovic@gmail.com","dop":"2025-04-06","serial_number":"18837100737248520","imei1":"18837100737248520","imei2":"18837100737248520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153307,"job_number":"JOB_153307","tr_customer_id":153324,"tr_customer_product_id":153314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:01.000Z","modified_at":"2026-01-13T06:06:01.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14704300265370","imei1":"14704300265370","imei2":"14704300265370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153309,"job_number":"JOB_153309","tr_customer_id":153326,"tr_customer_product_id":153316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:02.000Z","modified_at":"2026-01-13T06:06:02.000Z","name":"Landen Brakus","mobile_number":"715-741-1690","email_id":"Demario63@gmail.com","dop":"2025-04-06","serial_number":"14424858794371792","imei1":"14424858794371792","imei2":"14424858794371792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153310,"job_number":"JOB_153310","tr_customer_id":153327,"tr_customer_product_id":153317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:13:47.000Z","modified_at":"2026-01-13T06:13:47.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-03","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-03T06:13:46.881874Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:13:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153327,"job_number":"JOB_153327","tr_customer_id":153344,"tr_customer_product_id":153334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:49.000Z","modified_at":"2026-01-13T06:21:49.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10336844726187","imei1":"10336844726187","imei2":"10336844726187","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153329,"job_number":"JOB_153329","tr_customer_id":153346,"tr_customer_product_id":153336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:50.000Z","modified_at":"2026-01-13T06:21:50.000Z","name":"Carissa Gerhold","mobile_number":"947-564-7275","email_id":"Reanna69@gmail.com","dop":"2025-06-18","serial_number":"1077181388124335","imei1":"1077181388124335","imei2":"1077181388124335","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153330,"job_number":"JOB_153330","tr_customer_id":153347,"tr_customer_product_id":153337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:33.000Z","modified_at":"2026-01-13T06:22:33.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10565054783146","imei1":"10565054783146","imei2":"10565054783146","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153332,"job_number":"JOB_153332","tr_customer_id":153349,"tr_customer_product_id":153339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:34.000Z","modified_at":"2026-01-13T06:22:34.000Z","name":"Marion Walsh","mobile_number":"377-301-7681","email_id":"Camylle.Rice@gmail.com","dop":"2025-06-18","serial_number":"1051139741247594","imei1":"1051139741247594","imei2":"1051139741247594","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153333,"job_number":"JOB_153333","tr_customer_id":153350,"tr_customer_product_id":153340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Alvena Lemke","mobile_number":"650-434-0670","email_id":"Zoey11@hotmail.com","dop":"2025-09-09","serial_number":"19680804035961","imei1":"19680804035961","imei2":"19680804035961","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153334,"job_number":"JOB_153334","tr_customer_id":153351,"tr_customer_product_id":153341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Rogelio Berge","mobile_number":"668-436-1530","email_id":"Sandy_Schuster70@gmail.com","dop":"2025-09-09","serial_number":"12555831927229","imei1":"12555831927229","imei2":"12555831927229","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153336,"job_number":"JOB_153336","tr_customer_id":153353,"tr_customer_product_id":153343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Tobin Satterfield","mobile_number":"425-731-6292","email_id":"Sam_Hodkiewicz@hotmail.com","dop":"2025-09-09","serial_number":"13037333653986","imei1":"13037333653986","imei2":"13037333653986","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153337,"job_number":"JOB_153337","tr_customer_id":153354,"tr_customer_product_id":153344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Oswald Ondricka","mobile_number":"853-993-0322","email_id":"Aric55@gmail.com","dop":"2025-09-09","serial_number":"12394674407704","imei1":"12394674407704","imei2":"12394674407704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153339,"job_number":"JOB_153339","tr_customer_id":153356,"tr_customer_product_id":153346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Jazlyn Hickle","mobile_number":"243-414-4689","email_id":"Lupe17@yahoo.com","dop":"2025-09-09","serial_number":"17305848009503","imei1":"17305848009503","imei2":"17305848009503","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153340,"job_number":"JOB_153340","tr_customer_id":153357,"tr_customer_product_id":153347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Damian Cartwright","mobile_number":"550-940-1210","email_id":"Santiago88@hotmail.com","dop":"2025-09-09","serial_number":"12110917290357","imei1":"12110917290357","imei2":"12110917290357","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153342,"job_number":"JOB_153342","tr_customer_id":153359,"tr_customer_product_id":153349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:18.000Z","modified_at":"2026-01-13T06:26:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18859951171375","imei1":"18859951171375","imei2":"18859951171375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153344,"job_number":"JOB_153344","tr_customer_id":153361,"tr_customer_product_id":153351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:19.000Z","modified_at":"2026-01-13T06:26:19.000Z","name":"Rosemarie Paucek","mobile_number":"545-302-6204","email_id":"Della57@yahoo.com","dop":"2025-04-06","serial_number":"12852159785857304","imei1":"12852159785857304","imei2":"12852159785857304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153345,"job_number":"JOB_153345","tr_customer_id":153362,"tr_customer_product_id":153352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:59.000Z","modified_at":"2026-01-13T06:26:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10527505146561","imei1":"10527505146561","imei2":"10527505146561","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153347,"job_number":"JOB_153347","tr_customer_id":153364,"tr_customer_product_id":153354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:01.000Z","modified_at":"2026-01-13T06:27:01.000Z","name":"Aubrey Goodwin","mobile_number":"919-250-7371","email_id":"Edna22@hotmail.com","dop":"2025-04-06","serial_number":"18269692544653800","imei1":"18269692544653800","imei2":"18269692544653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153348,"job_number":"JOB_153348","tr_customer_id":153365,"tr_customer_product_id":153355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:40.000Z","modified_at":"2026-01-13T06:27:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17291009450595","imei1":"17291009450595","imei2":"17291009450595","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153350,"job_number":"JOB_153350","tr_customer_id":153367,"tr_customer_product_id":153357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:41.000Z","modified_at":"2026-01-13T06:27:41.000Z","name":"Daryl Dietrich","mobile_number":"679-877-0207","email_id":"Adelbert5@hotmail.com","dop":"2025-04-06","serial_number":"19070192069252350","imei1":"19070192069252350","imei2":"19070192069252350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153352,"job_number":"JOB_153352","tr_customer_id":153369,"tr_customer_product_id":153359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:46.000Z","modified_at":"2026-01-13T06:27:46.000Z","name":"Telly Langworth","mobile_number":"946-252-3101","email_id":"Ellsworth_Adams22@yahoo.com","dop":"2025-04-06","serial_number":"12031316829551564","imei1":"12031316829551564","imei2":"12031316829551564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153355,"job_number":"JOB_153355","tr_customer_id":153372,"tr_customer_product_id":153362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:06.000Z","modified_at":"2026-01-13T06:29:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17887383653421","imei1":"17887383653421","imei2":"17887383653421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153357,"job_number":"JOB_153357","tr_customer_id":153374,"tr_customer_product_id":153364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:07.000Z","modified_at":"2026-01-13T06:29:07.000Z","name":"Louisa Rodriguez","mobile_number":"663-904-4065","email_id":"Rodrigo.Hand13@gmail.com","dop":"2025-04-06","serial_number":"18551667092990812","imei1":"18551667092990812","imei2":"18551667092990812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153359,"job_number":"JOB_153359","tr_customer_id":153376,"tr_customer_product_id":153366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:45.000Z","modified_at":"2026-01-13T06:29:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17949174685515","imei1":"17949174685515","imei2":"17949174685515","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153361,"job_number":"JOB_153361","tr_customer_id":153378,"tr_customer_product_id":153368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:46.000Z","modified_at":"2026-01-13T06:29:46.000Z","name":"Thurman Reichel","mobile_number":"914-602-2292","email_id":"Darrel.Walter@yahoo.com","dop":"2025-04-06","serial_number":"13011199722601872","imei1":"13011199722601872","imei2":"13011199722601872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153362,"job_number":"JOB_153362","tr_customer_id":153379,"tr_customer_product_id":153369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:24.000Z","modified_at":"2026-01-13T06:30:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10421878084399","imei1":"10421878084399","imei2":"10421878084399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153364,"job_number":"JOB_153364","tr_customer_id":153381,"tr_customer_product_id":153371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:25.000Z","modified_at":"2026-01-13T06:30:25.000Z","name":"Molly Veum","mobile_number":"555-217-6666","email_id":"Nash.Miller@yahoo.com","dop":"2025-04-06","serial_number":"19240704685234056","imei1":"19240704685234056","imei2":"19240704685234056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153366,"job_number":"JOB_153366","tr_customer_id":153383,"tr_customer_product_id":153373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:25.000Z","modified_at":"2026-01-13T06:33:25.000Z","name":"Brayan Lynch","mobile_number":"543-265-9508","email_id":"Myriam59@hotmail.com","dop":"2025-04-06","serial_number":"12670510371516634","imei1":"12670510371516634","imei2":"12670510371516634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153367,"job_number":"JOB_153367","tr_customer_id":153384,"tr_customer_product_id":153374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:51.000Z","modified_at":"2026-01-13T06:33:51.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"18626661440596","imei1":"18626661440596","imei2":"18626661440596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153369,"job_number":"JOB_153369","tr_customer_id":153386,"tr_customer_product_id":153376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:02.000Z","modified_at":"2026-01-13T06:34:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797117996959","imei1":"12797117996959","imei2":"12797117996959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153371,"job_number":"JOB_153371","tr_customer_id":153388,"tr_customer_product_id":153378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:03.000Z","modified_at":"2026-01-13T06:34:03.000Z","name":"Isaiah Schaden","mobile_number":"683-699-8668","email_id":"Serena_Cole@hotmail.com","dop":"2025-04-06","serial_number":"16075224579808756","imei1":"16075224579808756","imei2":"16075224579808756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153372,"job_number":"JOB_153372","tr_customer_id":153389,"tr_customer_product_id":153379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:20.000Z","modified_at":"2026-01-13T06:34:20.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12174947098728","imei1":"12174947098728","imei2":"12174947098728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153374,"job_number":"JOB_153374","tr_customer_id":153391,"tr_customer_product_id":153381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:22.000Z","modified_at":"2026-01-13T06:34:22.000Z","name":"Marcella Herman","mobile_number":"202-454-9766","email_id":"Yesenia_Halvorson@gmail.com","dop":"2025-04-06","serial_number":"15013812619606148","imei1":"15013812619606148","imei2":"15013812619606148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153378,"job_number":"JOB_153378","tr_customer_id":153395,"tr_customer_product_id":153385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:35.000Z","modified_at":"2026-01-13T06:34:35.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"12223648626349","imei1":"12223648626349","imei2":"12223648626349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153380,"job_number":"JOB_153380","tr_customer_id":153397,"tr_customer_product_id":153387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:41.000Z","modified_at":"2026-01-13T06:34:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13558591334748","imei1":"13558591334748","imei2":"13558591334748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153382,"job_number":"JOB_153382","tr_customer_id":153399,"tr_customer_product_id":153389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"115622991148787","imei1":"115622991148787","imei2":"115622991148787","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153383,"job_number":"JOB_153383","tr_customer_id":153400,"tr_customer_product_id":153390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Francisca Littel","mobile_number":"714-867-2230","email_id":"Jaren_Hayes44@yahoo.com","dop":"2025-04-06","serial_number":"17499193125431096","imei1":"17499193125431096","imei2":"17499193125431096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153385,"job_number":"JOB_153385","tr_customer_id":153402,"tr_customer_product_id":153392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:44.000Z","modified_at":"2026-01-13T06:34:44.000Z","name":"Fatima Gleichner","mobile_number":"207-611-9731","email_id":"Asha.Dach@yahoo.com","dop":"2025-10-22","serial_number":"1025322667138398","imei1":"1025322667138398","imei2":"1025322667138398","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153390,"job_number":"JOB_153390","tr_customer_id":153407,"tr_customer_product_id":153397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:09.000Z","modified_at":"2026-01-13T06:35:09.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10192687973073","imei1":"10192687973073","imei2":"10192687973073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153392,"job_number":"JOB_153392","tr_customer_id":153409,"tr_customer_product_id":153399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:11.000Z","modified_at":"2026-01-13T06:35:11.000Z","name":"Roselyn Dickinson","mobile_number":"328-244-6622","email_id":"Edyth_Lebsack@hotmail.com","dop":"2025-04-06","serial_number":"17186626718510722","imei1":"17186626718510722","imei2":"17186626718510722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153393,"job_number":"JOB_153393","tr_customer_id":153410,"tr_customer_product_id":153400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:18.000Z","modified_at":"2026-01-13T06:35:18.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"14309726416255","imei1":"14309726416255","imei2":"14309726416255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153395,"job_number":"JOB_153395","tr_customer_id":153412,"tr_customer_product_id":153402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:19.000Z","modified_at":"2026-01-13T06:35:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13881171132274","imei1":"13881171132274","imei2":"13881171132274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153397,"job_number":"JOB_153397","tr_customer_id":153414,"tr_customer_product_id":153404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:20.000Z","modified_at":"2026-01-13T06:35:20.000Z","name":"Forest Brown","mobile_number":"803-337-0806","email_id":"Angelo.Baumbach@gmail.com","dop":"2025-04-06","serial_number":"15711283115032536","imei1":"15711283115032536","imei2":"15711283115032536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153398,"job_number":"JOB_153398","tr_customer_id":153415,"tr_customer_product_id":153405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:35.000Z","modified_at":"2026-01-13T06:35:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14906925255648","imei1":"14906925255648","imei2":"14906925255648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153400,"job_number":"JOB_153400","tr_customer_id":153417,"tr_customer_product_id":153407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:37.000Z","modified_at":"2026-01-13T06:35:37.000Z","name":"Casimer Rau","mobile_number":"215-342-8734","email_id":"Kenna73@hotmail.com","dop":"2025-04-06","serial_number":"19496350485434544","imei1":"19496350485434544","imei2":"19496350485434544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153401,"job_number":"JOB_153401","tr_customer_id":153418,"tr_customer_product_id":153408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:41.000Z","modified_at":"2026-01-13T06:35:41.000Z","name":"Ashiq khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"181121931280099","imei1":"181121931280099","imei2":"181121931280099","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153403,"job_number":"JOB_153403","tr_customer_id":153420,"tr_customer_product_id":153410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:43.000Z","modified_at":"2026-01-13T06:35:43.000Z","name":"Aylin Kris","mobile_number":"223-877-5221","email_id":"Kayla_Treutel92@yahoo.com","dop":"2025-10-22","serial_number":"1096402720268648","imei1":"1096402720268648","imei2":"1096402720268648","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153407,"job_number":"JOB_153407","tr_customer_id":153424,"tr_customer_product_id":153414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:58.000Z","modified_at":"2026-01-13T06:35:58.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19843566021029","imei1":"19843566021029","imei2":"19843566021029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153409,"job_number":"JOB_153409","tr_customer_id":153426,"tr_customer_product_id":153416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:59.000Z","modified_at":"2026-01-13T06:35:59.000Z","name":"Aliyah Mitchell","mobile_number":"947-860-5150","email_id":"Carli.Harvey58@hotmail.com","dop":"2025-04-06","serial_number":"10134312447276504","imei1":"10134312447276504","imei2":"10134312447276504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153410,"job_number":"JOB_153410","tr_customer_id":153427,"tr_customer_product_id":153417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:20.000Z","modified_at":"2026-01-13T06:36:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12532377438466","imei1":"12532377438466","imei2":"12532377438466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153412,"job_number":"JOB_153412","tr_customer_id":153429,"tr_customer_product_id":153419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:22.000Z","modified_at":"2026-01-13T06:36:22.000Z","name":"Rozella Schoen","mobile_number":"495-804-7754","email_id":"Stephon_Dicki@yahoo.com","dop":"2025-04-06","serial_number":"12679789341247674","imei1":"12679789341247674","imei2":"12679789341247674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153413,"job_number":"JOB_153413","tr_customer_id":153430,"tr_customer_product_id":153420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:24.000Z","modified_at":"2026-01-13T06:36:24.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"166320133855729","imei1":"166320133855729","imei2":"166320133855729","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153416,"job_number":"JOB_153416","tr_customer_id":153433,"tr_customer_product_id":153423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:26.000Z","modified_at":"2026-01-13T06:36:26.000Z","name":"Erica Walsh","mobile_number":"319-903-4291","email_id":"Keon_Grant42@gmail.com","dop":"2025-10-22","serial_number":"1022549045064815","imei1":"1022549045064815","imei2":"1022549045064815","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153419,"job_number":"JOB_153419","tr_customer_id":153436,"tr_customer_product_id":153426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:06.000Z","modified_at":"2026-01-13T06:37:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18035179744807","imei1":"18035179744807","imei2":"18035179744807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153421,"job_number":"JOB_153421","tr_customer_id":153438,"tr_customer_product_id":153428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:08.000Z","modified_at":"2026-01-13T06:37:08.000Z","name":"Elton Daugherty","mobile_number":"859-218-8312","email_id":"Barton_Reilly@gmail.com","dop":"2025-04-06","serial_number":"11313420214238194","imei1":"11313420214238194","imei2":"11313420214238194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153422,"job_number":"JOB_153422","tr_customer_id":153439,"tr_customer_product_id":153429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:36.000Z","modified_at":"2026-01-13T06:40:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17535175495540","imei1":"17535175495540","imei2":"17535175495540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153424,"job_number":"JOB_153424","tr_customer_id":153441,"tr_customer_product_id":153431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:38.000Z","modified_at":"2026-01-13T06:40:38.000Z","name":"Michele Fadel","mobile_number":"485-280-0952","email_id":"Naomie.Armstrong5@yahoo.com","dop":"2025-04-06","serial_number":"13357762284738180","imei1":"13357762284738180","imei2":"13357762284738180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153425,"job_number":"JOB_153425","tr_customer_id":153442,"tr_customer_product_id":153432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:29.000Z","modified_at":"2026-01-13T06:41:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16293684663073","imei1":"16293684663073","imei2":"16293684663073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153427,"job_number":"JOB_153427","tr_customer_id":153444,"tr_customer_product_id":153434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:30.000Z","modified_at":"2026-01-13T06:41:30.000Z","name":"Willa Deckow","mobile_number":"290-537-1272","email_id":"Tanner.Nolan@hotmail.com","dop":"2025-04-06","serial_number":"10865604647974306","imei1":"10865604647974306","imei2":"10865604647974306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153429,"job_number":"JOB_153429","tr_customer_id":153446,"tr_customer_product_id":153436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:44.000Z","modified_at":"2026-01-13T06:41:44.000Z","name":"Otto Ward","mobile_number":"457-604-0207","email_id":"Alex87@yahoo.com","dop":"2025-04-06","serial_number":"19627713621514290","imei1":"19627713621514290","imei2":"19627713621514290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153431,"job_number":"JOB_153431","tr_customer_id":153448,"tr_customer_product_id":153438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:58.000Z","modified_at":"2026-01-13T06:41:58.000Z","name":"Sidney Rath","mobile_number":"601-411-1665","email_id":"Lorine.Reinger@gmail.com","dop":"2025-04-06","serial_number":"13708697357119920","imei1":"13708697357119920","imei2":"13708697357119920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153432,"job_number":"JOB_153432","tr_customer_id":153449,"tr_customer_product_id":153439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:16.000Z","modified_at":"2026-01-13T06:42:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12663480145504","imei1":"12663480145504","imei2":"12663480145504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153434,"job_number":"JOB_153434","tr_customer_id":153451,"tr_customer_product_id":153441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:18.000Z","modified_at":"2026-01-13T06:42:18.000Z","name":"Asha Konopelski","mobile_number":"704-491-9183","email_id":"Lukas_Effertz87@yahoo.com","dop":"2025-04-06","serial_number":"14830881497778844","imei1":"14830881497778844","imei2":"14830881497778844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153439,"job_number":"JOB_153439","tr_customer_id":153456,"tr_customer_product_id":153446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:30.000Z","modified_at":"2026-01-13T06:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13335342852575","imei1":"13335342852575","imei2":"13335342852575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153442,"job_number":"JOB_153442","tr_customer_id":153459,"tr_customer_product_id":153449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Jerel Huels","mobile_number":"941-536-9895","email_id":"Vinnie_Bayer@hotmail.com","dop":"2025-04-06","serial_number":"11246406938412776","imei1":"11246406938412776","imei2":"11246406938412776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153443,"job_number":"JOB_153443","tr_customer_id":153460,"tr_customer_product_id":153450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Kirstin Kohler","mobile_number":"384-304-7801","email_id":"Murray.Ortiz65@gmail.com","dop":"2025-04-06","serial_number":"19843988441614216","imei1":"19843988441614216","imei2":"19843988441614216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153444,"job_number":"JOB_153444","tr_customer_id":153461,"tr_customer_product_id":153451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:17.000Z","modified_at":"2026-01-13T06:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10893295769409","imei1":"10893295769409","imei2":"10893295769409","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153446,"job_number":"JOB_153446","tr_customer_id":153463,"tr_customer_product_id":153453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:19.000Z","modified_at":"2026-01-13T06:48:19.000Z","name":"Parker Jakubowski","mobile_number":"952-465-2758","email_id":"Dakota_Ledner10@hotmail.com","dop":"2025-04-06","serial_number":"12311975918017010","imei1":"12311975918017010","imei2":"12311975918017010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153447,"job_number":"JOB_153447","tr_customer_id":153464,"tr_customer_product_id":153454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:03.000Z","modified_at":"2026-01-13T06:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13169385017653","imei1":"13169385017653","imei2":"13169385017653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153449,"job_number":"JOB_153449","tr_customer_id":153466,"tr_customer_product_id":153456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:05.000Z","modified_at":"2026-01-13T06:49:05.000Z","name":"Savannah McCullough","mobile_number":"667-299-8593","email_id":"Nico.Parker@hotmail.com","dop":"2025-04-06","serial_number":"11764441752405088","imei1":"11764441752405088","imei2":"11764441752405088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153450,"job_number":"JOB_153450","tr_customer_id":153467,"tr_customer_product_id":153457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Giri Iyengar","mobile_number":"7046840199","email_id":"devajyoti.jain@hotmail.com","dop":"2026-01-03","serial_number":"178243689739422","imei1":"178243689739422","imei2":"178243689739422","popurl":"www.bhadra-dwivedi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153451,"job_number":"JOB_153451","tr_customer_id":153468,"tr_customer_product_id":153458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Tanya Varrier","mobile_number":"7017488671","email_id":"abani.chaturvedi@gmail.com","dop":"2026-01-03","serial_number":"559635736216011","imei1":"559635736216011","imei2":"559635736216011","popurl":"www.aayushmaan-menon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153452,"job_number":"JOB_153452","tr_customer_id":153469,"tr_customer_product_id":153459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.511179290Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153453,"job_number":"JOB_153453","tr_customer_id":153470,"tr_customer_product_id":153460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.528382776Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153454,"job_number":"JOB_153454","tr_customer_id":153471,"tr_customer_product_id":153461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153455,"job_number":"JOB_153455","tr_customer_id":153472,"tr_customer_product_id":153462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153456,"job_number":"JOB_153456","tr_customer_id":153473,"tr_customer_product_id":153463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153457,"job_number":"JOB_153457","tr_customer_id":153474,"tr_customer_product_id":153464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153458,"job_number":"JOB_153458","tr_customer_id":153475,"tr_customer_product_id":153465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:00:31.000Z","modified_at":"2026-01-13T07:00:31.000Z","name":"Nova Koss","mobile_number":"239-334-5085","email_id":"Zane_Wilderman@gmail.com","dop":"2025-10-22","serial_number":"150491293341920","imei1":"150491293341920","imei2":"150491293341920","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153459,"job_number":"JOB_153459","tr_customer_id":153476,"tr_customer_product_id":153466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:25.000Z","modified_at":"2026-01-13T07:01:25.000Z","name":"Garnet Ebert","mobile_number":"351-222-7222","email_id":"Roger_Hammes@yahoo.com","dop":"2025-10-22","serial_number":"106917328565507","imei1":"106917328565507","imei2":"106917328565507","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153461,"job_number":"JOB_153461","tr_customer_id":153478,"tr_customer_product_id":153468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:27.000Z","modified_at":"2026-01-13T07:01:27.000Z","name":"Elmira Stokes","mobile_number":"698-394-4383","email_id":"Dangelo.Greenholt87@hotmail.com","dop":"2025-04-06","serial_number":"15247447049429286","imei1":"15247447049429286","imei2":"15247447049429286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153462,"job_number":"JOB_153462","tr_customer_id":153479,"tr_customer_product_id":153469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:39.000Z","modified_at":"2026-01-13T07:01:39.000Z","name":"Kyle Bins","mobile_number":"907-897-0318","email_id":"Jennyfer_Weimann@hotmail.com","dop":"2025-10-22","serial_number":"150708821765717","imei1":"150708821765717","imei2":"150708821765717","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152959,"job_number":"JOB_152959","tr_customer_id":152976,"tr_customer_product_id":152966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:42:44.000Z","modified_at":"2026-01-13T00:42:44.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12200118723400","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152964,"job_number":"JOB_152964","tr_customer_id":152981,"tr_customer_product_id":152971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:02.000Z","modified_at":"2026-01-13T01:36:02.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"15571427091090","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152965,"job_number":"JOB_152965","tr_customer_id":152982,"tr_customer_product_id":152972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:06.000Z","modified_at":"2026-01-13T01:36:06.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"19373853917739","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152966,"job_number":"JOB_152966","tr_customer_id":152983,"tr_customer_product_id":152973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:08.000Z","modified_at":"2026-01-13T01:36:08.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14191217372006","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152967,"job_number":"JOB_152967","tr_customer_id":152984,"tr_customer_product_id":152974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:23.000Z","modified_at":"2026-01-13T01:39:24.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18016644965930","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152968,"job_number":"JOB_152968","tr_customer_id":152985,"tr_customer_product_id":152975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:36.000Z","modified_at":"2026-01-13T01:39:36.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18112050941983","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152969,"job_number":"JOB_152969","tr_customer_id":152986,"tr_customer_product_id":152976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:57.000Z","modified_at":"2026-01-13T01:39:57.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"13474864112371","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152970,"job_number":"JOB_152970","tr_customer_id":152987,"tr_customer_product_id":152977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:40:52.000Z","modified_at":"2026-01-13T01:40:52.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11293058515635","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152971,"job_number":"JOB_152971","tr_customer_id":152988,"tr_customer_product_id":152978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:41:28.000Z","modified_at":"2026-01-13T01:41:28.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14760262405521","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152973,"job_number":"JOB_152973","tr_customer_id":152990,"tr_customer_product_id":152980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:44:49.000Z","modified_at":"2026-01-13T01:44:49.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"10776339681431","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152975,"job_number":"JOB_152975","tr_customer_id":152992,"tr_customer_product_id":152982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:47:51.000Z","modified_at":"2026-01-13T01:47:51.000Z","name":"Verlie Nikolaus","mobile_number":"722-739-1864","email_id":"Camylle.Schinner@gmail.com","dop":"2026-01-10","serial_number":"21252447753937","imei1":"21252447753937","imei2":"21252447753937","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152976,"job_number":"JOB_152976","tr_customer_id":152993,"tr_customer_product_id":152983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:48:09.000Z","modified_at":"2026-01-13T01:48:09.000Z","name":"Sierra McClure","mobile_number":"464-948-4886","email_id":"Clemens.Nader31@yahoo.com","dop":"2026-01-10","serial_number":"400525471592484","imei1":"400525471592484","imei2":"400525471592484","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152983,"job_number":"JOB_152983","tr_customer_id":153000,"tr_customer_product_id":152990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:46:22.000Z","modified_at":"2026-01-13T03:46:22.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14924344586132","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153011,"job_number":"JOB_153011","tr_customer_id":153028,"tr_customer_product_id":153018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:33.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Elmer31@hotmail.com","dop":"2025-07-02","serial_number":"12961196646355","imei1":"12961196646355","imei2":"12961196646355","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153024,"job_number":"JOB_153024","tr_customer_id":153041,"tr_customer_product_id":153031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:50.000Z","modified_at":"2026-01-13T03:49:50.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Tanya56@yahoo.com","dop":"2025-07-02","serial_number":"16024879192606","imei1":"16024879192606","imei2":"16024879192606","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153047,"job_number":"JOB_153047","tr_customer_id":153064,"tr_customer_product_id":153054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:07.000Z","modified_at":"2026-01-13T03:50:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Emerald22@gmail.com","dop":"2025-07-02","serial_number":"19292784459597","imei1":"19292784459597","imei2":"19292784459597","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153070,"job_number":"JOB_153070","tr_customer_id":153087,"tr_customer_product_id":153077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:28.000Z","modified_at":"2026-01-13T03:50:28.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"185642560040121","imei1":"185642560040121","imei2":"185642560040121","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153071,"job_number":"JOB_153071","tr_customer_id":153088,"tr_customer_product_id":153078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Quincy O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"182173578734661","imei1":"182173578734661","imei2":"182173578734661","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153072,"job_number":"JOB_153072","tr_customer_id":153089,"tr_customer_product_id":153079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Caden Keeling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"186833928174921","imei1":"186833928174921","imei2":"186833928174921","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153073,"job_number":"JOB_153073","tr_customer_id":153090,"tr_customer_product_id":153080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Pearline Witting","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140291337641622","imei1":"140291337641622","imei2":"140291337641622","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153089,"job_number":"JOB_153089","tr_customer_id":153106,"tr_customer_product_id":153096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"129686786924475","imei1":"129686786924475","imei2":"129686786924475","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153090,"job_number":"JOB_153090","tr_customer_id":153107,"tr_customer_product_id":153097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Raina Blick","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"118504064178089","imei1":"118504064178089","imei2":"118504064178089","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153091,"job_number":"JOB_153091","tr_customer_id":153108,"tr_customer_product_id":153098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Michael Hudson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128738008478937","imei1":"128738008478937","imei2":"128738008478937","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153092,"job_number":"JOB_153092","tr_customer_id":153109,"tr_customer_product_id":153099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Karlie Towne","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162034816487930","imei1":"162034816487930","imei2":"162034816487930","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153112,"job_number":"JOB_153112","tr_customer_id":153129,"tr_customer_product_id":153119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:09.000Z","modified_at":"2026-01-13T03:51:09.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108845179568721","imei1":"108845179568721","imei2":"108845179568721","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153115,"job_number":"JOB_153115","tr_customer_id":153132,"tr_customer_product_id":153122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"Laverne Thiel","mobile_number":"394-928-2392","email_id":"Emelia_Osinski@yahoo.com","dop":"2025-06-09","serial_number":"107449911204701","imei1":"107449911204701","imei2":"107449911204701","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153126,"job_number":"JOB_153126","tr_customer_id":153143,"tr_customer_product_id":153133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:23.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100493670574337","imei1":"100493670574337","imei2":"100493670574337","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153129,"job_number":"JOB_153129","tr_customer_id":153146,"tr_customer_product_id":153136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Gino Hoppe","mobile_number":"218-849-7578","email_id":"Justine.Hyatt66@yahoo.com","dop":"2025-06-09","serial_number":"105833888639457","imei1":"105833888639457","imei2":"105833888639457","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153145,"job_number":"JOB_153145","tr_customer_id":153162,"tr_customer_product_id":153152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107134574172981","imei1":"107134574172981","imei2":"107134574172981","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153147,"job_number":"JOB_153147","tr_customer_id":153164,"tr_customer_product_id":153154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Howard Jerde","mobile_number":"225-762-0200","email_id":"Fermin.Emmerich@gmail.com","dop":"2025-06-09","serial_number":"103702688840930","imei1":"103702688840930","imei2":"103702688840930","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153315,"job_number":"JOB_153315","tr_customer_id":153332,"tr_customer_product_id":153322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:03.000Z","modified_at":"2026-01-13T06:19:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109231383262124","imei1":"109231383262124","imei2":"109231383262124","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153317,"job_number":"JOB_153317","tr_customer_id":153334,"tr_customer_product_id":153324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:04.000Z","modified_at":"2026-01-13T06:19:04.000Z","name":"Fermin Greenfelder","mobile_number":"955-317-6851","email_id":"Stewart_McDermott@gmail.com","dop":"2025-06-09","serial_number":"103613644269013","imei1":"103613644269013","imei2":"103613644269013","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153318,"job_number":"JOB_153318","tr_customer_id":153335,"tr_customer_product_id":153325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:21.000Z","modified_at":"2026-01-13T06:19:21.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108378338967206","imei1":"108378338967206","imei2":"108378338967206","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153320,"job_number":"JOB_153320","tr_customer_id":153337,"tr_customer_product_id":153327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:22.000Z","modified_at":"2026-01-13T06:19:22.000Z","name":"Aiyana Terry","mobile_number":"244-508-8666","email_id":"Larue48@yahoo.com","dop":"2025-06-09","serial_number":"100018750637698","imei1":"100018750637698","imei2":"100018750637698","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153321,"job_number":"JOB_153321","tr_customer_id":153338,"tr_customer_product_id":153328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101759281341148","imei1":"101759281341148","imei2":"101759281341148","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153323,"job_number":"JOB_153323","tr_customer_id":153340,"tr_customer_product_id":153330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Bella Harber","mobile_number":"687-229-6322","email_id":"Corbin_Spencer@gmail.com","dop":"2025-06-09","serial_number":"100340725009684","imei1":"100340725009684","imei2":"100340725009684","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153386,"job_number":"JOB_153386","tr_customer_id":153403,"tr_customer_product_id":153393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:47.000Z","modified_at":"2026-01-13T06:34:47.000Z","name":"Rocky Kihn","mobile_number":"647-238-4940","email_id":"Christine_OHara58@gmail.com","dop":"2025-12-14","serial_number":"143009261320082","imei1":"143009261320082","imei2":"143009261320082","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153435,"job_number":"JOB_153435","tr_customer_id":153452,"tr_customer_product_id":153442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:44:29.000Z","modified_at":"2026-01-13T06:44:29.000Z","name":"Gennaro Goldner","mobile_number":"672-408-8464","email_id":"Ardith21@yahoo.com","dop":"2025-12-14","serial_number":"167754165732138","imei1":"167754165732138","imei2":"167754165732138","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153436,"job_number":"JOB_153436","tr_customer_id":153453,"tr_customer_product_id":153443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:19.000Z","modified_at":"2026-01-13T06:45:19.000Z","name":"Delfina Romaguera","mobile_number":"669-856-6230","email_id":"Rodrick12@hotmail.com","dop":"2025-12-14","serial_number":"144203005884587","imei1":"144203005884587","imei2":"144203005884587","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153437,"job_number":"JOB_153437","tr_customer_id":153454,"tr_customer_product_id":153444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:55.000Z","modified_at":"2026-01-13T06:45:55.000Z","name":"Jeff Flatley","mobile_number":"980-824-0583","email_id":"Nico51@hotmail.com","dop":"2025-12-14","serial_number":"110431504331280","imei1":"110431504331280","imei2":"110431504331280","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153438,"job_number":"JOB_153438","tr_customer_id":153455,"tr_customer_product_id":153445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:46:45.000Z","modified_at":"2026-01-13T06:46:45.000Z","name":"Paris Kuhlman","mobile_number":"668-305-9525","email_id":"Vern54@yahoo.com","dop":"2025-12-14","serial_number":"154647379634597","imei1":"154647379634597","imei2":"154647379634597","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153041,"job_number":"JOB_153041","tr_customer_id":153058,"tr_customer_product_id":153048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:01.000Z","modified_at":"2026-01-13T03:50:01.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10771045020908","imei1":"10771045020908","imei2":"10771045020908","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153043,"job_number":"JOB_153043","tr_customer_id":153060,"tr_customer_product_id":153050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:03.000Z","modified_at":"2026-01-13T03:50:03.000Z","name":"Issac Halvorson","mobile_number":"623-899-5283","email_id":"Luciano.Sauer@hotmail.com","dop":"2000-01-31","serial_number":"1039681522645958","imei1":"1039681522645958","imei2":"1039681522645958","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153094,"job_number":"JOB_153094","tr_customer_id":153111,"tr_customer_product_id":153101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:45.000Z","modified_at":"2026-01-13T03:50:45.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10015942569125","imei1":"10015942569125","imei2":"10015942569125","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153096,"job_number":"JOB_153096","tr_customer_id":153113,"tr_customer_product_id":153103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:46.000Z","modified_at":"2026-01-13T03:50:46.000Z","name":"Jarvis Kemmer","mobile_number":"972-753-9216","email_id":"Hilda.Keeling@yahoo.com","dop":"2000-01-31","serial_number":"1020112878943666","imei1":"1020112878943666","imei2":"1020112878943666","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153133,"job_number":"JOB_153133","tr_customer_id":153150,"tr_customer_product_id":153140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10288763450665","imei1":"10288763450665","imei2":"10288763450665","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153137,"job_number":"JOB_153137","tr_customer_id":153154,"tr_customer_product_id":153144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Jabari Stehr","mobile_number":"287-975-7792","email_id":"Gus_Bins67@gmail.com","dop":"2000-01-31","serial_number":"1098414206692260","imei1":"1098414206692260","imei2":"1098414206692260","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153165,"job_number":"JOB_153165","tr_customer_id":153182,"tr_customer_product_id":153172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10841115840820","imei1":"10841115840820","imei2":"10841115840820","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153168,"job_number":"JOB_153168","tr_customer_id":153185,"tr_customer_product_id":153175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:12.000Z","modified_at":"2026-01-13T03:52:12.000Z","name":"Jermaine Zulauf","mobile_number":"918-227-4575","email_id":"Lincoln.Gottlieb@yahoo.com","dop":"2000-01-31","serial_number":"1027394656263062","imei1":"1027394656263062","imei2":"1027394656263062","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153375,"job_number":"JOB_153375","tr_customer_id":153392,"tr_customer_product_id":153382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:24.000Z","modified_at":"2026-01-13T06:34:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10959448393593","imei1":"10959448393593","imei2":"10959448393593","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153377,"job_number":"JOB_153377","tr_customer_id":153394,"tr_customer_product_id":153384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:26.000Z","modified_at":"2026-01-13T06:34:26.000Z","name":"Tyree Ritchie","mobile_number":"491-439-3683","email_id":"Kim_Pouros@hotmail.com","dop":"2000-01-31","serial_number":"1061851432109229","imei1":"1061851432109229","imei2":"1061851432109229","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153387,"job_number":"JOB_153387","tr_customer_id":153404,"tr_customer_product_id":153394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:05.000Z","modified_at":"2026-01-13T06:35:05.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10678535364811","imei1":"10678535364811","imei2":"10678535364811","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153389,"job_number":"JOB_153389","tr_customer_id":153406,"tr_customer_product_id":153396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:07.000Z","modified_at":"2026-01-13T06:35:07.000Z","name":"Modesta Spinka","mobile_number":"615-484-8860","email_id":"Titus.Pacocha@yahoo.com","dop":"2000-01-31","serial_number":"1007142660208962","imei1":"1007142660208962","imei2":"1007142660208962","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153404,"job_number":"JOB_153404","tr_customer_id":153421,"tr_customer_product_id":153411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:45.000Z","modified_at":"2026-01-13T06:35:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10727612053937","imei1":"10727612053937","imei2":"10727612053937","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153406,"job_number":"JOB_153406","tr_customer_id":153423,"tr_customer_product_id":153413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:47.000Z","modified_at":"2026-01-13T06:35:47.000Z","name":"Tristin Ryan","mobile_number":"731-841-8579","email_id":"Malvina_Botsford@gmail.com","dop":"2000-01-31","serial_number":"1040407565557196","imei1":"1040407565557196","imei2":"1040407565557196","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153415,"job_number":"JOB_153415","tr_customer_id":153432,"tr_customer_product_id":153422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:25.000Z","modified_at":"2026-01-13T06:36:25.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10674195446428","imei1":"10674195446428","imei2":"10674195446428","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153418,"job_number":"JOB_153418","tr_customer_id":153435,"tr_customer_product_id":153425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:27.000Z","modified_at":"2026-01-13T06:36:27.000Z","name":"Rebecca Beatty","mobile_number":"599-283-0498","email_id":"Rachel_Corwin@gmail.com","dop":"2000-01-31","serial_number":"1098154260216714","imei1":"1098154260216714","imei2":"1098154260216714","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iameng","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept-Language | en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | df0a1a0f-0465-4162-a820-88f3ad5a2f6d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 56 |
{
"username": "iameng",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 694 |
| ETag | W/"2b6-DN0VevGmpIm9MJ7MGyhnFBKghvk" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:53 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwOTN9.2rvl0WQXfQ-yeuviHozZjg3dfMGjlh66goLcV82qr5s"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwOTN9.2rvl0WQXfQ-yeuviHozZjg3dfMGjlh66goLcV82qr5s |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6fc86553-34bc-4450-a370-0d82eef4d6b0 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 441 |
| ETag | W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:54 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwOTN9.2rvl0WQXfQ-yeuviHozZjg3dfMGjlh66goLcV82qr5s |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 63464a13-f1fa-4e21-8bd6-7201f3b9bfac |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 164 |
| ETag | W/"a4-NWWDrtKV69QmGUpX+Zwqv/2/L/c" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:54 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":9},{"label":"Repair completed","key":"repair_completed","count":159}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_repair"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwOTN9.2rvl0WQXfQ-yeuviHozZjg3dfMGjlh66goLcV82qr5s |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | c016a0ed-5b28-4265-8d4d-498f62af88b3 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{"details_key":"pending_for_repair"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"22a2-pwzWviEpFa38UuvB+lRQ7XVqObU" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:24:54 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":153254,"job_number":"JOB_153254","tr_customer_id":153271,"tr_customer_product_id":153261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:49:07.000Z","name":"Agnes Sauer","mobile_number":"768-305-9608","email_id":"Alberto.Nolan@yahoo.com","dop":"2025-04-06","serial_number":"15889270236263","imei1":"15889270236263","imei2":"15889270236263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153257,"job_number":"JOB_153257","tr_customer_id":153274,"tr_customer_product_id":153264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:11.000Z","modified_at":"2026-01-13T05:49:20.000Z","name":"Kamren Botsford","mobile_number":"600-682-4862","email_id":"Martine_Rippin42@yahoo.com","dop":"2025-04-06","serial_number":"10789530576132","imei1":"10789530576132","imei2":"10789530576132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:20.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153260,"job_number":"JOB_153260","tr_customer_id":153277,"tr_customer_product_id":153267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:32.000Z","name":"Eloise Jacobi","mobile_number":"918-815-6531","email_id":"Gabrielle85@yahoo.com","dop":"2025-04-06","serial_number":"17319101684601","imei1":"17319101684601","imei2":"17319101684601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:32.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153263,"job_number":"JOB_153263","tr_customer_id":153280,"tr_customer_product_id":153270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:35.000Z","modified_at":"2026-01-13T05:52:43.000Z","name":"Vance Kunde","mobile_number":"505-450-8939","email_id":"Vaughn.Wilderman24@yahoo.com","dop":"2025-04-06","serial_number":"10133662090302","imei1":"10133662090302","imei2":"10133662090302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:43.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153266,"job_number":"JOB_153266","tr_customer_id":153283,"tr_customer_product_id":153273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:54.000Z","name":"Keven Brown","mobile_number":"731-749-4248","email_id":"Bill35@yahoo.com","dop":"2025-04-06","serial_number":"14457627057717","imei1":"14457627057717","imei2":"14457627057717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153271,"job_number":"JOB_153271","tr_customer_id":153288,"tr_customer_product_id":153278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:56:02.000Z","name":"Maximus Bergstrom","mobile_number":"754-359-7636","email_id":"Morris_Jerde22@gmail.com","dop":"2025-04-06","serial_number":"19241883672005","imei1":"19241883672005","imei2":"19241883672005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:02.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153274,"job_number":"JOB_153274","tr_customer_id":153291,"tr_customer_product_id":153281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:05.000Z","modified_at":"2026-01-13T05:56:13.000Z","name":"Nyasia Barrows","mobile_number":"562-821-7870","email_id":"Tressa_Jacobson@gmail.com","dop":"2025-04-06","serial_number":"11133565931734","imei1":"11133565931734","imei2":"11133565931734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:13.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153277,"job_number":"JOB_153277","tr_customer_id":153294,"tr_customer_product_id":153284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:23.000Z","name":"Beulah Smith","mobile_number":"397-354-9766","email_id":"Derek.OKeefe@gmail.com","dop":"2025-04-06","serial_number":"12844022201102","imei1":"12844022201102","imei2":"12844022201102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:23.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153463,"job_number":"JOB_153463","tr_customer_id":153480,"tr_customer_product_id":153470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:24:48.000Z","modified_at":"2026-01-13T07:24:53.000Z","name":"Jasper Jacobs","mobile_number":"263-201-8380","email_id":"Oral54@yahoo.com","dop":"2025-11-04","serial_number":"60467304956938","imei1":"60467304956938","imei2":"60467304956938","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T07:24:53.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"repair_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwOTN9.2rvl0WQXfQ-yeuviHozZjg3dfMGjlh66goLcV82qr5s |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 8d987a57-1924-427b-ae8d-f9155d7ea81b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"details_key": "repair_completed"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:54 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwOTN9.2rvl0WQXfQ-yeuviHozZjg3dfMGjlh66goLcV82qr5s |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 3b7091f4-449e-4d00-bded-450f6266f550 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"29cd-ReIrdqL6GG98WIhsA5pQMC6t+ps" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:24:55 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":153463,"job_number":"JOB_153463","tr_customer_id":153480,"tr_customer_product_id":153470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:24:48.000Z","modified_at":"2026-01-13T07:24:53.000Z","name":"Jasper Jacobs","mobile_number":"263-201-8380","email_id":"Oral54@yahoo.com","dop":"2025-11-04","serial_number":"60467304956938","imei1":"60467304956938","imei2":"60467304956938","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T07:24:53.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":153463,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T07:24:48.000Z"}],"quatations":[]},{"id":153277,"job_number":"JOB_153277","tr_customer_id":153294,"tr_customer_product_id":153284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:23.000Z","name":"Beulah Smith","mobile_number":"397-354-9766","email_id":"Derek.OKeefe@gmail.com","dop":"2025-04-06","serial_number":"12844022201102","imei1":"12844022201102","imei2":"12844022201102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:23.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153277,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:56:15.000Z"}],"quatations":[]},{"id":153274,"job_number":"JOB_153274","tr_customer_id":153291,"tr_customer_product_id":153281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:05.000Z","modified_at":"2026-01-13T05:56:13.000Z","name":"Nyasia Barrows","mobile_number":"562-821-7870","email_id":"Tressa_Jacobson@gmail.com","dop":"2025-04-06","serial_number":"11133565931734","imei1":"11133565931734","imei2":"11133565931734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:13.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153274,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:56:05.000Z"}],"quatations":[]},{"id":153271,"job_number":"JOB_153271","tr_customer_id":153288,"tr_customer_product_id":153278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:56:02.000Z","name":"Maximus Bergstrom","mobile_number":"754-359-7636","email_id":"Morris_Jerde22@gmail.com","dop":"2025-04-06","serial_number":"19241883672005","imei1":"19241883672005","imei2":"19241883672005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:02.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153271,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:55:54.000Z"}],"quatations":[]},{"id":153266,"job_number":"JOB_153266","tr_customer_id":153283,"tr_customer_product_id":153273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:54.000Z","name":"Keven Brown","mobile_number":"731-749-4248","email_id":"Bill35@yahoo.com","dop":"2025-04-06","serial_number":"14457627057717","imei1":"14457627057717","imei2":"14457627057717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153266,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:52:46.000Z"}],"quatations":[]},{"id":153263,"job_number":"JOB_153263","tr_customer_id":153280,"tr_customer_product_id":153270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:35.000Z","modified_at":"2026-01-13T05:52:43.000Z","name":"Vance Kunde","mobile_number":"505-450-8939","email_id":"Vaughn.Wilderman24@yahoo.com","dop":"2025-04-06","serial_number":"10133662090302","imei1":"10133662090302","imei2":"10133662090302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:43.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153263,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:52:35.000Z"}],"quatations":[]},{"id":153260,"job_number":"JOB_153260","tr_customer_id":153277,"tr_customer_product_id":153267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:32.000Z","name":"Eloise Jacobi","mobile_number":"918-815-6531","email_id":"Gabrielle85@yahoo.com","dop":"2025-04-06","serial_number":"17319101684601","imei1":"17319101684601","imei2":"17319101684601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:32.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153260,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:52:23.000Z"}],"quatations":[]},{"id":153257,"job_number":"JOB_153257","tr_customer_id":153274,"tr_customer_product_id":153264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:11.000Z","modified_at":"2026-01-13T05:49:20.000Z","name":"Kamren Botsford","mobile_number":"600-682-4862","email_id":"Martine_Rippin42@yahoo.com","dop":"2025-04-06","serial_number":"10789530576132","imei1":"10789530576132","imei2":"10789530576132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:20.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153257,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:49:11.000Z"}],"quatations":[]},{"id":153254,"job_number":"JOB_153254","tr_customer_id":153271,"tr_customer_product_id":153261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:49:07.000Z","name":"Agnes Sauer","mobile_number":"768-305-9608","email_id":"Alberto.Nolan@yahoo.com","dop":"2025-04-06","serial_number":"15889270236263","imei1":"15889270236263","imei2":"15889270236263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153254,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:48:59.000Z"}],"quatations":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwOTN9.2rvl0WQXfQ-yeuviHozZjg3dfMGjlh66goLcV82qr5s |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f447fcb9-4266-4310-90aa-ef4440b7054f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:24:55 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwOTN9.2rvl0WQXfQ-yeuviHozZjg3dfMGjlh66goLcV82qr5s |
| Content-Type | application/json |
| Accept | application/json, text/plain, */* |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 16d5422b-24e2-4f69-a26a-91fb8526a398 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 136 |
{
"job_id":153463,
"problems": [
{
"id": 3,
"remark": "Reinstalled OS"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 42 |
| ETag | W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:55 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Repair successful.","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamqc","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | c1dc9816-447f-486c-9c6f-e0b1d1c31cee |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 55 |
{
"username": "iamqc",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 681 |
| ETag | W/"2a9-xm1vRrWB5f2i159oq66mDXsMGq0" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:56 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI4OTA5Nn0.QxiTWrMxhRvIrm5ldLFxaplXEGeKrP3YNFWHgqlTK74"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI4OTA5Nn0.QxiTWrMxhRvIrm5ldLFxaplXEGeKrP3YNFWHgqlTK74 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 5101a53b-f712-4abe-a67e-7551f85be08d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 431 |
| ETag | W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:56 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI4OTA5Nn0.QxiTWrMxhRvIrm5ldLFxaplXEGeKrP3YNFWHgqlTK74 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | e434c121-a7cc-472c-8557-3eae5e371bf9 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 202 |
| ETag | W/"ca-c4vESHtbj3gTyMU766DQtEGNmwc" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:56 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":3},{"label":"QC Completed","key":"qc_completed","count":157},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_qc"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI4OTA5Nn0.QxiTWrMxhRvIrm5ldLFxaplXEGeKrP3YNFWHgqlTK74 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6ad7f8c1-f022-4c97-8882-9419561151c9 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 32 |
{"details_key":"pending_for_qc"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:56 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"qc_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI4OTA5Nn0.QxiTWrMxhRvIrm5ldLFxaplXEGeKrP3YNFWHgqlTK74 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f495dccc-5a5c-4e49-95b2-777554e03c28 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 30 |
{"details_key":"qc_completed"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"25e4c-V6ij5mh6HOHB8AO4/L7dQuYa1iE" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:24:57 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":153358,"job_number":"JOB_153358","tr_customer_id":153375,"tr_customer_product_id":153365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:13.000Z","modified_at":"2026-01-13T06:29:31.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"74712190858251","imei1":"74712190858251","imei2":"74712190858251","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153354,"job_number":"JOB_153354","tr_customer_id":153371,"tr_customer_product_id":153361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:28:53.000Z","modified_at":"2026-01-13T06:29:07.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"95023931804388","imei1":"95023931804388","imei2":"95023931804388","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153353,"job_number":"JOB_153353","tr_customer_id":153370,"tr_customer_product_id":153360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:28:35.000Z","modified_at":"2026-01-13T06:28:48.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"26994953784520","imei1":"26994953784520","imei2":"26994953784520","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153326,"job_number":"JOB_153326","tr_customer_id":153343,"tr_customer_product_id":153333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:21.000Z","modified_at":"2026-01-13T06:21:34.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"51037878341202","imei1":"51037878341202","imei2":"51037878341202","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153325,"job_number":"JOB_153325","tr_customer_id":153342,"tr_customer_product_id":153332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:04.000Z","modified_at":"2026-01-13T06:21:16.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"15757610740311","imei1":"15757610740311","imei2":"15757610740311","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153324,"job_number":"JOB_153324","tr_customer_id":153341,"tr_customer_product_id":153331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:20:49.000Z","modified_at":"2026-01-13T06:20:59.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"41673180072938","imei1":"41673180072938","imei2":"41673180072938","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153322,"job_number":"JOB_153322","tr_customer_id":153339,"tr_customer_product_id":153329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:57.000Z","name":"Rossie Bayer","mobile_number":"243-568-8992","email_id":"Haleigh65@hotmail.com","dop":"2025-06-09","serial_number":"108899204115745","imei1":"108899204115745","imei2":"108899204115745","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153319,"job_number":"JOB_153319","tr_customer_id":153336,"tr_customer_product_id":153326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:22.000Z","modified_at":"2026-01-13T06:19:36.000Z","name":"Ambrose Marvin","mobile_number":"801-386-0030","email_id":"Meda62@hotmail.com","dop":"2025-06-09","serial_number":"107935549367467","imei1":"107935549367467","imei2":"107935549367467","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153316,"job_number":"JOB_153316","tr_customer_id":153333,"tr_customer_product_id":153323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:04.000Z","modified_at":"2026-01-13T06:19:16.000Z","name":"Nathaniel Olson","mobile_number":"803-630-5817","email_id":"Mireille.Schamberger50@gmail.com","dop":"2025-06-09","serial_number":"107778902735409","imei1":"107778902735409","imei2":"107778902735409","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153314,"job_number":"JOB_153314","tr_customer_id":153331,"tr_customer_product_id":153321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:16:49.000Z","modified_at":"2026-01-13T06:17:16.000Z","name":"Vivian Reynolds","mobile_number":"389-565-0345","email_id":"Sincere75@hotmail.com","dop":"2025-10-01","serial_number":"13450906526211","imei1":"13450906526211","imei2":"13450906526211","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:17:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153313,"job_number":"JOB_153313","tr_customer_id":153330,"tr_customer_product_id":153320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:16:09.000Z","modified_at":"2026-01-13T06:16:19.000Z","name":"Jody Pacocha","mobile_number":"499-305-9410","email_id":"Lia.Schaden@gmail.com","dop":"2025-11-04","serial_number":"55751222311381","imei1":"55751222311381","imei2":"55751222311381","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153312,"job_number":"JOB_153312","tr_customer_id":153329,"tr_customer_product_id":153319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:15:56.000Z","modified_at":"2026-01-13T06:16:06.000Z","name":"Emmanuel Hahn","mobile_number":"766-876-6194","email_id":"Francesco56@yahoo.com","dop":"2025-11-04","serial_number":"64454951455282","imei1":"64454951455282","imei2":"64454951455282","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153311,"job_number":"JOB_153311","tr_customer_id":153328,"tr_customer_product_id":153318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:15:43.000Z","modified_at":"2026-01-13T06:15:53.000Z","name":"Deven Pollich","mobile_number":"803-334-4382","email_id":"Jolie.Friesen68@yahoo.com","dop":"2025-11-04","serial_number":"41830548879824","imei1":"41830548879824","imei2":"41830548879824","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:15:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153252,"job_number":"JOB_153252","tr_customer_id":153269,"tr_customer_product_id":153259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:47:05.000Z","modified_at":"2026-01-13T05:47:10.000Z","name":"Veekshith k","mobile_number":"9034324233","email_id":"Veekshith@gmail.com","dop":"2025-12-14","serial_number":"180473904683947","imei1":"180473904683947","imei2":"180473904683947","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:47:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153251,"job_number":"JOB_153251","tr_customer_id":153268,"tr_customer_product_id":153258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:47:00.000Z","modified_at":"2026-01-13T05:47:05.000Z","name":"Kiran Kumar","mobile_number":"904533233","email_id":"kiran@gmail.com","dop":"2025-12-14","serial_number":"163841812032817","imei1":"163841812032817","imei2":"163841812032817","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:47:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153250,"job_number":"JOB_153250","tr_customer_id":153267,"tr_customer_product_id":153257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:46:55.000Z","modified_at":"2026-01-13T05:46:59.000Z","name":"Anitha Kumari","mobile_number":"8934535434","email_id":"anitha@gmail.com","dop":"2025-12-14","serial_number":"144345242210525","imei1":"144345242210525","imei2":"144345242210525","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153249,"job_number":"JOB_153249","tr_customer_id":153266,"tr_customer_product_id":153256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:17.000Z","modified_at":"2026-01-13T05:45:22.000Z","name":"{{irst_name}} k","mobile_number":"9034324233","email_id":"Veekshith@gmail.com","dop":"2025-12-14","serial_number":"157362364060723","imei1":"157362364060723","imei2":"157362364060723","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153248,"job_number":"JOB_153248","tr_customer_id":153265,"tr_customer_product_id":153255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:11.000Z","modified_at":"2026-01-13T05:45:16.000Z","name":"{{irst_name}} Kumar","mobile_number":"904533233","email_id":"kiran@gmail.com","dop":"2025-12-14","serial_number":"198613087741501","imei1":"198613087741501","imei2":"198613087741501","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153247,"job_number":"JOB_153247","tr_customer_id":153264,"tr_customer_product_id":153254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:06.000Z","modified_at":"2026-01-13T05:45:10.000Z","name":"{{irst_name}} Kumari","mobile_number":"8934535434","email_id":"anitha@gmail.com","dop":"2025-12-14","serial_number":"135620959077456","imei1":"135620959077456","imei2":"135620959077456","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153146,"job_number":"JOB_153146","tr_customer_id":153163,"tr_customer_product_id":153153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:48.000Z","name":"Edna Renner","mobile_number":"521-605-6662","email_id":"Raegan_Huel@gmail.com","dop":"2025-06-09","serial_number":"101831249953224","imei1":"101831249953224","imei2":"101831249953224","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153127,"job_number":"JOB_153127","tr_customer_id":153144,"tr_customer_product_id":153134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:34.000Z","name":"Jesus Bogisich","mobile_number":"679-297-1298","email_id":"Elna.Heathcote@hotmail.com","dop":"2025-06-09","serial_number":"109371719799567","imei1":"109371719799567","imei2":"109371719799567","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153113,"job_number":"JOB_153113","tr_customer_id":153130,"tr_customer_product_id":153120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:09.000Z","modified_at":"2026-01-13T03:51:19.000Z","name":"Chyna Balistreri","mobile_number":"349-335-7904","email_id":"Rhoda81@yahoo.com","dop":"2025-06-09","serial_number":"102626666223811","imei1":"102626666223811","imei2":"102626666223811","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153079,"job_number":"JOB_153079","tr_customer_id":153096,"tr_customer_product_id":153086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"Jessika Hessel","mobile_number":"709-340-3337","email_id":"Krystal8@hotmail.com","dop":"2025-10-01","serial_number":"12068824628396","imei1":"12068824628396","imei2":"12068824628396","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153035,"job_number":"JOB_153035","tr_customer_id":153052,"tr_customer_product_id":153042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:55.000Z","modified_at":"2026-01-13T03:50:02.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12139760903334","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152994,"job_number":"JOB_152994","tr_customer_id":153011,"tr_customer_product_id":153001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:10.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11037017348002","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153460,"job_number":"JOB_153460","tr_customer_id":153477,"tr_customer_product_id":153467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:26.000Z","modified_at":"2026-01-13T07:02:06.000Z","name":"Alivia Considine","mobile_number":"518-317-2380","email_id":"Erna_Kris84@hotmail.com","dop":"2025-04-06","serial_number":"19719354106709","imei1":"19719354106709","imei2":"19719354106709","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153448,"job_number":"JOB_153448","tr_customer_id":153465,"tr_customer_product_id":153455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:04.000Z","modified_at":"2026-01-13T06:49:42.000Z","name":"Nico McClure","mobile_number":"501-362-3642","email_id":"Norbert.Sawayn86@gmail.com","dop":"2025-04-06","serial_number":"14731581720705","imei1":"14731581720705","imei2":"14731581720705","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:49:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153445,"job_number":"JOB_153445","tr_customer_id":153462,"tr_customer_product_id":153452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:17.000Z","modified_at":"2026-01-13T06:48:56.000Z","name":"Jamil Dickinson","mobile_number":"590-759-8979","email_id":"Kimberly.Maggio70@gmail.com","dop":"2025-04-06","serial_number":"15965554356476","imei1":"15965554356476","imei2":"15965554356476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153441,"job_number":"JOB_153441","tr_customer_id":153458,"tr_customer_product_id":153448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:31.000Z","modified_at":"2026-01-13T06:48:10.000Z","name":"Maverick Adams","mobile_number":"456-448-8559","email_id":"Janessa.Kassulke@yahoo.com","dop":"2025-04-06","serial_number":"18207146180463","imei1":"18207146180463","imei2":"18207146180463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153440,"job_number":"JOB_153440","tr_customer_id":153457,"tr_customer_product_id":153447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:30.000Z","modified_at":"2026-01-13T06:48:07.000Z","name":"Joey Botsford","mobile_number":"997-401-3371","email_id":"Jacquelyn.Okuneva@gmail.com","dop":"2025-04-06","serial_number":"10149094290009","imei1":"10149094290009","imei2":"10149094290009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153433,"job_number":"JOB_153433","tr_customer_id":153450,"tr_customer_product_id":153440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:17.000Z","modified_at":"2026-01-13T06:43:00.000Z","name":"Nathen D'Amore","mobile_number":"219-861-1497","email_id":"Sheila_Hoppe@yahoo.com","dop":"2025-04-06","serial_number":"17627831077175","imei1":"17627831077175","imei2":"17627831077175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:43:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153430,"job_number":"JOB_153430","tr_customer_id":153447,"tr_customer_product_id":153437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:57.000Z","modified_at":"2026-01-13T06:42:34.000Z","name":"Moshe Jerde","mobile_number":"800-976-0751","email_id":"Lafayette.Thiel@gmail.com","dop":"2025-04-06","serial_number":"19218250814594","imei1":"19218250814594","imei2":"19218250814594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153428,"job_number":"JOB_153428","tr_customer_id":153445,"tr_customer_product_id":153435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:42.000Z","modified_at":"2026-01-13T06:42:19.000Z","name":"Kenna Batz","mobile_number":"804-508-1073","email_id":"Wanda56@hotmail.com","dop":"2025-04-06","serial_number":"18699635045385","imei1":"18699635045385","imei2":"18699635045385","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153426,"job_number":"JOB_153426","tr_customer_id":153443,"tr_customer_product_id":153433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:29.000Z","modified_at":"2026-01-13T06:42:10.000Z","name":"Randi Casper","mobile_number":"305-340-7811","email_id":"Jannie81@hotmail.com","dop":"2025-04-06","serial_number":"18332573452941","imei1":"18332573452941","imei2":"18332573452941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153423,"job_number":"JOB_153423","tr_customer_id":153440,"tr_customer_product_id":153430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:37.000Z","modified_at":"2026-01-13T06:41:21.000Z","name":"Boyd Kautzer","mobile_number":"612-716-9772","email_id":"Lauryn.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"17058788996246","imei1":"17058788996246","imei2":"17058788996246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153420,"job_number":"JOB_153420","tr_customer_id":153437,"tr_customer_product_id":153427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:07.000Z","modified_at":"2026-01-13T06:37:45.000Z","name":"Darrion Botsford","mobile_number":"784-778-0860","email_id":"Amparo.Turcotte12@yahoo.com","dop":"2025-04-06","serial_number":"17711954331293","imei1":"17711954331293","imei2":"17711954331293","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153417,"job_number":"JOB_153417","tr_customer_id":153434,"tr_customer_product_id":153424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:26.000Z","modified_at":"2026-01-13T06:36:59.000Z","name":"Lilla Bernhard","mobile_number":"823-828-9325","email_id":"Alison89@hotmail.com","dop":"2000-01-31","serial_number":"10006108857699","imei1":"10006108857699","imei2":"10006108857699","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153414,"job_number":"JOB_153414","tr_customer_id":153431,"tr_customer_product_id":153421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:24.000Z","modified_at":"2026-01-13T06:37:07.000Z","name":"Deja Hessel","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"116936879122410","imei1":"116936879122410","imei2":"116936879122410","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153411,"job_number":"JOB_153411","tr_customer_id":153428,"tr_customer_product_id":153418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:20.000Z","modified_at":"2026-01-13T06:37:00.000Z","name":"Roberta Purdy","mobile_number":"884-342-7518","email_id":"Orval_Bauch@hotmail.com","dop":"2025-04-06","serial_number":"11094089757398","imei1":"11094089757398","imei2":"11094089757398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153408,"job_number":"JOB_153408","tr_customer_id":153425,"tr_customer_product_id":153415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:58.000Z","modified_at":"2026-01-13T06:36:39.000Z","name":"Alyce Padberg","mobile_number":"489-281-6574","email_id":"Sigurd97@yahoo.com","dop":"2025-04-06","serial_number":"17623833105495","imei1":"17623833105495","imei2":"17623833105495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153405,"job_number":"JOB_153405","tr_customer_id":153422,"tr_customer_product_id":153412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:46.000Z","modified_at":"2026-01-13T06:36:19.000Z","name":"Zelda Pfeffer","mobile_number":"447-461-1503","email_id":"Damion_Vandervort@yahoo.com","dop":"2000-01-31","serial_number":"10791063874273","imei1":"10791063874273","imei2":"10791063874273","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153402,"job_number":"JOB_153402","tr_customer_id":153419,"tr_customer_product_id":153409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:42.000Z","modified_at":"2026-01-13T06:36:18.000Z","name":"Chelsea Streich","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"149157500091475","imei1":"149157500091475","imei2":"149157500091475","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153399,"job_number":"JOB_153399","tr_customer_id":153416,"tr_customer_product_id":153406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:36.000Z","modified_at":"2026-01-13T06:36:14.000Z","name":"Viva Marks","mobile_number":"331-967-4577","email_id":"Brown.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"17730972665861","imei1":"17730972665861","imei2":"17730972665861","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153396,"job_number":"JOB_153396","tr_customer_id":153413,"tr_customer_product_id":153403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:19.000Z","modified_at":"2026-01-13T06:35:51.000Z","name":"Rodolfo Spencer","mobile_number":"798-311-2600","email_id":"Wilfrid.Stracke@gmail.com","dop":"2025-04-06","serial_number":"11549616850912","imei1":"11549616850912","imei2":"11549616850912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153394,"job_number":"JOB_153394","tr_customer_id":153411,"tr_customer_product_id":153401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:18.000Z","modified_at":"2026-01-13T06:35:54.000Z","name":"Frederique Mohr","mobile_number":"384-670-6239","email_id":"Maybell78@hotmail.com","dop":"2025-10-21","serial_number":"14751608010196","imei1":"14751608010196","imei2":"14751608010196","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153391,"job_number":"JOB_153391","tr_customer_id":153408,"tr_customer_product_id":153398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:10.000Z","modified_at":"2026-01-13T06:35:50.000Z","name":"Jarrod Senger","mobile_number":"797-312-6822","email_id":"Prudence97@hotmail.com","dop":"2025-04-06","serial_number":"10637771405309","imei1":"10637771405309","imei2":"10637771405309","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153388,"job_number":"JOB_153388","tr_customer_id":153405,"tr_customer_product_id":153395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:05.000Z","modified_at":"2026-01-13T06:35:39.000Z","name":"Therese Gerlach","mobile_number":"434-907-2013","email_id":"Luciano_Gorczany@gmail.com","dop":"2000-01-31","serial_number":"10406526539296","imei1":"10406526539296","imei2":"10406526539296","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153384,"job_number":"JOB_153384","tr_customer_id":153401,"tr_customer_product_id":153391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:35:36.000Z","name":"Rodolfo Stracke","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"187829911197256","imei1":"187829911197256","imei2":"187829911197256","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153381,"job_number":"JOB_153381","tr_customer_id":153398,"tr_customer_product_id":153388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:41.000Z","modified_at":"2026-01-13T06:35:13.000Z","name":"Elizabeth Fisher","mobile_number":"718-606-2221","email_id":"Itzel_Bauch98@gmail.com","dop":"2025-04-06","serial_number":"15807422322553","imei1":"15807422322553","imei2":"15807422322553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153379,"job_number":"JOB_153379","tr_customer_id":153396,"tr_customer_product_id":153386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:35.000Z","modified_at":"2026-01-13T06:35:11.000Z","name":"Hattie Waters","mobile_number":"397-394-9916","email_id":"Seamus.Champlin98@gmail.com","dop":"2025-10-21","serial_number":"10366208297076","imei1":"10366208297076","imei2":"10366208297076","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153376,"job_number":"JOB_153376","tr_customer_id":153393,"tr_customer_product_id":153383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:25.000Z","modified_at":"2026-01-13T06:34:59.000Z","name":"Enos VonRueden","mobile_number":"874-906-1957","email_id":"Anita40@yahoo.com","dop":"2000-01-31","serial_number":"10228922048626","imei1":"10228922048626","imei2":"10228922048626","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153373,"job_number":"JOB_153373","tr_customer_id":153390,"tr_customer_product_id":153380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:21.000Z","modified_at":"2026-01-13T06:35:02.000Z","name":"Marcia Murphy","mobile_number":"782-385-9100","email_id":"Jazmyne.Nitzsche44@hotmail.com","dop":"2025-04-06","serial_number":"15506943955279","imei1":"15506943955279","imei2":"15506943955279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153370,"job_number":"JOB_153370","tr_customer_id":153387,"tr_customer_product_id":153377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:02.000Z","modified_at":"2026-01-13T06:34:35.000Z","name":"Hanna Sporer","mobile_number":"965-882-6945","email_id":"Raphael36@gmail.com","dop":"2025-04-06","serial_number":"18981159232156","imei1":"18981159232156","imei2":"18981159232156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153368,"job_number":"JOB_153368","tr_customer_id":153385,"tr_customer_product_id":153375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:51.000Z","modified_at":"2026-01-13T06:34:28.000Z","name":"Yasmine Mohr","mobile_number":"974-237-6041","email_id":"Bridgette.Bogan90@gmail.com","dop":"2025-10-21","serial_number":"11546601818771","imei1":"11546601818771","imei2":"11546601818771","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153365,"job_number":"JOB_153365","tr_customer_id":153382,"tr_customer_product_id":153372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:24.000Z","modified_at":"2026-01-13T06:34:00.000Z","name":"Shawn Reichel","mobile_number":"996-337-6530","email_id":"Gracie_Kemmer@gmail.com","dop":"2025-04-06","serial_number":"17769609635193","imei1":"17769609635193","imei2":"17769609635193","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153363,"job_number":"JOB_153363","tr_customer_id":153380,"tr_customer_product_id":153370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:24.000Z","modified_at":"2026-01-13T06:30:56.000Z","name":"Neha Considine","mobile_number":"659-405-0548","email_id":"Herbert58@yahoo.com","dop":"2025-04-06","serial_number":"15153876601935","imei1":"15153876601935","imei2":"15153876601935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153360,"job_number":"JOB_153360","tr_customer_id":153377,"tr_customer_product_id":153367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:45.000Z","modified_at":"2026-01-13T06:30:17.000Z","name":"Jarrett Wiza","mobile_number":"692-480-9775","email_id":"Glenna.Ferry36@gmail.com","dop":"2025-04-06","serial_number":"13658884591254","imei1":"13658884591254","imei2":"13658884591254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153356,"job_number":"JOB_153356","tr_customer_id":153373,"tr_customer_product_id":153363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:06.000Z","modified_at":"2026-01-13T06:29:39.000Z","name":"Delta Keeling","mobile_number":"911-865-7072","email_id":"Cordell.Turcotte4@yahoo.com","dop":"2025-04-06","serial_number":"15104738751563","imei1":"15104738751563","imei2":"15104738751563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153351,"job_number":"JOB_153351","tr_customer_id":153368,"tr_customer_product_id":153358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:44.000Z","modified_at":"2026-01-13T06:28:26.000Z","name":"Keanu Roob","mobile_number":"837-755-1053","email_id":"Wilfredo.Wisoky66@yahoo.com","dop":"2025-04-06","serial_number":"16918522598446","imei1":"16918522598446","imei2":"16918522598446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153349,"job_number":"JOB_153349","tr_customer_id":153366,"tr_customer_product_id":153356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:40.000Z","modified_at":"2026-01-13T06:28:14.000Z","name":"Humberto Kulas","mobile_number":"884-504-2182","email_id":"Valentin52@yahoo.com","dop":"2025-04-06","serial_number":"17304389644094","imei1":"17304389644094","imei2":"17304389644094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153346,"job_number":"JOB_153346","tr_customer_id":153363,"tr_customer_product_id":153353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:59.000Z","modified_at":"2026-01-13T06:27:33.000Z","name":"Vallie West","mobile_number":"407-473-1389","email_id":"Oliver.Abshire34@hotmail.com","dop":"2025-04-06","serial_number":"19340968579621","imei1":"19340968579621","imei2":"19340968579621","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:27:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153343,"job_number":"JOB_153343","tr_customer_id":153360,"tr_customer_product_id":153350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:18.000Z","modified_at":"2026-01-13T06:26:53.000Z","name":"Esmeralda Kerluke","mobile_number":"506-930-2893","email_id":"Fannie_Krajcik@hotmail.com","dop":"2025-04-06","serial_number":"17893364476748","imei1":"17893364476748","imei2":"17893364476748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153341,"job_number":"JOB_153341","tr_customer_id":153358,"tr_customer_product_id":153348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:16.000Z","modified_at":"2026-01-13T06:23:29.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"13116974344677","imei1":"13116974344677","imei2":"13116974344677","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153338,"job_number":"JOB_153338","tr_customer_id":153355,"tr_customer_product_id":153345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:23:09.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"19478416349558","imei1":"19478416349558","imei2":"19478416349558","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153335,"job_number":"JOB_153335","tr_customer_id":153352,"tr_customer_product_id":153342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:36.000Z","modified_at":"2026-01-13T06:22:49.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"18091870566457","imei1":"18091870566457","imei2":"18091870566457","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:22:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153331,"job_number":"JOB_153331","tr_customer_id":153348,"tr_customer_product_id":153338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:34.000Z","modified_at":"2026-01-13T06:23:10.000Z","name":"Nash Price","mobile_number":"200-567-3305","email_id":"Nick.Nitzsche56@yahoo.com","dop":"2025-06-18","serial_number":"10089028831102","imei1":"10089028831102","imei2":"10089028831102","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153328,"job_number":"JOB_153328","tr_customer_id":153345,"tr_customer_product_id":153335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:49.000Z","modified_at":"2026-01-13T06:22:26.000Z","name":"Earline DuBuque","mobile_number":"774-575-2993","email_id":"Hilton.McCullough@hotmail.com","dop":"2025-06-18","serial_number":"10630115371402","imei1":"10630115371402","imei2":"10630115371402","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153308,"job_number":"JOB_153308","tr_customer_id":153325,"tr_customer_product_id":153315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:01.000Z","modified_at":"2026-01-13T06:06:32.000Z","name":"Oswaldo Kuhlman","mobile_number":"411-317-4180","email_id":"Garnet_Durgan20@gmail.com","dop":"2025-04-06","serial_number":"17711627910827","imei1":"17711627910827","imei2":"17711627910827","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:06:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153305,"job_number":"JOB_153305","tr_customer_id":153322,"tr_customer_product_id":153312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:22.000Z","modified_at":"2026-01-13T06:05:55.000Z","name":"Alexander Pfannerstill","mobile_number":"548-598-7996","email_id":"Cornelius_Durgan@gmail.com","dop":"2025-04-06","serial_number":"18124973985957","imei1":"18124973985957","imei2":"18124973985957","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:05:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153302,"job_number":"JOB_153302","tr_customer_id":153319,"tr_customer_product_id":153309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:39.000Z","modified_at":"2026-01-13T06:05:15.000Z","name":"Luna Mohr","mobile_number":"516-760-2059","email_id":"Dahlia_Dare@gmail.com","dop":"2025-04-06","serial_number":"15519855397565","imei1":"15519855397565","imei2":"15519855397565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153299,"job_number":"JOB_153299","tr_customer_id":153316,"tr_customer_product_id":153306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:15.000Z","modified_at":"2026-01-13T06:04:55.000Z","name":"Lance Rohan","mobile_number":"273-361-1720","email_id":"Christ_Rice@hotmail.com","dop":"2025-10-22","serial_number":"195068451750918","imei1":"195068451750918","imei2":"195068451750918","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:04:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153295,"job_number":"JOB_153295","tr_customer_id":153312,"tr_customer_product_id":153302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:01.000Z","modified_at":"2026-01-13T06:03:38.000Z","name":"Hayley Harris","mobile_number":"218-724-7710","email_id":"Yvette.Nolan@gmail.com","dop":"2025-04-06","serial_number":"13075139451226","imei1":"13075139451226","imei2":"13075139451226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:03:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153290,"job_number":"JOB_153290","tr_customer_id":153307,"tr_customer_product_id":153297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:17.000Z","modified_at":"2026-01-13T06:02:54.000Z","name":"Malcolm DuBuque","mobile_number":"519-318-2941","email_id":"Marco_Buckridge@yahoo.com","dop":"2025-04-06","serial_number":"18737653148310","imei1":"18737653148310","imei2":"18737653148310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:02:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153283,"job_number":"JOB_153283","tr_customer_id":153300,"tr_customer_product_id":153290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:32.000Z","modified_at":"2026-01-13T06:02:09.000Z","name":"Johnathan Boyer","mobile_number":"512-475-3196","email_id":"Skylar_Huel95@yahoo.com","dop":"2025-04-06","serial_number":"15757694630382","imei1":"15757694630382","imei2":"15757694630382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153268,"job_number":"JOB_153268","tr_customer_id":153285,"tr_customer_product_id":153275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:54:14.000Z","modified_at":"2026-01-13T05:54:56.000Z","name":"Niko Schulist","mobile_number":"481-874-6480","email_id":"Darrick.Satterfield6@yahoo.com","dop":"2025-10-22","serial_number":"151916441720945","imei1":"151916441720945","imei2":"151916441720945","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153243,"job_number":"JOB_153243","tr_customer_id":153260,"tr_customer_product_id":153250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:26:51.000Z","modified_at":"2026-01-13T05:27:32.000Z","name":"Robert Ruecker","mobile_number":"747-309-3058","email_id":"Chaz56@hotmail.com","dop":"2025-10-22","serial_number":"145637679868377","imei1":"145637679868377","imei2":"145637679868377","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:27:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153236,"job_number":"JOB_153236","tr_customer_id":153253,"tr_customer_product_id":153243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:58:08.000Z","modified_at":"2026-01-13T04:58:49.000Z","name":"Olen Runolfsdottir","mobile_number":"693-480-7361","email_id":"Manuel91@hotmail.com","dop":"2025-10-22","serial_number":"194650892173770","imei1":"194650892173770","imei2":"194650892173770","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153234,"job_number":"JOB_153234","tr_customer_id":153251,"tr_customer_product_id":153241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:57:11.000Z","modified_at":"2026-01-13T04:57:48.000Z","name":"Valerie Weimann","mobile_number":"699-912-4764","email_id":"Rosella87@gmail.com","dop":"2025-04-06","serial_number":"10257836179161","imei1":"10257836179161","imei2":"10257836179161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153232,"job_number":"JOB_153232","tr_customer_id":153249,"tr_customer_product_id":153239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:56:48.000Z","modified_at":"2026-01-13T04:57:24.000Z","name":"Brooke Conroy","mobile_number":"724-781-1508","email_id":"Felicity64@gmail.com","dop":"2025-04-06","serial_number":"11149067402522","imei1":"11149067402522","imei2":"11149067402522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153230,"job_number":"JOB_153230","tr_customer_id":153247,"tr_customer_product_id":153237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:20.000Z","modified_at":"2026-01-13T04:53:41.000Z","name":"Olin Barton","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"107200541596307","imei1":"107200541596307","imei2":"107200541596307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T04:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153227,"job_number":"JOB_153227","tr_customer_id":153244,"tr_customer_product_id":153234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:49.000Z","modified_at":"2026-01-13T04:53:14.000Z","name":"Irving Quitzon","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"169166966641877","imei1":"169166966641877","imei2":"169166966641877","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:53:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153224,"job_number":"JOB_153224","tr_customer_id":153241,"tr_customer_product_id":153231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:18.000Z","modified_at":"2026-01-13T04:52:43.000Z","name":"Oscar Becker","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"148613264957660","imei1":"148613264957660","imei2":"148613264957660","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153221,"job_number":"JOB_153221","tr_customer_id":153238,"tr_customer_product_id":153228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:20.000Z","modified_at":"2026-01-13T04:46:46.000Z","name":"Kayla Pfannerstill","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"106492634415458","imei1":"106492634415458","imei2":"106492634415458","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153219,"job_number":"JOB_153219","tr_customer_id":153236,"tr_customer_product_id":153226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:15.000Z","modified_at":"2026-01-13T04:46:24.000Z","name":"Francisco Buckridge","mobile_number":"822-419-1357","email_id":"Kristofer.Waelchi57@gmail.com","dop":"2025-07-01","serial_number":"104286731915734","imei1":"104286731915734","imei2":"104286731915734","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153217,"job_number":"JOB_153217","tr_customer_id":153234,"tr_customer_product_id":153224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:03.000Z","modified_at":"2026-01-13T04:46:12.000Z","name":"Ashlynn Donnelly","mobile_number":"391-401-5748","email_id":"Neva.Conn@hotmail.com","dop":"2025-07-01","serial_number":"107786111302782","imei1":"107786111302782","imei2":"107786111302782","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153214,"job_number":"JOB_153214","tr_customer_id":153231,"tr_customer_product_id":153221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:46.000Z","modified_at":"2026-01-13T04:46:15.000Z","name":"Ramiro Kunze","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"193421172284975","imei1":"193421172284975","imei2":"193421172284975","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153211,"job_number":"JOB_153211","tr_customer_id":153228,"tr_customer_product_id":153218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:13.000Z","modified_at":"2026-01-13T04:45:40.000Z","name":"Lillie Macejkovic","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"141865893280422","imei1":"141865893280422","imei2":"141865893280422","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153204,"job_number":"JOB_153204","tr_customer_id":153221,"tr_customer_product_id":153211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:29:34.000Z","modified_at":"2026-01-13T04:30:13.000Z","name":"Clara Hermiston","mobile_number":"462-509-4186","email_id":"Vesta.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"12004814891364","imei1":"12004814891364","imei2":"12004814891364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153202,"job_number":"JOB_153202","tr_customer_id":153219,"tr_customer_product_id":153209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:53.000Z","modified_at":"2026-01-13T04:25:32.000Z","name":"Nicholaus Erdman","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"180799427188734","imei1":"180799427188734","imei2":"180799427188734","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153200,"job_number":"JOB_153200","tr_customer_id":153217,"tr_customer_product_id":153207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:44.000Z","modified_at":"2026-01-13T04:24:53.000Z","name":"Anusha 123saikam","mobile_number":"7894561230","email_id":"anusha@gmail.com","dop":"2025-12-10","serial_number":"130241026316878","imei1":"130241026316878","imei2":"130241026316878","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153199,"job_number":"JOB_153199","tr_customer_id":153216,"tr_customer_product_id":153206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:33.000Z","modified_at":"2026-01-13T04:24:42.000Z","name":"Akira nandan","mobile_number":"7894561230","email_id":"akira@gmail.com","dop":"2025-12-10","serial_number":"158049088537383","imei1":"158049088537383","imei2":"158049088537383","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153197,"job_number":"JOB_153197","tr_customer_id":153214,"tr_customer_product_id":153204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:22.000Z","modified_at":"2026-01-13T04:24:48.000Z","name":"Trevor Windler","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"187978613223407","imei1":"187978613223407","imei2":"187978613223407","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153194,"job_number":"JOB_153194","tr_customer_id":153211,"tr_customer_product_id":153201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:49.000Z","modified_at":"2026-01-13T04:24:16.000Z","name":"Alfonzo Farrell","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"100297118865037","imei1":"100297118865037","imei2":"100297118865037","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153192,"job_number":"JOB_153192","tr_customer_id":153209,"tr_customer_product_id":153199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:27.000Z","modified_at":"2026-01-13T04:00:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83788810237229","imei1":"83788810237229","imei2":"83788810237229","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153185,"job_number":"JOB_153185","tr_customer_id":153202,"tr_customer_product_id":153192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T04:00:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94819976954615","imei1":"94819976954615","imei2":"94819976954615","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:00:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153178,"job_number":"JOB_153178","tr_customer_id":153195,"tr_customer_product_id":153185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:27.000Z","modified_at":"2026-01-13T03:59:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29797554775792","imei1":"29797554775792","imei2":"29797554775792","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153170,"job_number":"JOB_153170","tr_customer_id":153187,"tr_customer_product_id":153177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:20.000Z","modified_at":"2026-01-13T03:52:53.000Z","name":"Garret Rowe","mobile_number":"883-929-1183","email_id":"Amely.Beier58@yahoo.com","dop":"2025-04-06","serial_number":"14482159822343","imei1":"14482159822343","imei2":"14482159822343","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153166,"job_number":"JOB_153166","tr_customer_id":153183,"tr_customer_product_id":153173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:46.000Z","name":"Dortha Veum","mobile_number":"660-969-1672","email_id":"Demond18@yahoo.com","dop":"2000-01-31","serial_number":"10016107663628","imei1":"10016107663628","imei2":"10016107663628","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153164,"job_number":"JOB_153164","tr_customer_id":153181,"tr_customer_product_id":153171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:48.000Z","name":"Hellen Koch","mobile_number":"626-882-4725","email_id":"Pamela.Dibbert67@gmail.com","dop":"2025-04-06","serial_number":"11225375272847","imei1":"11225375272847","imei2":"11225375272847","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153160,"job_number":"JOB_153160","tr_customer_id":153177,"tr_customer_product_id":153167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:09.000Z","modified_at":"2026-01-13T03:52:42.000Z","name":"Arno Bosco","mobile_number":"893-892-5495","email_id":"Erling84@gmail.com","dop":"2025-04-06","serial_number":"17465608746796","imei1":"17465608746796","imei2":"17465608746796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153158,"job_number":"JOB_153158","tr_customer_id":153175,"tr_customer_product_id":153165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:08.000Z","modified_at":"2026-01-13T03:52:45.000Z","name":"Carolina Metz","mobile_number":"594-473-0911","email_id":"Marlene_Pollich@gmail.com","dop":"2025-04-06","serial_number":"14980459183214","imei1":"14980459183214","imei2":"14980459183214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153154,"job_number":"JOB_153154","tr_customer_id":153171,"tr_customer_product_id":153161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:41.000Z","name":"Garrett Adams","mobile_number":"387-242-2491","email_id":"Lester.Price67@gmail.com","dop":"2025-04-06","serial_number":"12827174016787","imei1":"12827174016787","imei2":"12827174016787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153153,"job_number":"JOB_153153","tr_customer_id":153170,"tr_customer_product_id":153160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:39.000Z","name":"Waldo Purdy","mobile_number":"563-568-5004","email_id":"Reed.Reichel@yahoo.com","dop":"2025-04-06","serial_number":"11258330462824","imei1":"11258330462824","imei2":"11258330462824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153149,"job_number":"JOB_153149","tr_customer_id":153166,"tr_customer_product_id":153156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:39.000Z","modified_at":"2026-01-13T03:52:13.000Z","name":"Chet Mertz","mobile_number":"688-232-0809","email_id":"Nova_Prohaska@hotmail.com","dop":"2025-04-06","serial_number":"14850575317100","imei1":"14850575317100","imei2":"14850575317100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153143,"job_number":"JOB_153143","tr_customer_id":153160,"tr_customer_product_id":153150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:35.000Z","modified_at":"2026-01-13T03:52:07.000Z","name":"Hubert Kovacek","mobile_number":"517-577-8902","email_id":"Trenton.Weissnat77@hotmail.com","dop":"2025-04-06","serial_number":"19611515181213","imei1":"19611515181213","imei2":"19611515181213","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153140,"job_number":"JOB_153140","tr_customer_id":153157,"tr_customer_product_id":153147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:30.000Z","modified_at":"2026-01-13T03:52:06.000Z","name":"Carroll Robel","mobile_number":"647-850-5116","email_id":"Cicero.Abshire@hotmail.com","dop":"2025-04-06","serial_number":"11183956973022","imei1":"11183956973022","imei2":"11183956973022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153136,"job_number":"JOB_153136","tr_customer_id":153153,"tr_customer_product_id":153143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:52:02.000Z","name":"Ettie Armstrong","mobile_number":"795-463-6086","email_id":"Abraham_Little31@yahoo.com","dop":"2025-04-06","serial_number":"16460214171741","imei1":"16460214171741","imei2":"16460214171741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153135,"job_number":"JOB_153135","tr_customer_id":153152,"tr_customer_product_id":153142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:52:04.000Z","name":"Mac Lynch","mobile_number":"675-329-2613","email_id":"Bonnie.Maggio@hotmail.com","dop":"2000-01-31","serial_number":"10001411456309","imei1":"10001411456309","imei2":"10001411456309","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153131,"job_number":"JOB_153131","tr_customer_id":153148,"tr_customer_product_id":153138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:25.000Z","modified_at":"2026-01-13T03:52:02.000Z","name":"Marianne Morissette","mobile_number":"803-239-7742","email_id":"Kyleigh.Raynor75@yahoo.com","dop":"2025-04-06","serial_number":"15852842544750","imei1":"15852842544750","imei2":"15852842544750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153125,"job_number":"JOB_153125","tr_customer_id":153142,"tr_customer_product_id":153132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:22.000Z","modified_at":"2026-01-13T03:52:00.000Z","name":"Darrell Fay","mobile_number":"554-359-4015","email_id":"May3@yahoo.com","dop":"2025-04-06","serial_number":"19370363367281","imei1":"19370363367281","imei2":"19370363367281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153122,"job_number":"JOB_153122","tr_customer_id":153139,"tr_customer_product_id":153129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:20.000Z","modified_at":"2026-01-13T03:51:56.000Z","name":"Brent Trantow","mobile_number":"435-746-7481","email_id":"Derick37@yahoo.com","dop":"2025-04-06","serial_number":"14645292041566","imei1":"14645292041566","imei2":"14645292041566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153119,"job_number":"JOB_153119","tr_customer_id":153136,"tr_customer_product_id":153126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:18.000Z","modified_at":"2026-01-13T03:51:55.000Z","name":"Domenico MacGyver","mobile_number":"792-551-8862","email_id":"Amelia85@yahoo.com","dop":"2025-04-06","serial_number":"17053002578000","imei1":"17053002578000","imei2":"17053002578000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153116,"job_number":"JOB_153116","tr_customer_id":153133,"tr_customer_product_id":153123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:48.000Z","name":"Albina Ferry","mobile_number":"269-475-5046","email_id":"Devon14@gmail.com","dop":"2025-04-06","serial_number":"17088301016454","imei1":"17088301016454","imei2":"17088301016454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153110,"job_number":"JOB_153110","tr_customer_id":153127,"tr_customer_product_id":153117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:59.000Z","modified_at":"2026-01-13T03:51:33.000Z","name":"Treva McClure","mobile_number":"543-959-5423","email_id":"Kelly72@gmail.com","dop":"2025-04-06","serial_number":"16483744012794","imei1":"16483744012794","imei2":"16483744012794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153107,"job_number":"JOB_153107","tr_customer_id":153124,"tr_customer_product_id":153114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:57.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Kobe Conn","mobile_number":"815-288-8458","email_id":"Breana_Kemmer93@gmail.com","dop":"2025-04-06","serial_number":"18499585679775","imei1":"18499585679775","imei2":"18499585679775","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153102,"job_number":"JOB_153102","tr_customer_id":153119,"tr_customer_product_id":153109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:48.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Nils Bashirian","mobile_number":"635-954-3714","email_id":"Graham.OKon67@gmail.com","dop":"2025-04-06","serial_number":"10822940319181","imei1":"10822940319181","imei2":"10822940319181","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153101,"job_number":"JOB_153101","tr_customer_id":153118,"tr_customer_product_id":153108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:48.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Vicenta Treutel","mobile_number":"282-794-3952","email_id":"Cullen.Heaney@gmail.com","dop":"2025-04-06","serial_number":"16867005038800","imei1":"16867005038800","imei2":"16867005038800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153100,"job_number":"JOB_153100","tr_customer_id":153117,"tr_customer_product_id":153107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Elody Kuphal","mobile_number":"749-670-3447","email_id":"Javon59@gmail.com","dop":"2025-04-06","serial_number":"19176042363609","imei1":"19176042363609","imei2":"19176042363609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153095,"job_number":"JOB_153095","tr_customer_id":153112,"tr_customer_product_id":153102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:45.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Catalina Reichel","mobile_number":"494-745-9246","email_id":"Kaia_Beatty@gmail.com","dop":"2000-01-31","serial_number":"10716392563432","imei1":"10716392563432","imei2":"10716392563432","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153088,"job_number":"JOB_153088","tr_customer_id":153105,"tr_customer_product_id":153095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:51:17.000Z","name":"Dangelo Zemlak","mobile_number":"212-683-1235","email_id":"Judd.Stracke@gmail.com","dop":"2025-04-06","serial_number":"19089383228327","imei1":"19089383228327","imei2":"19089383228327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153083,"job_number":"JOB_153083","tr_customer_id":153100,"tr_customer_product_id":153090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:51:11.000Z","name":"Zack Waelchi","mobile_number":"304-824-1857","email_id":"Ariane_Kilback49@hotmail.com","dop":"2025-04-06","serial_number":"13034853505169","imei1":"13034853505169","imei2":"13034853505169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153081,"job_number":"JOB_153081","tr_customer_id":153098,"tr_customer_product_id":153088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:51:15.000Z","name":"Kali Gibson","mobile_number":"893-532-7219","email_id":"August.Murazik2@hotmail.com","dop":"2025-04-06","serial_number":"17521816623445","imei1":"17521816623445","imei2":"17521816623445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153078,"job_number":"JOB_153078","tr_customer_id":153095,"tr_customer_product_id":153085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:51:13.000Z","name":"Devan Wiza","mobile_number":"725-295-0415","email_id":"Joshuah.Deckow28@gmail.com","dop":"2025-04-06","serial_number":"10209135742394","imei1":"10209135742394","imei2":"10209135742394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153075,"job_number":"JOB_153075","tr_customer_id":153092,"tr_customer_product_id":153082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:32.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"Kareem Dibbert","mobile_number":"410-582-5268","email_id":"Luna.Bernhard48@hotmail.com","dop":"2025-04-06","serial_number":"18973484455942","imei1":"18973484455942","imei2":"18973484455942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153068,"job_number":"JOB_153068","tr_customer_id":153085,"tr_customer_product_id":153075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:25.000Z","modified_at":"2026-01-13T03:50:35.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"16146863279833","imei1":"16146863279833","imei2":"16146863279833","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153065,"job_number":"JOB_153065","tr_customer_id":153082,"tr_customer_product_id":153072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:51:02.000Z","name":"Raheem Barrows","mobile_number":"542-969-8713","email_id":"Keaton_Bode@gmail.com","dop":"2025-04-06","serial_number":"16074704762127","imei1":"16074704762127","imei2":"16074704762127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153061,"job_number":"JOB_153061","tr_customer_id":153078,"tr_customer_product_id":153068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:19.000Z","modified_at":"2026-01-13T03:50:51.000Z","name":"Colleen Ernser","mobile_number":"699-844-4279","email_id":"Kenna23@gmail.com","dop":"2025-04-06","serial_number":"17381127748744","imei1":"17381127748744","imei2":"17381127748744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153055,"job_number":"JOB_153055","tr_customer_id":153072,"tr_customer_product_id":153062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:10.000Z","modified_at":"2026-01-13T03:50:26.000Z","name":"Dameon Robel","mobile_number":"796-313-0838","email_id":"Fausto45@gmail.com","dop":"2025-05-30","serial_number":"12957538193832","imei1":"12957538193832","imei2":"12957538193832","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153054,"job_number":"JOB_153054","tr_customer_id":153071,"tr_customer_product_id":153061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:19.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"15717034834289","imei1":"15717034834289","imei2":"15717034834289","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153053,"job_number":"JOB_153053","tr_customer_id":153070,"tr_customer_product_id":153060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:19.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"15597299415899","imei1":"15597299415899","imei2":"15597299415899","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153045,"job_number":"JOB_153045","tr_customer_id":153062,"tr_customer_product_id":153052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:04.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Rylan Wyman","mobile_number":"486-791-8683","email_id":"Marisa57@gmail.com","dop":"2025-04-06","serial_number":"18642664288122","imei1":"18642664288122","imei2":"18642664288122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153042,"job_number":"JOB_153042","tr_customer_id":153059,"tr_customer_product_id":153049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:02.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Jesus Goldner","mobile_number":"440-840-5489","email_id":"Ava58@hotmail.com","dop":"2000-01-31","serial_number":"10479885380009","imei1":"10479885380009","imei2":"10479885380009","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153039,"job_number":"JOB_153039","tr_customer_id":153056,"tr_customer_product_id":153046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:58.000Z","modified_at":"2026-01-13T03:50:31.000Z","name":"Camille Yundt","mobile_number":"592-312-2814","email_id":"Lance.Wiegand33@gmail.com","dop":"2025-04-06","serial_number":"13475194639433","imei1":"13475194639433","imei2":"13475194639433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153034,"job_number":"JOB_153034","tr_customer_id":153051,"tr_customer_product_id":153041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"13248131917905","imei1":"13248131917905","imei2":"13248131917905","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153030,"job_number":"JOB_153030","tr_customer_id":153047,"tr_customer_product_id":153037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"10747985253385","imei1":"10747985253385","imei2":"10747985253385","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153028,"job_number":"JOB_153028","tr_customer_id":153045,"tr_customer_product_id":153035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Dillan Cormier","mobile_number":"531-656-0583","email_id":"Wilfred_Lubowitz18@yahoo.com","dop":"2025-04-06","serial_number":"13558337125786","imei1":"13558337125786","imei2":"13558337125786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153022,"job_number":"JOB_153022","tr_customer_id":153039,"tr_customer_product_id":153029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:47.000Z","modified_at":"2026-01-13T03:50:20.000Z","name":"Cordell Gutkowski","mobile_number":"243-829-0350","email_id":"Olen_Swaniawski@hotmail.com","dop":"2025-06-18","serial_number":"10653777848898","imei1":"10653777848898","imei2":"10653777848898","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153019,"job_number":"JOB_153019","tr_customer_id":153036,"tr_customer_product_id":153026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:49.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"18187294946294","imei1":"18187294946294","imei2":"18187294946294","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153016,"job_number":"JOB_153016","tr_customer_id":153033,"tr_customer_product_id":153023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:50:16.000Z","name":"Beverly Harris","mobile_number":"301-322-5530","email_id":"Felton7@gmail.com","dop":"2025-04-06","serial_number":"12487636936531","imei1":"12487636936531","imei2":"12487636936531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153010,"job_number":"JOB_153010","tr_customer_id":153027,"tr_customer_product_id":153017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:33.000Z","modified_at":"2026-01-13T03:50:05.000Z","name":"Kenna Windler","mobile_number":"808-886-1169","email_id":"Ronaldo80@hotmail.com","dop":"2025-04-06","serial_number":"17747950773101","imei1":"17747950773101","imei2":"17747950773101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153008,"job_number":"JOB_153008","tr_customer_id":153025,"tr_customer_product_id":153015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:26.000Z","modified_at":"2026-01-13T03:50:01.000Z","name":"Filomena Leuschke","mobile_number":"575-874-1570","email_id":"Sanford.McGlynn@hotmail.com","dop":"2025-04-06","serial_number":"19345460425815","imei1":"19345460425815","imei2":"19345460425815","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153006,"job_number":"JOB_153006","tr_customer_id":153023,"tr_customer_product_id":153013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:21.000Z","modified_at":"2026-01-13T03:49:57.000Z","name":"Ferne Bradtke","mobile_number":"883-989-8019","email_id":"Maximilian30@gmail.com","dop":"2025-04-06","serial_number":"17328317195301","imei1":"17328317195301","imei2":"17328317195301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153003,"job_number":"JOB_153003","tr_customer_id":153020,"tr_customer_product_id":153010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:18.000Z","modified_at":"2026-01-13T03:49:51.000Z","name":"Suzanne Nikolaus","mobile_number":"972-459-7557","email_id":"Chaim_McDermott59@gmail.com","dop":"2025-04-06","serial_number":"18972021658284","imei1":"18972021658284","imei2":"18972021658284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153000,"job_number":"JOB_153000","tr_customer_id":153017,"tr_customer_product_id":153007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:16.000Z","modified_at":"2026-01-13T03:49:47.000Z","name":"Meta Upton","mobile_number":"404-571-2631","email_id":"Emmett_Barton@yahoo.com","dop":"2025-04-06","serial_number":"18815561395940","imei1":"18815561395940","imei2":"18815561395940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152997,"job_number":"JOB_152997","tr_customer_id":153014,"tr_customer_product_id":153004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:14.000Z","modified_at":"2026-01-13T03:49:45.000Z","name":"Freda Hahn","mobile_number":"701-236-7489","email_id":"Freeman_Schultz46@hotmail.com","dop":"2025-04-06","serial_number":"15118045319983","imei1":"15118045319983","imei2":"15118045319983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152995,"job_number":"JOB_152995","tr_customer_id":153012,"tr_customer_product_id":153002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:13.000Z","modified_at":"2026-01-13T03:49:48.000Z","name":"Kris Anderson","mobile_number":"238-439-9244","email_id":"Casey.Little@gmail.com","dop":"2025-04-06","serial_number":"14347558089754","imei1":"14347558089754","imei2":"14347558089754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152992,"job_number":"JOB_152992","tr_customer_id":153009,"tr_customer_product_id":152999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:08.000Z","modified_at":"2026-01-13T03:49:41.000Z","name":"Columbus Leannon","mobile_number":"654-455-9095","email_id":"Aleen_Strosin@yahoo.com","dop":"2025-06-18","serial_number":"10044495438365","imei1":"10044495438365","imei2":"10044495438365","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152989,"job_number":"JOB_152989","tr_customer_id":153006,"tr_customer_product_id":152996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:39.000Z","modified_at":"2026-01-13T03:49:09.000Z","name":"Jerod Gleason","mobile_number":"897-611-3219","email_id":"Heath14@yahoo.com","dop":"2025-04-06","serial_number":"18061109590413","imei1":"18061109590413","imei2":"18061109590413","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152987,"job_number":"JOB_152987","tr_customer_id":153004,"tr_customer_product_id":152994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:36.000Z","modified_at":"2026-01-13T03:48:44.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"106501656275213","imei1":"106501656275213","imei2":"106501656275213","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152985,"job_number":"JOB_152985","tr_customer_id":153002,"tr_customer_product_id":152992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:29.000Z","modified_at":"2026-01-13T03:49:03.000Z","name":"Cleveland Graham","mobile_number":"701-491-9079","email_id":"Margret.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"15980580935740","imei1":"15980580935740","imei2":"15980580935740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152984,"job_number":"JOB_152984","tr_customer_id":153001,"tr_customer_product_id":152991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:26.000Z","modified_at":"2026-01-13T03:48:34.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"44686622256578","imei1":"44686622256578","imei2":"44686622256578","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152981,"job_number":"JOB_152981","tr_customer_id":152998,"tr_customer_product_id":152988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:09:19.000Z","modified_at":"2026-01-13T03:09:47.000Z","name":"Jaylan Lindgren","mobile_number":"317-271-0108","email_id":"Berry.Ziemann@yahoo.com","dop":"2025-04-06","serial_number":"18593004504346","imei1":"18593004504346","imei2":"18593004504346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:09:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152979,"job_number":"JOB_152979","tr_customer_id":152996,"tr_customer_product_id":152986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:46.000Z","modified_at":"2026-01-13T03:09:14.000Z","name":"Selmer Friesen","mobile_number":"827-819-6563","email_id":"Catherine_Hilpert@hotmail.com","dop":"2025-04-06","serial_number":"14106411238955","imei1":"14106411238955","imei2":"14106411238955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152977,"job_number":"JOB_152977","tr_customer_id":152994,"tr_customer_product_id":152984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:13.000Z","modified_at":"2026-01-13T03:08:41.000Z","name":"Seth Simonis","mobile_number":"323-963-5539","email_id":"Berenice.Luettgen@hotmail.com","dop":"2025-04-06","serial_number":"17889659388897","imei1":"17889659388897","imei2":"17889659388897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:08:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152974,"job_number":"JOB_152974","tr_customer_id":152991,"tr_customer_product_id":152981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:45:19.000Z","modified_at":"2026-01-13T01:45:29.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"145985204479432","imei1":"145985204479432","imei2":"145985204479432","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T01:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152972,"job_number":"JOB_152972","tr_customer_id":152989,"tr_customer_product_id":152979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:43:27.000Z","modified_at":"2026-01-13T01:44:35.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"116894662006412","imei1":"116894662006412","imei2":"116894662006412","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T01:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152960,"job_number":"JOB_152960","tr_customer_id":152977,"tr_customer_product_id":152967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:59:06.000Z","modified_at":"2026-01-13T00:59:11.000Z","name":"Luisa Connelly","mobile_number":"757-483-7816","email_id":"Rowland.Abbott2@hotmail.com","dop":"2025-10-12","serial_number":"14313103300915","imei1":"14313103300915","imei2":"14313103300915","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T00:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI4OTA5Nn0.QxiTWrMxhRvIrm5ldLFxaplXEGeKrP3YNFWHgqlTK74 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 03aca43d-cc0a-433e-ae73-a10bcecdf6d6 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"bbd-D3a8lj7oRGApn69rEeEllrM7pKM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:24:57 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":152958,"job_number":"JOB_152958","tr_customer_id":152975,"tr_customer_product_id":152965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:22:51.000Z","modified_at":"2026-01-13T00:22:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"179708433530840","imei1":"179708433530840","imei2":"179708433530840","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T00:22:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":152962,"job_number":"JOB_152962","tr_customer_id":152979,"tr_customer_product_id":152969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:18:01.000Z","modified_at":"2026-01-13T01:18:06.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"182929472243334","imei1":"182929472243334","imei2":"182929472243334","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T01:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":153463,"job_number":"JOB_153463","tr_customer_id":153480,"tr_customer_product_id":153470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:24:48.000Z","modified_at":"2026-01-13T07:24:55.000Z","name":"Jasper Jacobs","mobile_number":"263-201-8380","email_id":"Oral54@yahoo.com","dop":"2025-11-04","serial_number":"60467304956938","imei1":"60467304956938","imei2":"60467304956938","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T07:24:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI4OTA5Nn0.QxiTWrMxhRvIrm5ldLFxaplXEGeKrP3YNFWHgqlTK74 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 00347860-37a3-49ba-8dd9-8ce79c4fe738 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 24 |
{
"job_id": 153463
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 49 |
| ETag | W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:58 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"QC completed successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI4OTA5Nn0.QxiTWrMxhRvIrm5ldLFxaplXEGeKrP3YNFWHgqlTK74 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | fb54f9dd-1fcc-4534-bb82-065909d0de6d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"7e4-hEErjhbviXJE0Ftd/XvKjP62L9Q" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:24:58 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":152958,"job_number":"JOB_152958","tr_customer_id":152975,"tr_customer_product_id":152965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:22:51.000Z","modified_at":"2026-01-13T00:22:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"179708433530840","imei1":"179708433530840","imei2":"179708433530840","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T00:22:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":152962,"job_number":"JOB_152962","tr_customer_id":152979,"tr_customer_product_id":152969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:18:01.000Z","modified_at":"2026-01-13T01:18:06.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"182929472243334","imei1":"182929472243334","imei2":"182929472243334","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T01:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamfd","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 29a54941-916b-41cf-b100-8e10aa6b70a0 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 42 |
{"username":"iamfd","password":"password"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-kPzu53sjz7kBJExAzmBDnAZ/IfU" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:58 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwOTh9.s1unpCLv0qphtO_RgScCI3OomiWqOpa7IbIgvLnxYgs"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwODV9.-Glm2QIB9vaOMby6CBpIe-7LiL7k7JHpmMyc8HKgKUE |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 36c26678-47bd-41a4-9a0f-11ca60b18a21 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:58 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwODV9.-Glm2QIB9vaOMby6CBpIe-7LiL7k7JHpmMyc8HKgKUE |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 36a7930b-1c54-4e18-89d1-e5358053240e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-PbknenL2pCeafc29V47I8j+8Z5A" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:59 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":4},{"label":"Created today","key":"created_today","count":507},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_delivery"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwODV9.-Glm2QIB9vaOMby6CBpIe-7LiL7k7JHpmMyc8HKgKUE |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 8ace93a1-924a-40b3-a9cc-901befa5c04b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 38 |
{"details_key":"pending_for_delivery"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"f6f-6RXECh6Dq3sGYt3ixtV0k6wgh98" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:24:59 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":152972,"job_number":"JOB_152972","tr_customer_id":152989,"tr_customer_product_id":152979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:43:27.000Z","modified_at":"2026-01-13T01:44:35.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"116894662006412","imei1":"116894662006412","imei2":"116894662006412","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T01:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153230,"job_number":"JOB_153230","tr_customer_id":153247,"tr_customer_product_id":153237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:20.000Z","modified_at":"2026-01-13T04:53:41.000Z","name":"Olin Barton","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"107200541596307","imei1":"107200541596307","imei2":"107200541596307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T04:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152994,"job_number":"JOB_152994","tr_customer_id":153011,"tr_customer_product_id":153001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:10.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11037017348002","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153463,"job_number":"JOB_153463","tr_customer_id":153480,"tr_customer_product_id":153470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:24:48.000Z","modified_at":"2026-01-13T07:24:58.000Z","name":"Jasper Jacobs","mobile_number":"263-201-8380","email_id":"Oral54@yahoo.com","dop":"2025-11-04","serial_number":"60467304956938","imei1":"60467304956938","imei2":"60467304956938","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T07:24:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwODV9.-Glm2QIB9vaOMby6CBpIe-7LiL7k7JHpmMyc8HKgKUE |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 2fa01de4-c299-48dc-bd39-2f899b3f0668 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"f6f-6RXECh6Dq3sGYt3ixtV0k6wgh98" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:24:59 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":152972,"job_number":"JOB_152972","tr_customer_id":152989,"tr_customer_product_id":152979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:43:27.000Z","modified_at":"2026-01-13T01:44:35.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"116894662006412","imei1":"116894662006412","imei2":"116894662006412","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T01:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153230,"job_number":"JOB_153230","tr_customer_id":153247,"tr_customer_product_id":153237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:20.000Z","modified_at":"2026-01-13T04:53:41.000Z","name":"Olin Barton","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"107200541596307","imei1":"107200541596307","imei2":"107200541596307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T04:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152994,"job_number":"JOB_152994","tr_customer_id":153011,"tr_customer_product_id":153001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:10.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11037017348002","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153463,"job_number":"JOB_153463","tr_customer_id":153480,"tr_customer_product_id":153470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:24:48.000Z","modified_at":"2026-01-13T07:24:58.000Z","name":"Jasper Jacobs","mobile_number":"263-201-8380","email_id":"Oral54@yahoo.com","dop":"2025-11-04","serial_number":"60467304956938","imei1":"60467304956938","imei2":"60467304956938","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T07:24:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwODV9.-Glm2QIB9vaOMby6CBpIe-7LiL7k7JHpmMyc8HKgKUE |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 216fe32c-d857-4d44-bea3-bd05bc25b87b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 24 |
{
"job_id": 153463
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 58 |
| ETag | W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:24:59 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Delivered to customer successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_98100"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwODV9.-Glm2QIB9vaOMby6CBpIe-7LiL7k7JHpmMyc8HKgKUE |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 71ec1ce8-74fa-4bad-9285-8a8c195a286d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 26 |
{"searchText":"JOB_98100"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:00 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwODV9.-Glm2QIB9vaOMby6CBpIe-7LiL7k7JHpmMyc8HKgKUE |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 525546c1-1092-42ec-8b3c-a76a8306708b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:00 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
| Header Name | Header Value |
|---|
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | Nibriti |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 656f9227-2fae-4007-824b-ee5d9b23c60f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 58 |
{
"username": "iamfd",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-4F4UOu0fnXFarFqufN1k2Dmh3Dw" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:00 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDB9.23E00K-tOMzwqab5cdlSfLP2WrOwF1j309cbbq_g3nQ"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 200 | 1 | 0 | 0 |
| Verify that message should be 'Success' | 1 | 0 | 0 |
| Verify that token shoukd be valid | 1 | 0 | 0 |
| Verify JSON Success | 1 | 0 | 0 |
| Verify the resposne time is below 400ms | 1 | 0 | 0 |
| Total | 5 | 0 | 0 |
| Test Name | Assertion Error |
|---|
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | Nibriti |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | c451afb0-18ea-4a5f-a194-57bc585dbd80 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 71 |
{
"username": "{{invalidusername}}",
"password": "Pass123"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 111 |
| ETag | W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:00 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify correct error message is shown | 1 | 0 | 0 |
| Verify correct error status is shown | 0 | 1 | 0 |
| Verify jsonSchema | 1 | 0 | 0 |
| Total | 2 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify correct error status is shown | |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | Nibriti |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 4de384b3-b5b1-4917-8c9f-65e9ed36868b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 45 |
{
"username": "",
"password": ""
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 98 |
| ETag | W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:00 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify correct error message is shown | 1 | 0 | 0 |
| Verify correct error status is shown | 0 | 1 | 0 |
| Verify jsonSchema | 1 | 0 | 0 |
| Total | 2 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify correct error status is shown | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDB9.23E00K-tOMzwqab5cdlSfLP2WrOwF1j309cbbq_g3nQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | acbfa99d-634a-4258-a04a-af61cf6e903b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:01 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if status code is 200 | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify the response tine is below 400ms | 1 | 0 | 0 |
| Verify user data is present in response | 1 | 0 | 0 |
| Verify JSON Response Schema | 1 | 0 | 0 |
| Total | 5 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDB9.23E00K-tOMzwqab5cdlSfLP2WrOwF1j309cbbq_g3nQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6adde04d-7c89-4edf-8c7c-60e758fd6248 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:01 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Security:Veirfy if passowrd field is not present in the response | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Security:Veirfy if passowrd field is not present in the response | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDB9.23E00K-tOMzwqab5cdlSfLP2WrOwF1j309cbbq_g3nQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 538105d9-0acb-430d-bb7e-b32a691e19d0 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:02 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDB9.23E00K-tOMzwqab5cdlSfLP2WrOwF1j309cbbq_g3nQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 71a36971-9f58-4ca6-8192-44b6385708ab |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-TxpUp5QM9Isl9Hod5jde6DO71Bk" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:02 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":3},{"label":"Created today","key":"created_today","count":507},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify that status code is 200 | 1 | 0 | 0 |
| Verify that response time is below 500ms | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify if the length of the data array is 3 | 1 | 0 | 0 |
| Verify if the keys are present in response data Array | 1 | 0 | 0 |
| Verify if the count for the Json object Pending for delivery is Number or not | 1 | 0 | 0 |
| Verify if the count for the Json object Created today is Number or not | 1 | 0 | 0 |
| Verify if the count for the Json object Pending for FST assignment is Number or not | 1 | 0 | 0 |
| Total | 9 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDB9.23E00K-tOMzwqab5cdlSfLP2WrOwF1j309cbbq_g3nQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ce4f63c7-c44d-4188-9d3e-b45ba75c690b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:02 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDB9.23E00K-tOMzwqab5cdlSfLP2WrOwF1j309cbbq_g3nQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 42dc6e6a-fa8a-40ce-9fa5-20e4768e3856 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-TxpUp5QM9Isl9Hod5jde6DO71Bk" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:03 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":3},{"label":"Created today","key":"created_today","count":507},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify status code is 401 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDB9.23E00K-tOMzwqab5cdlSfLP2WrOwF1j309cbbq_g3nQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | e05d98e3-515b-48fb-b435-e895197519ac |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:25:03 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify that response time is below 500 | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify if the key mst_oem is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_model is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_action_status is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_warrenty_status is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_product is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_role is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_service_location is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_problem is present in the response body | 1 | 0 | 0 |
| Verify if the key map_fst_pincode is present in the response body | 1 | 0 | 0 |
| Verify if the key is storing a non empty array | 1 | 0 | 0 |
| Total | 14 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDB9.23E00K-tOMzwqab5cdlSfLP2WrOwF1j309cbbq_g3nQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d53bc151-3d0d-4d50-a40b-cb3bca8e3ab8 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:03 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDB9.23E00K-tOMzwqab5cdlSfLP2WrOwF1j309cbbq_g3nQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 661e30a8-ea7b-4a4e-9072-b16642e591ac |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:25:04 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify status code is 401 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDB9.23E00K-tOMzwqab5cdlSfLP2WrOwF1j309cbbq_g3nQ |
| randomnumber | 937 |
| randomFirstName | Addison |
| randomLastName | Bode |
| randomEmail | Alphonso.Casper@hotmail.com |
| randomPhone | 268-405-7456 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | fab35a3c-36ff-40bd-986a-99455f24c9f2 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1053 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Hilda",
"last_name": "Daniel",
"mobile_number": "336-787-3623",
"mobile_number_alt": "",
"email_id": "Jessyca.Skiles@yahoo.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"74790186277957",
"imei1": "74790186277957",
"imei2": "74790186277957",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 233 |
| ETag | W/"e9-4OROkt0wG7mknwXMauKdAbKcP4U" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:04 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Job created successfully. ","data":{"id":153464,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":153481,"tr_customer_product_id":153471,"job_number":"JOB_153464"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Verify if response message is Job Created Successfully | 1 | 0 | 0 |
| Verify that response time is below 500 | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify that id is present in the response data | 1 | 0 | 0 |
| Verify that mst_service_location_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_platform_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_warrenty_status_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_oem_id is present in the response data | 1 | 0 | 0 |
| Verify that tr_customer_id is present in the response data | 1 | 0 | 0 |
| Verify that tr_customer_product_id is present in the response data | 1 | 0 | 0 |
| Verify that job_number is present in the response data | 1 | 0 | 0 |
| Verify job_number starts with JOB_ | 1 | 0 | 0 |
| Total | 13 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDB9.23E00K-tOMzwqab5cdlSfLP2WrOwF1j309cbbq_g3nQ |
| randomnumber | 631 |
| randomFirstName | Brigitte |
| randomLastName | Turcotte |
| randomEmail | Bernard.Watsica7@gmail.com |
| randomPhone | 873-685-8879 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | c5e67b07-ec61-4006-9037-ec00be249587 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1049 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Aurore",
"last_name": "Roberts",
"mobile_number": "852-470-4761",
"mobile_number_alt": "",
"email_id": "Joesph55@yahoo.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"37287929000689",
"imei1": "37287929000689",
"imei2": "37287929000689",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:04 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkwOTF9.pmKK_O51ekdeDUXAq8S8PFPHUX4z-TdDtzxjA34fZWk |
| randomnumber | 950 |
| randomFirstName | Brenna |
| randomLastName | Hudson |
| randomEmail | Leanne21@yahoo.com |
| randomPhone | 772-689-7016 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d4554953-236d-4c21-912a-b6ebb23b2c6f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1052 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Marge",
"last_name": "Koelpin",
"mobile_number": "468-667-9361",
"mobile_number_alt": "",
"email_id": "Dorris.Walsh@yahoo.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"73660897801998",
"imei1": "73660897801998",
"imei2": "73660897801998",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 100 |
| ETag | W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:05 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 403 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDB9.23E00K-tOMzwqab5cdlSfLP2WrOwF1j309cbbq_g3nQ |
| randomnumber | 423 |
| randomFirstName | Verla |
| randomLastName | Reichert |
| randomEmail | Toney_Batz@hotmail.com |
| randomPhone | 345-812-7887 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 074a2a98-f597-45ef-a4f1-eee553f6524b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 122 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 279 |
| ETag | W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:05 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n \"mst_service_location_id\": 0,\r\n \"mst_platform_id\": 2,\r\n \"mst_warrenty_status_id\": 1,\r\n \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 1 | 0 | 0 |
| Verify if the error message is shown | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDB9.23E00K-tOMzwqab5cdlSfLP2WrOwF1j309cbbq_g3nQ |
| randomnumber | 137 |
| randomFirstName | Janelle |
| randomLastName | Herzog |
| randomEmail | Fritz.Romaguera@hotmail.com |
| randomPhone | 764-472-0335 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 65b88b5b-2d83-402f-a064-7f000f2e012f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1044 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Karine",
"last_name": "Lueilwitz",
"mobile_number": "999-233-0648",
"mobile_number_alt": "",
"email_id": "Kathryn.Schiller@yahoo.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"100000436",
"imei1": "100000436",
"imei2": "100000436",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 143 |
| ETag | W/"8f-asfwh61GY//05D/sXjFd8ssjiig" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:05 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify if the status code is 400 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDB9.23E00K-tOMzwqab5cdlSfLP2WrOwF1j309cbbq_g3nQ |
| randomnumber | 274 |
| randomFirstName | Declan |
| randomLastName | Hirthe |
| randomEmail | Janae44@gmail.com |
| randomPhone | 853-337-8319 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 48597d2f-c036-4879-8208-350cfec190e0 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 122 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 279 |
| ETag | W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:05 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n \"mst_service_location_id\": 0,\r\n \"mst_platform_id\": 2,\r\n \"mst_warrenty_status_id\": 1,\r\n \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 1 | 0 | 0 |
| Verify if the error message is shown | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDB9.23E00K-tOMzwqab5cdlSfLP2WrOwF1j309cbbq_g3nQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b37b492b-3043-4844-ba59-2b8cb2e02bd1 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-+TpDK6QItJCLqxbSzdU3Cy4k6R8" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:05 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":3},{"label":"Created today","key":"created_today","count":508},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Check if the count for the created jobs today is greater than the old value | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Check if the count for the created jobs today is greater than the old value | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDB9.23E00K-tOMzwqab5cdlSfLP2WrOwF1j309cbbq_g3nQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 95b54ffd-1930-4de8-9983-1e34f9f9a09a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 31 |
{"details_key":"created_today"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"7b366-E9OVTb5g7iqQyBfnuWPF2be4hVA" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:25:06 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":153041,"job_number":"JOB_153041","tr_customer_id":153058,"tr_customer_product_id":153048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:01.000Z","modified_at":"2026-01-13T03:50:01.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10771045020908","imei1":"10771045020908","imei2":"10771045020908","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153043,"job_number":"JOB_153043","tr_customer_id":153060,"tr_customer_product_id":153050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:03.000Z","modified_at":"2026-01-13T03:50:03.000Z","name":"Issac Halvorson","mobile_number":"623-899-5283","email_id":"Luciano.Sauer@hotmail.com","dop":"2000-01-31","serial_number":"1039681522645958","imei1":"1039681522645958","imei2":"1039681522645958","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153094,"job_number":"JOB_153094","tr_customer_id":153111,"tr_customer_product_id":153101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:45.000Z","modified_at":"2026-01-13T03:50:45.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10015942569125","imei1":"10015942569125","imei2":"10015942569125","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153096,"job_number":"JOB_153096","tr_customer_id":153113,"tr_customer_product_id":153103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:46.000Z","modified_at":"2026-01-13T03:50:46.000Z","name":"Jarvis Kemmer","mobile_number":"972-753-9216","email_id":"Hilda.Keeling@yahoo.com","dop":"2000-01-31","serial_number":"1020112878943666","imei1":"1020112878943666","imei2":"1020112878943666","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153133,"job_number":"JOB_153133","tr_customer_id":153150,"tr_customer_product_id":153140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10288763450665","imei1":"10288763450665","imei2":"10288763450665","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153137,"job_number":"JOB_153137","tr_customer_id":153154,"tr_customer_product_id":153144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Jabari Stehr","mobile_number":"287-975-7792","email_id":"Gus_Bins67@gmail.com","dop":"2000-01-31","serial_number":"1098414206692260","imei1":"1098414206692260","imei2":"1098414206692260","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153165,"job_number":"JOB_153165","tr_customer_id":153182,"tr_customer_product_id":153172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10841115840820","imei1":"10841115840820","imei2":"10841115840820","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153168,"job_number":"JOB_153168","tr_customer_id":153185,"tr_customer_product_id":153175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:12.000Z","modified_at":"2026-01-13T03:52:12.000Z","name":"Jermaine Zulauf","mobile_number":"918-227-4575","email_id":"Lincoln.Gottlieb@yahoo.com","dop":"2000-01-31","serial_number":"1027394656263062","imei1":"1027394656263062","imei2":"1027394656263062","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153375,"job_number":"JOB_153375","tr_customer_id":153392,"tr_customer_product_id":153382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:24.000Z","modified_at":"2026-01-13T06:34:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10959448393593","imei1":"10959448393593","imei2":"10959448393593","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153377,"job_number":"JOB_153377","tr_customer_id":153394,"tr_customer_product_id":153384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:26.000Z","modified_at":"2026-01-13T06:34:26.000Z","name":"Tyree Ritchie","mobile_number":"491-439-3683","email_id":"Kim_Pouros@hotmail.com","dop":"2000-01-31","serial_number":"1061851432109229","imei1":"1061851432109229","imei2":"1061851432109229","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153387,"job_number":"JOB_153387","tr_customer_id":153404,"tr_customer_product_id":153394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:05.000Z","modified_at":"2026-01-13T06:35:05.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10678535364811","imei1":"10678535364811","imei2":"10678535364811","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153389,"job_number":"JOB_153389","tr_customer_id":153406,"tr_customer_product_id":153396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:07.000Z","modified_at":"2026-01-13T06:35:07.000Z","name":"Modesta Spinka","mobile_number":"615-484-8860","email_id":"Titus.Pacocha@yahoo.com","dop":"2000-01-31","serial_number":"1007142660208962","imei1":"1007142660208962","imei2":"1007142660208962","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153404,"job_number":"JOB_153404","tr_customer_id":153421,"tr_customer_product_id":153411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:45.000Z","modified_at":"2026-01-13T06:35:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10727612053937","imei1":"10727612053937","imei2":"10727612053937","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153406,"job_number":"JOB_153406","tr_customer_id":153423,"tr_customer_product_id":153413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:47.000Z","modified_at":"2026-01-13T06:35:47.000Z","name":"Tristin Ryan","mobile_number":"731-841-8579","email_id":"Malvina_Botsford@gmail.com","dop":"2000-01-31","serial_number":"1040407565557196","imei1":"1040407565557196","imei2":"1040407565557196","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153415,"job_number":"JOB_153415","tr_customer_id":153432,"tr_customer_product_id":153422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:25.000Z","modified_at":"2026-01-13T06:36:25.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10674195446428","imei1":"10674195446428","imei2":"10674195446428","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153418,"job_number":"JOB_153418","tr_customer_id":153435,"tr_customer_product_id":153425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:27.000Z","modified_at":"2026-01-13T06:36:27.000Z","name":"Rebecca Beatty","mobile_number":"599-283-0498","email_id":"Rachel_Corwin@gmail.com","dop":"2000-01-31","serial_number":"1098154260216714","imei1":"1098154260216714","imei2":"1098154260216714","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":152957,"job_number":"JOB_152957","tr_customer_id":152974,"tr_customer_product_id":152964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:13:56.000Z","modified_at":"2026-01-13T00:13:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"01124567894665","imei1":"01124567894665","imei2":"01124567894665","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:13:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152958,"job_number":"JOB_152958","tr_customer_id":152975,"tr_customer_product_id":152965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:22:51.000Z","modified_at":"2026-01-13T00:22:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"179708433530840","imei1":"179708433530840","imei2":"179708433530840","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T00:22:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152960,"job_number":"JOB_152960","tr_customer_id":152977,"tr_customer_product_id":152967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:59:06.000Z","modified_at":"2026-01-13T00:59:11.000Z","name":"Luisa Connelly","mobile_number":"757-483-7816","email_id":"Rowland.Abbott2@hotmail.com","dop":"2025-10-12","serial_number":"14313103300915","imei1":"14313103300915","imei2":"14313103300915","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T00:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152961,"job_number":"JOB_152961","tr_customer_id":152978,"tr_customer_product_id":152968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:59:07.000Z","modified_at":"2026-01-13T00:59:07.000Z","name":"Duncan Hamill","mobile_number":"825-616-1411","email_id":"Lizzie_Kohler@yahoo.com","dop":"2025-10-12","serial_number":"1005687804592704","imei1":"1005687804592704","imei2":"1005687804592704","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152962,"job_number":"JOB_152962","tr_customer_id":152979,"tr_customer_product_id":152969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:18:01.000Z","modified_at":"2026-01-13T01:18:06.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"182929472243334","imei1":"182929472243334","imei2":"182929472243334","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T01:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152963,"job_number":"JOB_152963","tr_customer_id":152980,"tr_customer_product_id":152970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:22:03.000Z","modified_at":"2026-01-13T01:22:03.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2026-01-03","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2026-01-03T01:22:03.107431112Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152972,"job_number":"JOB_152972","tr_customer_id":152989,"tr_customer_product_id":152979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:43:27.000Z","modified_at":"2026-01-13T01:44:35.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"116894662006412","imei1":"116894662006412","imei2":"116894662006412","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T01:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152974,"job_number":"JOB_152974","tr_customer_id":152991,"tr_customer_product_id":152981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:45:19.000Z","modified_at":"2026-01-13T01:45:29.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"145985204479432","imei1":"145985204479432","imei2":"145985204479432","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T01:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152977,"job_number":"JOB_152977","tr_customer_id":152994,"tr_customer_product_id":152984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:13.000Z","modified_at":"2026-01-13T03:08:41.000Z","name":"Seth Simonis","mobile_number":"323-963-5539","email_id":"Berenice.Luettgen@hotmail.com","dop":"2025-04-06","serial_number":"17889659388897","imei1":"17889659388897","imei2":"17889659388897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:08:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152978,"job_number":"JOB_152978","tr_customer_id":152995,"tr_customer_product_id":152985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:14.000Z","modified_at":"2026-01-13T03:08:14.000Z","name":"Geraldine Lubowitz","mobile_number":"467-229-6632","email_id":"Hazel30@gmail.com","dop":"2025-04-06","serial_number":"12233429785513206","imei1":"12233429785513206","imei2":"12233429785513206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152979,"job_number":"JOB_152979","tr_customer_id":152996,"tr_customer_product_id":152986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:46.000Z","modified_at":"2026-01-13T03:09:14.000Z","name":"Selmer Friesen","mobile_number":"827-819-6563","email_id":"Catherine_Hilpert@hotmail.com","dop":"2025-04-06","serial_number":"14106411238955","imei1":"14106411238955","imei2":"14106411238955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152980,"job_number":"JOB_152980","tr_customer_id":152997,"tr_customer_product_id":152987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:47.000Z","modified_at":"2026-01-13T03:08:47.000Z","name":"Augusta Hilpert","mobile_number":"999-471-9071","email_id":"Jude88@gmail.com","dop":"2025-04-06","serial_number":"15043299492058636","imei1":"15043299492058636","imei2":"15043299492058636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152981,"job_number":"JOB_152981","tr_customer_id":152998,"tr_customer_product_id":152988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:09:19.000Z","modified_at":"2026-01-13T03:09:47.000Z","name":"Jaylan Lindgren","mobile_number":"317-271-0108","email_id":"Berry.Ziemann@yahoo.com","dop":"2025-04-06","serial_number":"18593004504346","imei1":"18593004504346","imei2":"18593004504346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:09:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152982,"job_number":"JOB_152982","tr_customer_id":152999,"tr_customer_product_id":152989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:09:21.000Z","modified_at":"2026-01-13T03:09:21.000Z","name":"Hassan Yost","mobile_number":"264-378-4605","email_id":"Eulalia_Stark@hotmail.com","dop":"2025-04-06","serial_number":"17154142032826798","imei1":"17154142032826798","imei2":"17154142032826798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:09:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152984,"job_number":"JOB_152984","tr_customer_id":153001,"tr_customer_product_id":152991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:26.000Z","modified_at":"2026-01-13T03:48:34.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"44686622256578","imei1":"44686622256578","imei2":"44686622256578","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152985,"job_number":"JOB_152985","tr_customer_id":153002,"tr_customer_product_id":152992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:29.000Z","modified_at":"2026-01-13T03:49:03.000Z","name":"Cleveland Graham","mobile_number":"701-491-9079","email_id":"Margret.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"15980580935740","imei1":"15980580935740","imei2":"15980580935740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152986,"job_number":"JOB_152986","tr_customer_id":153003,"tr_customer_product_id":152993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:31.000Z","modified_at":"2026-01-13T03:48:31.000Z","name":"Jeffery Konopelski","mobile_number":"984-952-2139","email_id":"Delia50@gmail.com","dop":"2025-04-06","serial_number":"10013235749073844","imei1":"10013235749073844","imei2":"10013235749073844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152987,"job_number":"JOB_152987","tr_customer_id":153004,"tr_customer_product_id":152994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:36.000Z","modified_at":"2026-01-13T03:48:44.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"106501656275213","imei1":"106501656275213","imei2":"106501656275213","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152988,"job_number":"JOB_152988","tr_customer_id":153005,"tr_customer_product_id":152995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:38.000Z","modified_at":"2026-01-13T03:48:38.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11880112270859","imei1":"11880112270859","imei2":"11880112270859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152989,"job_number":"JOB_152989","tr_customer_id":153006,"tr_customer_product_id":152996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:39.000Z","modified_at":"2026-01-13T03:49:09.000Z","name":"Jerod Gleason","mobile_number":"897-611-3219","email_id":"Heath14@yahoo.com","dop":"2025-04-06","serial_number":"18061109590413","imei1":"18061109590413","imei2":"18061109590413","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152990,"job_number":"JOB_152990","tr_customer_id":153007,"tr_customer_product_id":152997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:40.000Z","modified_at":"2026-01-13T03:48:40.000Z","name":"Kyleigh Johnston","mobile_number":"392-597-6881","email_id":"Dorothea.Bogisich85@hotmail.com","dop":"2025-04-06","serial_number":"12920132890083952","imei1":"12920132890083952","imei2":"12920132890083952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152991,"job_number":"JOB_152991","tr_customer_id":153008,"tr_customer_product_id":152998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:08.000Z","modified_at":"2026-01-13T03:49:08.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10450777953251","imei1":"10450777953251","imei2":"10450777953251","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152992,"job_number":"JOB_152992","tr_customer_id":153009,"tr_customer_product_id":152999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:08.000Z","modified_at":"2026-01-13T03:49:41.000Z","name":"Columbus Leannon","mobile_number":"654-455-9095","email_id":"Aleen_Strosin@yahoo.com","dop":"2025-06-18","serial_number":"10044495438365","imei1":"10044495438365","imei2":"10044495438365","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152993,"job_number":"JOB_152993","tr_customer_id":153010,"tr_customer_product_id":153000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:09.000Z","modified_at":"2026-01-13T03:49:09.000Z","name":"Karine Lebsack","mobile_number":"977-381-7576","email_id":"Luther51@hotmail.com","dop":"2025-06-18","serial_number":"1042195630777838","imei1":"1042195630777838","imei2":"1042195630777838","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152995,"job_number":"JOB_152995","tr_customer_id":153012,"tr_customer_product_id":153002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:13.000Z","modified_at":"2026-01-13T03:49:48.000Z","name":"Kris Anderson","mobile_number":"238-439-9244","email_id":"Casey.Little@gmail.com","dop":"2025-04-06","serial_number":"14347558089754","imei1":"14347558089754","imei2":"14347558089754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152996,"job_number":"JOB_152996","tr_customer_id":153013,"tr_customer_product_id":153003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:14.000Z","modified_at":"2026-01-13T03:49:14.000Z","name":"Alison Hamill","mobile_number":"745-240-9299","email_id":"Jarrett.Graham65@yahoo.com","dop":"2025-04-06","serial_number":"15194139488119204","imei1":"15194139488119204","imei2":"15194139488119204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152997,"job_number":"JOB_152997","tr_customer_id":153014,"tr_customer_product_id":153004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:14.000Z","modified_at":"2026-01-13T03:49:45.000Z","name":"Freda Hahn","mobile_number":"701-236-7489","email_id":"Freeman_Schultz46@hotmail.com","dop":"2025-04-06","serial_number":"15118045319983","imei1":"15118045319983","imei2":"15118045319983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152998,"job_number":"JOB_152998","tr_customer_id":153015,"tr_customer_product_id":153005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:15.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Morgan Zemlak","mobile_number":"773-714-6804","email_id":"Lexi.Reilly93@yahoo.com","dop":"2025-04-06","serial_number":"18176075426418570","imei1":"18176075426418570","imei2":"18176075426418570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152999,"job_number":"JOB_152999","tr_customer_id":153016,"tr_customer_product_id":153006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:16.000Z","modified_at":"2026-01-13T03:49:16.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19071431659130","imei1":"19071431659130","imei2":"19071431659130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153000,"job_number":"JOB_153000","tr_customer_id":153017,"tr_customer_product_id":153007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:16.000Z","modified_at":"2026-01-13T03:49:47.000Z","name":"Meta Upton","mobile_number":"404-571-2631","email_id":"Emmett_Barton@yahoo.com","dop":"2025-04-06","serial_number":"18815561395940","imei1":"18815561395940","imei2":"18815561395940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153001,"job_number":"JOB_153001","tr_customer_id":153018,"tr_customer_product_id":153008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:17.000Z","modified_at":"2026-01-13T03:49:17.000Z","name":"Ethyl Murphy","mobile_number":"526-816-1746","email_id":"Faye52@gmail.com","dop":"2025-04-06","serial_number":"14574128161791344","imei1":"14574128161791344","imei2":"14574128161791344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153002,"job_number":"JOB_153002","tr_customer_id":153019,"tr_customer_product_id":153009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:18.000Z","modified_at":"2026-01-13T03:49:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19225349064885","imei1":"19225349064885","imei2":"19225349064885","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153003,"job_number":"JOB_153003","tr_customer_id":153020,"tr_customer_product_id":153010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:18.000Z","modified_at":"2026-01-13T03:49:51.000Z","name":"Suzanne Nikolaus","mobile_number":"972-459-7557","email_id":"Chaim_McDermott59@gmail.com","dop":"2025-04-06","serial_number":"18972021658284","imei1":"18972021658284","imei2":"18972021658284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153004,"job_number":"JOB_153004","tr_customer_id":153021,"tr_customer_product_id":153011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:19.000Z","modified_at":"2026-01-13T03:49:19.000Z","name":"Nettie Witting","mobile_number":"815-907-1531","email_id":"Virginie74@hotmail.com","dop":"2025-04-06","serial_number":"10601861065443798","imei1":"10601861065443798","imei2":"10601861065443798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153005,"job_number":"JOB_153005","tr_customer_id":153022,"tr_customer_product_id":153012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:21.000Z","modified_at":"2026-01-13T03:49:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11549932616810","imei1":"11549932616810","imei2":"11549932616810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153006,"job_number":"JOB_153006","tr_customer_id":153023,"tr_customer_product_id":153013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:21.000Z","modified_at":"2026-01-13T03:49:57.000Z","name":"Ferne Bradtke","mobile_number":"883-989-8019","email_id":"Maximilian30@gmail.com","dop":"2025-04-06","serial_number":"17328317195301","imei1":"17328317195301","imei2":"17328317195301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153007,"job_number":"JOB_153007","tr_customer_id":153024,"tr_customer_product_id":153014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:22.000Z","modified_at":"2026-01-13T03:49:22.000Z","name":"Wendy Ziemann","mobile_number":"956-538-3965","email_id":"Lonny.White@gmail.com","dop":"2025-04-06","serial_number":"14865650404964128","imei1":"14865650404964128","imei2":"14865650404964128","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153008,"job_number":"JOB_153008","tr_customer_id":153025,"tr_customer_product_id":153015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:26.000Z","modified_at":"2026-01-13T03:50:01.000Z","name":"Filomena Leuschke","mobile_number":"575-874-1570","email_id":"Sanford.McGlynn@hotmail.com","dop":"2025-04-06","serial_number":"19345460425815","imei1":"19345460425815","imei2":"19345460425815","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153009,"job_number":"JOB_153009","tr_customer_id":153026,"tr_customer_product_id":153016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:27.000Z","modified_at":"2026-01-13T03:49:27.000Z","name":"Gonzalo Daniel","mobile_number":"726-437-9061","email_id":"Kaylee6@gmail.com","dop":"2025-04-06","serial_number":"11273833509541268","imei1":"11273833509541268","imei2":"11273833509541268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153010,"job_number":"JOB_153010","tr_customer_id":153027,"tr_customer_product_id":153017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:33.000Z","modified_at":"2026-01-13T03:50:05.000Z","name":"Kenna Windler","mobile_number":"808-886-1169","email_id":"Ronaldo80@hotmail.com","dop":"2025-04-06","serial_number":"17747950773101","imei1":"17747950773101","imei2":"17747950773101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153012,"job_number":"JOB_153012","tr_customer_id":153029,"tr_customer_product_id":153019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:34.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"Andreanne Cassin","mobile_number":"739-516-5141","email_id":"Jarvis_Keebler@gmail.com","dop":"2025-04-06","serial_number":"13213391237709272","imei1":"13213391237709272","imei2":"13213391237709272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153013,"job_number":"JOB_153013","tr_customer_id":153030,"tr_customer_product_id":153020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:35.000Z","modified_at":"2026-01-13T03:49:35.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15564773480890","imei1":"15564773480890","imei2":"15564773480890","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153014,"job_number":"JOB_153014","tr_customer_id":153031,"tr_customer_product_id":153021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:36.000Z","modified_at":"2026-01-13T03:49:36.000Z","name":"Genevieve Christiansen","mobile_number":"609-220-8540","email_id":"Kavon18@gmail.com","dop":"2025-09-16","serial_number":"18835594473873","imei1":"18835594473873","imei2":"18835594473873","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153015,"job_number":"JOB_153015","tr_customer_id":153032,"tr_customer_product_id":153022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:38.000Z","modified_at":"2026-01-13T03:49:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19813392024704","imei1":"19813392024704","imei2":"19813392024704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153016,"job_number":"JOB_153016","tr_customer_id":153033,"tr_customer_product_id":153023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:50:16.000Z","name":"Beverly Harris","mobile_number":"301-322-5530","email_id":"Felton7@gmail.com","dop":"2025-04-06","serial_number":"12487636936531","imei1":"12487636936531","imei2":"12487636936531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153017,"job_number":"JOB_153017","tr_customer_id":153034,"tr_customer_product_id":153024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Kitty Lueilwitz","mobile_number":"646-749-9591","email_id":"Rosamond35@gmail.com","dop":"2025-09-09","serial_number":"11462213309292","imei1":"11462213309292","imei2":"11462213309292","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153018,"job_number":"JOB_153018","tr_customer_id":153035,"tr_customer_product_id":153025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Evie Treutel","mobile_number":"906-222-6390","email_id":"Barrett13@gmail.com","dop":"2025-09-09","serial_number":"14848928990324","imei1":"14848928990324","imei2":"14848928990324","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153019,"job_number":"JOB_153019","tr_customer_id":153036,"tr_customer_product_id":153026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:49.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"18187294946294","imei1":"18187294946294","imei2":"18187294946294","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153020,"job_number":"JOB_153020","tr_customer_id":153037,"tr_customer_product_id":153027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:40.000Z","modified_at":"2026-01-13T03:49:40.000Z","name":"Violet Ebert","mobile_number":"593-518-3750","email_id":"Otilia_Moore@yahoo.com","dop":"2025-04-06","serial_number":"17674437261519444","imei1":"17674437261519444","imei2":"17674437261519444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153021,"job_number":"JOB_153021","tr_customer_id":153038,"tr_customer_product_id":153028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:47.000Z","modified_at":"2026-01-13T03:49:47.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10778763278278","imei1":"10778763278278","imei2":"10778763278278","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153022,"job_number":"JOB_153022","tr_customer_id":153039,"tr_customer_product_id":153029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:47.000Z","modified_at":"2026-01-13T03:50:20.000Z","name":"Cordell Gutkowski","mobile_number":"243-829-0350","email_id":"Olen_Swaniawski@hotmail.com","dop":"2025-06-18","serial_number":"10653777848898","imei1":"10653777848898","imei2":"10653777848898","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153023,"job_number":"JOB_153023","tr_customer_id":153040,"tr_customer_product_id":153030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:48.000Z","modified_at":"2026-01-13T03:49:48.000Z","name":"Sadie Armstrong","mobile_number":"908-507-8196","email_id":"Rebeca.Lynch47@yahoo.com","dop":"2025-06-18","serial_number":"1053385808139450","imei1":"1053385808139450","imei2":"1053385808139450","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153025,"job_number":"JOB_153025","tr_customer_id":153042,"tr_customer_product_id":153032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:52.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Skyla Keeling","mobile_number":"875-901-9572","email_id":"Adah.Abernathy10@yahoo.com","dop":"2025-09-09","serial_number":"15288842733007","imei1":"15288842733007","imei2":"15288842733007","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153026,"job_number":"JOB_153026","tr_customer_id":153043,"tr_customer_product_id":153033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16528922137835","imei1":"16528922137835","imei2":"16528922137835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153027,"job_number":"JOB_153027","tr_customer_id":153044,"tr_customer_product_id":153034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Genesis Hudson","mobile_number":"545-745-3246","email_id":"Delpha75@gmail.com","dop":"2025-09-09","serial_number":"19428872260199","imei1":"19428872260199","imei2":"19428872260199","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153028,"job_number":"JOB_153028","tr_customer_id":153045,"tr_customer_product_id":153035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Dillan Cormier","mobile_number":"531-656-0583","email_id":"Wilfred_Lubowitz18@yahoo.com","dop":"2025-04-06","serial_number":"13558337125786","imei1":"13558337125786","imei2":"13558337125786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153029,"job_number":"JOB_153029","tr_customer_id":153046,"tr_customer_product_id":153036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Brock Gorczany","mobile_number":"250-398-4087","email_id":"Kory.Jacobs46@yahoo.com","dop":"2025-09-09","serial_number":"15093671361032","imei1":"15093671361032","imei2":"15093671361032","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153030,"job_number":"JOB_153030","tr_customer_id":153047,"tr_customer_product_id":153037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"10747985253385","imei1":"10747985253385","imei2":"10747985253385","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153031,"job_number":"JOB_153031","tr_customer_id":153048,"tr_customer_product_id":153038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Jarvis Rath","mobile_number":"996-571-4584","email_id":"Elisha7@gmail.com","dop":"2025-09-09","serial_number":"10254687094207","imei1":"10254687094207","imei2":"10254687094207","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153032,"job_number":"JOB_153032","tr_customer_id":153049,"tr_customer_product_id":153039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Ona Rodriguez","mobile_number":"842-374-7408","email_id":"Rhianna_Hauck41@hotmail.com","dop":"2025-04-06","serial_number":"18081435645439704","imei1":"18081435645439704","imei2":"18081435645439704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153033,"job_number":"JOB_153033","tr_customer_id":153050,"tr_customer_product_id":153040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Rosalyn Hilpert","mobile_number":"896-465-3399","email_id":"Moses.Grady@yahoo.com","dop":"2025-09-09","serial_number":"17091861974159","imei1":"17091861974159","imei2":"17091861974159","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153034,"job_number":"JOB_153034","tr_customer_id":153051,"tr_customer_product_id":153041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"13248131917905","imei1":"13248131917905","imei2":"13248131917905","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153036,"job_number":"JOB_153036","tr_customer_id":153053,"tr_customer_product_id":153043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:55.000Z","modified_at":"2026-01-13T03:49:55.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"18060098958557","imei1":"18060098958557","imei2":"18060098958557","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153037,"job_number":"JOB_153037","tr_customer_id":153054,"tr_customer_product_id":153044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:56.000Z","modified_at":"2026-01-13T03:49:56.000Z","name":"Noemy Ullrich","mobile_number":"831-724-5885","email_id":"Sarah.Koch@gmail.com","dop":"2025-09-16","serial_number":"19292304559775","imei1":"19292304559775","imei2":"19292304559775","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153038,"job_number":"JOB_153038","tr_customer_id":153055,"tr_customer_product_id":153045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:57.000Z","modified_at":"2026-01-13T03:49:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16171685555591","imei1":"16171685555591","imei2":"16171685555591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153039,"job_number":"JOB_153039","tr_customer_id":153056,"tr_customer_product_id":153046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:58.000Z","modified_at":"2026-01-13T03:50:31.000Z","name":"Camille Yundt","mobile_number":"592-312-2814","email_id":"Lance.Wiegand33@gmail.com","dop":"2025-04-06","serial_number":"13475194639433","imei1":"13475194639433","imei2":"13475194639433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153040,"job_number":"JOB_153040","tr_customer_id":153057,"tr_customer_product_id":153047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:59.000Z","modified_at":"2026-01-13T03:49:59.000Z","name":"Watson Rempel","mobile_number":"556-493-8063","email_id":"Gage_Pollich19@yahoo.com","dop":"2025-04-06","serial_number":"16134003839228460","imei1":"16134003839228460","imei2":"16134003839228460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153042,"job_number":"JOB_153042","tr_customer_id":153059,"tr_customer_product_id":153049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:02.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Jesus Goldner","mobile_number":"440-840-5489","email_id":"Ava58@hotmail.com","dop":"2000-01-31","serial_number":"10479885380009","imei1":"10479885380009","imei2":"10479885380009","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153044,"job_number":"JOB_153044","tr_customer_id":153061,"tr_customer_product_id":153051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:04.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10083490726550","imei1":"10083490726550","imei2":"10083490726550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153045,"job_number":"JOB_153045","tr_customer_id":153062,"tr_customer_product_id":153052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:04.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Rylan Wyman","mobile_number":"486-791-8683","email_id":"Marisa57@gmail.com","dop":"2025-04-06","serial_number":"18642664288122","imei1":"18642664288122","imei2":"18642664288122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153046,"job_number":"JOB_153046","tr_customer_id":153063,"tr_customer_product_id":153053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:05.000Z","modified_at":"2026-01-13T03:50:05.000Z","name":"Bethel McLaughlin","mobile_number":"598-945-2245","email_id":"Shakira.Schuster75@yahoo.com","dop":"2025-04-06","serial_number":"14937021882346436","imei1":"14937021882346436","imei2":"14937021882346436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153048,"job_number":"JOB_153048","tr_customer_id":153065,"tr_customer_product_id":153055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:08.000Z","modified_at":"2026-01-13T03:50:08.000Z","name":"April Treutel","mobile_number":"420-895-4874","email_id":"Tiara_Simonis@yahoo.com","dop":"2025-09-09","serial_number":"16286577028714","imei1":"16286577028714","imei2":"16286577028714","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153049,"job_number":"JOB_153049","tr_customer_id":153066,"tr_customer_product_id":153056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Albertha Johns","mobile_number":"411-980-4646","email_id":"Margot_Bruen20@gmail.com","dop":"2025-09-09","serial_number":"15781439813235","imei1":"15781439813235","imei2":"15781439813235","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153050,"job_number":"JOB_153050","tr_customer_id":153067,"tr_customer_product_id":153057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nelda Hills","mobile_number":"204-244-7851","email_id":"Alta.Baumbach59@hotmail.com","dop":"2025-09-09","serial_number":"12705447284041","imei1":"12705447284041","imei2":"12705447284041","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153051,"job_number":"JOB_153051","tr_customer_id":153068,"tr_customer_product_id":153058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Isabell Botsford","mobile_number":"756-667-9480","email_id":"Michele68@gmail.com","dop":"2025-09-09","serial_number":"19469016127033","imei1":"19469016127033","imei2":"19469016127033","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153052,"job_number":"JOB_153052","tr_customer_id":153069,"tr_customer_product_id":153059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nathanial Jast","mobile_number":"924-711-3457","email_id":"Gunnar.Walsh@yahoo.com","dop":"2025-09-09","serial_number":"10391829021392","imei1":"10391829021392","imei2":"10391829021392","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153053,"job_number":"JOB_153053","tr_customer_id":153070,"tr_customer_product_id":153060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:19.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"15597299415899","imei1":"15597299415899","imei2":"15597299415899","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153054,"job_number":"JOB_153054","tr_customer_id":153071,"tr_customer_product_id":153061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:19.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"15717034834289","imei1":"15717034834289","imei2":"15717034834289","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153055,"job_number":"JOB_153055","tr_customer_id":153072,"tr_customer_product_id":153062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:10.000Z","modified_at":"2026-01-13T03:50:26.000Z","name":"Dameon Robel","mobile_number":"796-313-0838","email_id":"Fausto45@gmail.com","dop":"2025-05-30","serial_number":"12957538193832","imei1":"12957538193832","imei2":"12957538193832","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153056,"job_number":"JOB_153056","tr_customer_id":153073,"tr_customer_product_id":153063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:11.000Z","modified_at":"2026-01-13T03:50:11.000Z","name":"Keeley Bode","mobile_number":"394-649-9827","email_id":"Evans.Paucek82@yahoo.com","dop":"2025-05-30","serial_number":"17230963683630","imei1":"17230963683630","imei2":"17230963683630","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153057,"job_number":"JOB_153057","tr_customer_id":153074,"tr_customer_product_id":153064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:12.000Z","modified_at":"2026-01-13T03:50:12.000Z","name":"Karlie Dickinson","mobile_number":"714-317-8229","email_id":"Hanna.Cruickshank92@gmail.com","dop":"2025-05-30","serial_number":"1031496690652217","imei1":"1031496690652217","imei2":"1031496690652217","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153058,"job_number":"JOB_153058","tr_customer_id":153075,"tr_customer_product_id":153065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:15.000Z","modified_at":"2026-01-13T03:50:15.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18771789001924","imei1":"18771789001924","imei2":"18771789001924","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153059,"job_number":"JOB_153059","tr_customer_id":153076,"tr_customer_product_id":153066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:16.000Z","modified_at":"2026-01-13T03:50:16.000Z","name":"Gina Schulist","mobile_number":"928-944-7730","email_id":"Gerald_Hills31@yahoo.com","dop":"2025-09-16","serial_number":"11005054118814","imei1":"11005054118814","imei2":"11005054118814","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153060,"job_number":"JOB_153060","tr_customer_id":153077,"tr_customer_product_id":153067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:18.000Z","modified_at":"2026-01-13T03:50:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13822944721277","imei1":"13822944721277","imei2":"13822944721277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153061,"job_number":"JOB_153061","tr_customer_id":153078,"tr_customer_product_id":153068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:19.000Z","modified_at":"2026-01-13T03:50:51.000Z","name":"Colleen Ernser","mobile_number":"699-844-4279","email_id":"Kenna23@gmail.com","dop":"2025-04-06","serial_number":"17381127748744","imei1":"17381127748744","imei2":"17381127748744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153062,"job_number":"JOB_153062","tr_customer_id":153079,"tr_customer_product_id":153069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:20.000Z","modified_at":"2026-01-13T03:50:20.000Z","name":"Cynthia Graham","mobile_number":"603-611-6067","email_id":"Judson.Kuhlman34@yahoo.com","dop":"2025-04-06","serial_number":"14760525474247120","imei1":"14760525474247120","imei2":"14760525474247120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153063,"job_number":"JOB_153063","tr_customer_id":153080,"tr_customer_product_id":153070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13096219447386","imei1":"13096219447386","imei2":"13096219447386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153064,"job_number":"JOB_153064","tr_customer_id":153081,"tr_customer_product_id":153071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Avis Durgan","mobile_number":"912-805-0170","email_id":"Selina.Herzog33@hotmail.com","dop":"2025-09-09","serial_number":"16356015097685","imei1":"16356015097685","imei2":"16356015097685","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153065,"job_number":"JOB_153065","tr_customer_id":153082,"tr_customer_product_id":153072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:51:02.000Z","name":"Raheem Barrows","mobile_number":"542-969-8713","email_id":"Keaton_Bode@gmail.com","dop":"2025-04-06","serial_number":"16074704762127","imei1":"16074704762127","imei2":"16074704762127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153066,"job_number":"JOB_153066","tr_customer_id":153083,"tr_customer_product_id":153073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Cullen Predovic","mobile_number":"282-933-3045","email_id":"America.Wisozk51@hotmail.com","dop":"2025-09-09","serial_number":"19108774208927","imei1":"19108774208927","imei2":"19108774208927","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153067,"job_number":"JOB_153067","tr_customer_id":153084,"tr_customer_product_id":153074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:25.000Z","modified_at":"2026-01-13T03:50:25.000Z","name":"Milan Miller","mobile_number":"790-657-9980","email_id":"Kris16@yahoo.com","dop":"2025-09-09","serial_number":"11200593074184","imei1":"11200593074184","imei2":"11200593074184","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153068,"job_number":"JOB_153068","tr_customer_id":153085,"tr_customer_product_id":153075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:25.000Z","modified_at":"2026-01-13T03:50:35.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"16146863279833","imei1":"16146863279833","imei2":"16146863279833","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153069,"job_number":"JOB_153069","tr_customer_id":153086,"tr_customer_product_id":153076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:26.000Z","modified_at":"2026-01-13T03:50:26.000Z","name":"Jailyn Murray","mobile_number":"833-564-9185","email_id":"Lauren.Kuphal85@gmail.com","dop":"2025-04-06","serial_number":"12812647535142484","imei1":"12812647535142484","imei2":"12812647535142484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153074,"job_number":"JOB_153074","tr_customer_id":153091,"tr_customer_product_id":153081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:32.000Z","modified_at":"2026-01-13T03:50:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13844552556611","imei1":"13844552556611","imei2":"13844552556611","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153075,"job_number":"JOB_153075","tr_customer_id":153092,"tr_customer_product_id":153082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:32.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"Kareem Dibbert","mobile_number":"410-582-5268","email_id":"Luna.Bernhard48@hotmail.com","dop":"2025-04-06","serial_number":"18973484455942","imei1":"18973484455942","imei2":"18973484455942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153076,"job_number":"JOB_153076","tr_customer_id":153093,"tr_customer_product_id":153083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:34.000Z","modified_at":"2026-01-13T03:50:34.000Z","name":"Kaitlin Windler","mobile_number":"201-669-5785","email_id":"Sienna_Corkery85@gmail.com","dop":"2025-04-06","serial_number":"10440709278762594","imei1":"10440709278762594","imei2":"10440709278762594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153077,"job_number":"JOB_153077","tr_customer_id":153094,"tr_customer_product_id":153084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:36.000Z","modified_at":"2026-01-13T03:50:36.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14210164826325","imei1":"14210164826325","imei2":"14210164826325","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153078,"job_number":"JOB_153078","tr_customer_id":153095,"tr_customer_product_id":153085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:51:13.000Z","name":"Devan Wiza","mobile_number":"725-295-0415","email_id":"Joshuah.Deckow28@gmail.com","dop":"2025-04-06","serial_number":"10209135742394","imei1":"10209135742394","imei2":"10209135742394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153080,"job_number":"JOB_153080","tr_customer_id":153097,"tr_customer_product_id":153087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19224335783664","imei1":"19224335783664","imei2":"19224335783664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153081,"job_number":"JOB_153081","tr_customer_id":153098,"tr_customer_product_id":153088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:51:15.000Z","name":"Kali Gibson","mobile_number":"893-532-7219","email_id":"August.Murazik2@hotmail.com","dop":"2025-04-06","serial_number":"17521816623445","imei1":"17521816623445","imei2":"17521816623445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153082,"job_number":"JOB_153082","tr_customer_id":153099,"tr_customer_product_id":153089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18445398425976","imei1":"18445398425976","imei2":"18445398425976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153083,"job_number":"JOB_153083","tr_customer_id":153100,"tr_customer_product_id":153090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:51:11.000Z","name":"Zack Waelchi","mobile_number":"304-824-1857","email_id":"Ariane_Kilback49@hotmail.com","dop":"2025-04-06","serial_number":"13034853505169","imei1":"13034853505169","imei2":"13034853505169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153084,"job_number":"JOB_153084","tr_customer_id":153101,"tr_customer_product_id":153091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Amir Spencer","mobile_number":"738-414-9550","email_id":"Mario_Bogan67@yahoo.com","dop":"2025-04-06","serial_number":"11935463815113542","imei1":"11935463815113542","imei2":"11935463815113542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153085,"job_number":"JOB_153085","tr_customer_id":153102,"tr_customer_product_id":153092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Faustino Langworth","mobile_number":"250-265-0398","email_id":"Korbin_Ankunding39@yahoo.com","dop":"2025-04-06","serial_number":"16078364766113880","imei1":"16078364766113880","imei2":"16078364766113880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153086,"job_number":"JOB_153086","tr_customer_id":153103,"tr_customer_product_id":153093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"Jeanette Grady","mobile_number":"316-608-4183","email_id":"Jadyn_OHara16@gmail.com","dop":"2025-04-06","serial_number":"19153294343452520","imei1":"19153294343452520","imei2":"19153294343452520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153087,"job_number":"JOB_153087","tr_customer_id":153104,"tr_customer_product_id":153094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13173564929167","imei1":"13173564929167","imei2":"13173564929167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153088,"job_number":"JOB_153088","tr_customer_id":153105,"tr_customer_product_id":153095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:51:17.000Z","name":"Dangelo Zemlak","mobile_number":"212-683-1235","email_id":"Judd.Stracke@gmail.com","dop":"2025-04-06","serial_number":"19089383228327","imei1":"19089383228327","imei2":"19089383228327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153093,"job_number":"JOB_153093","tr_customer_id":153110,"tr_customer_product_id":153100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Darrick Brown","mobile_number":"276-943-9247","email_id":"Opal2@hotmail.com","dop":"2025-04-06","serial_number":"16541453210419996","imei1":"16541453210419996","imei2":"16541453210419996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153095,"job_number":"JOB_153095","tr_customer_id":153112,"tr_customer_product_id":153102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:45.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Catalina Reichel","mobile_number":"494-745-9246","email_id":"Kaia_Beatty@gmail.com","dop":"2000-01-31","serial_number":"10716392563432","imei1":"10716392563432","imei2":"10716392563432","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153097,"job_number":"JOB_153097","tr_customer_id":153114,"tr_customer_product_id":153104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18999790093893","imei1":"18999790093893","imei2":"18999790093893","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153098,"job_number":"JOB_153098","tr_customer_id":153115,"tr_customer_product_id":153105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10419869269352","imei1":"10419869269352","imei2":"10419869269352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153099,"job_number":"JOB_153099","tr_customer_id":153116,"tr_customer_product_id":153106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18067897014023","imei1":"18067897014023","imei2":"18067897014023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153100,"job_number":"JOB_153100","tr_customer_id":153117,"tr_customer_product_id":153107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Elody Kuphal","mobile_number":"749-670-3447","email_id":"Javon59@gmail.com","dop":"2025-04-06","serial_number":"19176042363609","imei1":"19176042363609","imei2":"19176042363609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153101,"job_number":"JOB_153101","tr_customer_id":153118,"tr_customer_product_id":153108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:48.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Vicenta Treutel","mobile_number":"282-794-3952","email_id":"Cullen.Heaney@gmail.com","dop":"2025-04-06","serial_number":"16867005038800","imei1":"16867005038800","imei2":"16867005038800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153102,"job_number":"JOB_153102","tr_customer_id":153119,"tr_customer_product_id":153109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:48.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Nils Bashirian","mobile_number":"635-954-3714","email_id":"Graham.OKon67@gmail.com","dop":"2025-04-06","serial_number":"10822940319181","imei1":"10822940319181","imei2":"10822940319181","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153103,"job_number":"JOB_153103","tr_customer_id":153120,"tr_customer_product_id":153110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Kaleigh Flatley","mobile_number":"570-357-2377","email_id":"Brayan.Spencer@yahoo.com","dop":"2025-04-06","serial_number":"18438963295359948","imei1":"18438963295359948","imei2":"18438963295359948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153104,"job_number":"JOB_153104","tr_customer_id":153121,"tr_customer_product_id":153111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Enid Kris","mobile_number":"437-791-7523","email_id":"Fermin.Muller95@hotmail.com","dop":"2025-04-06","serial_number":"13143860045647592","imei1":"13143860045647592","imei2":"13143860045647592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153105,"job_number":"JOB_153105","tr_customer_id":153122,"tr_customer_product_id":153112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Jayne Schuppe","mobile_number":"745-966-7108","email_id":"Susana.Predovic10@hotmail.com","dop":"2025-04-06","serial_number":"14304569801109850","imei1":"14304569801109850","imei2":"14304569801109850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153106,"job_number":"JOB_153106","tr_customer_id":153123,"tr_customer_product_id":153113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:57.000Z","modified_at":"2026-01-13T03:50:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13701174672689","imei1":"13701174672689","imei2":"13701174672689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153107,"job_number":"JOB_153107","tr_customer_id":153124,"tr_customer_product_id":153114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:57.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Kobe Conn","mobile_number":"815-288-8458","email_id":"Breana_Kemmer93@gmail.com","dop":"2025-04-06","serial_number":"18499585679775","imei1":"18499585679775","imei2":"18499585679775","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153108,"job_number":"JOB_153108","tr_customer_id":153125,"tr_customer_product_id":153115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"Etha Gorczany","mobile_number":"549-498-0752","email_id":"Karl64@yahoo.com","dop":"2025-04-06","serial_number":"11905239359408752","imei1":"11905239359408752","imei2":"11905239359408752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153109,"job_number":"JOB_153109","tr_customer_id":153126,"tr_customer_product_id":153116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16851118059558","imei1":"16851118059558","imei2":"16851118059558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153110,"job_number":"JOB_153110","tr_customer_id":153127,"tr_customer_product_id":153117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:59.000Z","modified_at":"2026-01-13T03:51:33.000Z","name":"Treva McClure","mobile_number":"543-959-5423","email_id":"Kelly72@gmail.com","dop":"2025-04-06","serial_number":"16483744012794","imei1":"16483744012794","imei2":"16483744012794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153111,"job_number":"JOB_153111","tr_customer_id":153128,"tr_customer_product_id":153118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:00.000Z","modified_at":"2026-01-13T03:51:00.000Z","name":"Jacklyn Hoppe","mobile_number":"782-304-3329","email_id":"Beth.Stracke90@hotmail.com","dop":"2025-04-06","serial_number":"11949546922932804","imei1":"11949546922932804","imei2":"11949546922932804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153114,"job_number":"JOB_153114","tr_customer_id":153131,"tr_customer_product_id":153121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16475215694770","imei1":"16475215694770","imei2":"16475215694770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153116,"job_number":"JOB_153116","tr_customer_id":153133,"tr_customer_product_id":153123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:48.000Z","name":"Albina Ferry","mobile_number":"269-475-5046","email_id":"Devon14@gmail.com","dop":"2025-04-06","serial_number":"17088301016454","imei1":"17088301016454","imei2":"17088301016454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153117,"job_number":"JOB_153117","tr_customer_id":153134,"tr_customer_product_id":153124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:11.000Z","modified_at":"2026-01-13T03:51:11.000Z","name":"Lacy Block","mobile_number":"786-394-6562","email_id":"Jennifer.Reilly@gmail.com","dop":"2025-04-06","serial_number":"17579672354579640","imei1":"17579672354579640","imei2":"17579672354579640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153118,"job_number":"JOB_153118","tr_customer_id":153135,"tr_customer_product_id":153125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:17.000Z","modified_at":"2026-01-13T03:51:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18976150243856","imei1":"18976150243856","imei2":"18976150243856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153119,"job_number":"JOB_153119","tr_customer_id":153136,"tr_customer_product_id":153126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:18.000Z","modified_at":"2026-01-13T03:51:55.000Z","name":"Domenico MacGyver","mobile_number":"792-551-8862","email_id":"Amelia85@yahoo.com","dop":"2025-04-06","serial_number":"17053002578000","imei1":"17053002578000","imei2":"17053002578000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153120,"job_number":"JOB_153120","tr_customer_id":153137,"tr_customer_product_id":153127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:19.000Z","modified_at":"2026-01-13T03:51:19.000Z","name":"Jerry Friesen","mobile_number":"518-345-9827","email_id":"Adelia_Hettinger2@gmail.com","dop":"2025-04-06","serial_number":"17307083703358260","imei1":"17307083703358260","imei2":"17307083703358260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153121,"job_number":"JOB_153121","tr_customer_id":153138,"tr_customer_product_id":153128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:20.000Z","modified_at":"2026-01-13T03:51:20.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14419795897250","imei1":"14419795897250","imei2":"14419795897250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153122,"job_number":"JOB_153122","tr_customer_id":153139,"tr_customer_product_id":153129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:20.000Z","modified_at":"2026-01-13T03:51:56.000Z","name":"Brent Trantow","mobile_number":"435-746-7481","email_id":"Derick37@yahoo.com","dop":"2025-04-06","serial_number":"14645292041566","imei1":"14645292041566","imei2":"14645292041566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153123,"job_number":"JOB_153123","tr_customer_id":153140,"tr_customer_product_id":153130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:21.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Peter Hilpert","mobile_number":"897-986-7560","email_id":"Judson21@gmail.com","dop":"2025-04-06","serial_number":"10289533883965028","imei1":"10289533883965028","imei2":"10289533883965028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153124,"job_number":"JOB_153124","tr_customer_id":153141,"tr_customer_product_id":153131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:22.000Z","modified_at":"2026-01-13T03:51:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16928359501430","imei1":"16928359501430","imei2":"16928359501430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153125,"job_number":"JOB_153125","tr_customer_id":153142,"tr_customer_product_id":153132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:22.000Z","modified_at":"2026-01-13T03:52:00.000Z","name":"Darrell Fay","mobile_number":"554-359-4015","email_id":"May3@yahoo.com","dop":"2025-04-06","serial_number":"19370363367281","imei1":"19370363367281","imei2":"19370363367281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153128,"job_number":"JOB_153128","tr_customer_id":153145,"tr_customer_product_id":153135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Emily Jerde","mobile_number":"869-493-5374","email_id":"Tara_McGlynn@gmail.com","dop":"2025-04-06","serial_number":"14302115476753244","imei1":"14302115476753244","imei2":"14302115476753244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153130,"job_number":"JOB_153130","tr_customer_id":153147,"tr_customer_product_id":153137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16010550654542","imei1":"16010550654542","imei2":"16010550654542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153131,"job_number":"JOB_153131","tr_customer_id":153148,"tr_customer_product_id":153138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:25.000Z","modified_at":"2026-01-13T03:52:02.000Z","name":"Marianne Morissette","mobile_number":"803-239-7742","email_id":"Kyleigh.Raynor75@yahoo.com","dop":"2025-04-06","serial_number":"15852842544750","imei1":"15852842544750","imei2":"15852842544750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153132,"job_number":"JOB_153132","tr_customer_id":153149,"tr_customer_product_id":153139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:26.000Z","modified_at":"2026-01-13T03:51:26.000Z","name":"Callie Christiansen","mobile_number":"444-371-4512","email_id":"Aniyah_Fahey@hotmail.com","dop":"2025-04-06","serial_number":"17713763706513330","imei1":"17713763706513330","imei2":"17713763706513330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153134,"job_number":"JOB_153134","tr_customer_id":153151,"tr_customer_product_id":153141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18716729802145","imei1":"18716729802145","imei2":"18716729802145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153135,"job_number":"JOB_153135","tr_customer_id":153152,"tr_customer_product_id":153142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:52:04.000Z","name":"Mac Lynch","mobile_number":"675-329-2613","email_id":"Bonnie.Maggio@hotmail.com","dop":"2000-01-31","serial_number":"10001411456309","imei1":"10001411456309","imei2":"10001411456309","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153136,"job_number":"JOB_153136","tr_customer_id":153153,"tr_customer_product_id":153143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:52:02.000Z","name":"Ettie Armstrong","mobile_number":"795-463-6086","email_id":"Abraham_Little31@yahoo.com","dop":"2025-04-06","serial_number":"16460214171741","imei1":"16460214171741","imei2":"16460214171741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153138,"job_number":"JOB_153138","tr_customer_id":153155,"tr_customer_product_id":153145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Alvis Cartwright","mobile_number":"529-857-4653","email_id":"Nina_Durgan@hotmail.com","dop":"2025-04-06","serial_number":"13116854987603646","imei1":"13116854987603646","imei2":"13116854987603646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153139,"job_number":"JOB_153139","tr_customer_id":153156,"tr_customer_product_id":153146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:30.000Z","modified_at":"2026-01-13T03:51:30.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14023860338983","imei1":"14023860338983","imei2":"14023860338983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153140,"job_number":"JOB_153140","tr_customer_id":153157,"tr_customer_product_id":153147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:30.000Z","modified_at":"2026-01-13T03:52:06.000Z","name":"Carroll Robel","mobile_number":"647-850-5116","email_id":"Cicero.Abshire@hotmail.com","dop":"2025-04-06","serial_number":"11183956973022","imei1":"11183956973022","imei2":"11183956973022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153141,"job_number":"JOB_153141","tr_customer_id":153158,"tr_customer_product_id":153148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:31.000Z","modified_at":"2026-01-13T03:51:31.000Z","name":"Lori O'Keefe","mobile_number":"466-664-1135","email_id":"Ona_Christiansen@hotmail.com","dop":"2025-04-06","serial_number":"17437709589776542","imei1":"17437709589776542","imei2":"17437709589776542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153142,"job_number":"JOB_153142","tr_customer_id":153159,"tr_customer_product_id":153149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:35.000Z","modified_at":"2026-01-13T03:51:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13593104213416","imei1":"13593104213416","imei2":"13593104213416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153143,"job_number":"JOB_153143","tr_customer_id":153160,"tr_customer_product_id":153150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:35.000Z","modified_at":"2026-01-13T03:52:07.000Z","name":"Hubert Kovacek","mobile_number":"517-577-8902","email_id":"Trenton.Weissnat77@hotmail.com","dop":"2025-04-06","serial_number":"19611515181213","imei1":"19611515181213","imei2":"19611515181213","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153144,"job_number":"JOB_153144","tr_customer_id":153161,"tr_customer_product_id":153151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:36.000Z","modified_at":"2026-01-13T03:51:36.000Z","name":"Consuelo Schuster","mobile_number":"901-743-1013","email_id":"Fabian82@hotmail.com","dop":"2025-04-06","serial_number":"12261540853864804","imei1":"12261540853864804","imei2":"12261540853864804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153148,"job_number":"JOB_153148","tr_customer_id":153165,"tr_customer_product_id":153155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:39.000Z","modified_at":"2026-01-13T03:51:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17475014846148","imei1":"17475014846148","imei2":"17475014846148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153149,"job_number":"JOB_153149","tr_customer_id":153166,"tr_customer_product_id":153156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:39.000Z","modified_at":"2026-01-13T03:52:13.000Z","name":"Chet Mertz","mobile_number":"688-232-0809","email_id":"Nova_Prohaska@hotmail.com","dop":"2025-04-06","serial_number":"14850575317100","imei1":"14850575317100","imei2":"14850575317100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153150,"job_number":"JOB_153150","tr_customer_id":153167,"tr_customer_product_id":153157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:41.000Z","modified_at":"2026-01-13T03:51:41.000Z","name":"Elwyn Leffler","mobile_number":"327-674-7261","email_id":"Dina5@hotmail.com","dop":"2025-04-06","serial_number":"16511833796415536","imei1":"16511833796415536","imei2":"16511833796415536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153151,"job_number":"JOB_153151","tr_customer_id":153168,"tr_customer_product_id":153158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10130165355224","imei1":"10130165355224","imei2":"10130165355224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153152,"job_number":"JOB_153152","tr_customer_id":153169,"tr_customer_product_id":153159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11115597249717","imei1":"11115597249717","imei2":"11115597249717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153153,"job_number":"JOB_153153","tr_customer_id":153170,"tr_customer_product_id":153160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:39.000Z","name":"Waldo Purdy","mobile_number":"563-568-5004","email_id":"Reed.Reichel@yahoo.com","dop":"2025-04-06","serial_number":"11258330462824","imei1":"11258330462824","imei2":"11258330462824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153154,"job_number":"JOB_153154","tr_customer_id":153171,"tr_customer_product_id":153161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:41.000Z","name":"Garrett Adams","mobile_number":"387-242-2491","email_id":"Lester.Price67@gmail.com","dop":"2025-04-06","serial_number":"12827174016787","imei1":"12827174016787","imei2":"12827174016787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153155,"job_number":"JOB_153155","tr_customer_id":153172,"tr_customer_product_id":153162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:04.000Z","modified_at":"2026-01-13T03:52:04.000Z","name":"Elyse Kutch","mobile_number":"645-761-8893","email_id":"Priscilla.Witting@hotmail.com","dop":"2025-04-06","serial_number":"18340930470477076","imei1":"18340930470477076","imei2":"18340930470477076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153156,"job_number":"JOB_153156","tr_customer_id":153173,"tr_customer_product_id":153163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:05.000Z","modified_at":"2026-01-13T03:52:05.000Z","name":"Oleta Emard","mobile_number":"222-876-0291","email_id":"Kylee.Mann@hotmail.com","dop":"2025-04-06","serial_number":"18636482248472350","imei1":"18636482248472350","imei2":"18636482248472350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153157,"job_number":"JOB_153157","tr_customer_id":153174,"tr_customer_product_id":153164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:07.000Z","modified_at":"2026-01-13T03:52:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13985051678366","imei1":"13985051678366","imei2":"13985051678366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153158,"job_number":"JOB_153158","tr_customer_id":153175,"tr_customer_product_id":153165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:08.000Z","modified_at":"2026-01-13T03:52:45.000Z","name":"Carolina Metz","mobile_number":"594-473-0911","email_id":"Marlene_Pollich@gmail.com","dop":"2025-04-06","serial_number":"14980459183214","imei1":"14980459183214","imei2":"14980459183214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153159,"job_number":"JOB_153159","tr_customer_id":153176,"tr_customer_product_id":153166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:08.000Z","modified_at":"2026-01-13T03:52:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17578726537565","imei1":"17578726537565","imei2":"17578726537565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153160,"job_number":"JOB_153160","tr_customer_id":153177,"tr_customer_product_id":153167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:09.000Z","modified_at":"2026-01-13T03:52:42.000Z","name":"Arno Bosco","mobile_number":"893-892-5495","email_id":"Erling84@gmail.com","dop":"2025-04-06","serial_number":"17465608746796","imei1":"17465608746796","imei2":"17465608746796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153161,"job_number":"JOB_153161","tr_customer_id":153178,"tr_customer_product_id":153168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:09.000Z","modified_at":"2026-01-13T03:52:09.000Z","name":"Ezekiel Lindgren","mobile_number":"377-339-2399","email_id":"Zora43@hotmail.com","dop":"2025-04-06","serial_number":"17446845544872254","imei1":"17446845544872254","imei2":"17446845544872254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153162,"job_number":"JOB_153162","tr_customer_id":153179,"tr_customer_product_id":153169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10052525619475","imei1":"10052525619475","imei2":"10052525619475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153163,"job_number":"JOB_153163","tr_customer_id":153180,"tr_customer_product_id":153170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"Oscar Rutherford","mobile_number":"365-219-5809","email_id":"Betsy32@gmail.com","dop":"2025-04-06","serial_number":"14954681092067464","imei1":"14954681092067464","imei2":"14954681092067464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153164,"job_number":"JOB_153164","tr_customer_id":153181,"tr_customer_product_id":153171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:48.000Z","name":"Hellen Koch","mobile_number":"626-882-4725","email_id":"Pamela.Dibbert67@gmail.com","dop":"2025-04-06","serial_number":"11225375272847","imei1":"11225375272847","imei2":"11225375272847","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153166,"job_number":"JOB_153166","tr_customer_id":153183,"tr_customer_product_id":153173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:46.000Z","name":"Dortha Veum","mobile_number":"660-969-1672","email_id":"Demond18@yahoo.com","dop":"2000-01-31","serial_number":"10016107663628","imei1":"10016107663628","imei2":"10016107663628","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153167,"job_number":"JOB_153167","tr_customer_id":153184,"tr_customer_product_id":153174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Nico Moen","mobile_number":"854-383-0204","email_id":"Linwood.Dickinson@yahoo.com","dop":"2025-04-06","serial_number":"14097674512720782","imei1":"14097674512720782","imei2":"14097674512720782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153169,"job_number":"JOB_153169","tr_customer_id":153186,"tr_customer_product_id":153176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:20.000Z","modified_at":"2026-01-13T03:52:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16044510551502","imei1":"16044510551502","imei2":"16044510551502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153170,"job_number":"JOB_153170","tr_customer_id":153187,"tr_customer_product_id":153177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:20.000Z","modified_at":"2026-01-13T03:52:53.000Z","name":"Garret Rowe","mobile_number":"883-929-1183","email_id":"Amely.Beier58@yahoo.com","dop":"2025-04-06","serial_number":"14482159822343","imei1":"14482159822343","imei2":"14482159822343","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153171,"job_number":"JOB_153171","tr_customer_id":153188,"tr_customer_product_id":153178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:21.000Z","modified_at":"2026-01-13T03:52:21.000Z","name":"Johnpaul Nitzsche","mobile_number":"207-608-3747","email_id":"Robert.Schimmel87@hotmail.com","dop":"2025-04-06","serial_number":"11100976521545972","imei1":"11100976521545972","imei2":"11100976521545972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153172,"job_number":"JOB_153172","tr_customer_id":153189,"tr_customer_product_id":153179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:25.000Z","modified_at":"2026-01-13T03:59:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30175298275047","imei1":"30175298275047","imei2":"30175298275047","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153173,"job_number":"JOB_153173","tr_customer_id":153190,"tr_customer_product_id":153180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39736907178927","imei1":"39736907178927","imei2":"39736907178927","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153174,"job_number":"JOB_153174","tr_customer_id":153191,"tr_customer_product_id":153181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21407778553161","imei1":"21407778553161","imei2":"21407778553161","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153175,"job_number":"JOB_153175","tr_customer_id":153192,"tr_customer_product_id":153182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62544012041904","imei1":"62544012041904","imei2":"62544012041904","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153176,"job_number":"JOB_153176","tr_customer_id":153193,"tr_customer_product_id":153183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99959134188493","imei1":"99959134188493","imei2":"99959134188493","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153177,"job_number":"JOB_153177","tr_customer_id":153194,"tr_customer_product_id":153184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:27.000Z","modified_at":"2026-01-13T03:59:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"22392790873021","imei1":"22392790873021","imei2":"22392790873021","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153178,"job_number":"JOB_153178","tr_customer_id":153195,"tr_customer_product_id":153185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:27.000Z","modified_at":"2026-01-13T03:59:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29797554775792","imei1":"29797554775792","imei2":"29797554775792","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153179,"job_number":"JOB_153179","tr_customer_id":153196,"tr_customer_product_id":153186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:55.000Z","modified_at":"2026-01-13T03:59:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51040340604623","imei1":"51040340604623","imei2":"51040340604623","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153180,"job_number":"JOB_153180","tr_customer_id":153197,"tr_customer_product_id":153187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21006414201226","imei1":"21006414201226","imei2":"21006414201226","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153181,"job_number":"JOB_153181","tr_customer_id":153198,"tr_customer_product_id":153188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50056823112746","imei1":"50056823112746","imei2":"50056823112746","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153182,"job_number":"JOB_153182","tr_customer_id":153199,"tr_customer_product_id":153189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93748794197334","imei1":"93748794197334","imei2":"93748794197334","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153183,"job_number":"JOB_153183","tr_customer_id":153200,"tr_customer_product_id":153190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91296671455571","imei1":"91296671455571","imei2":"91296671455571","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153184,"job_number":"JOB_153184","tr_customer_id":153201,"tr_customer_product_id":153191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30364673967097","imei1":"30364673967097","imei2":"30364673967097","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153185,"job_number":"JOB_153185","tr_customer_id":153202,"tr_customer_product_id":153192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T04:00:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94819976954615","imei1":"94819976954615","imei2":"94819976954615","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:00:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153186,"job_number":"JOB_153186","tr_customer_id":153203,"tr_customer_product_id":153193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:25.000Z","modified_at":"2026-01-13T04:00:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10209990333814","imei1":"10209990333814","imei2":"10209990333814","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153187,"job_number":"JOB_153187","tr_customer_id":153204,"tr_customer_product_id":153194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15049222200872","imei1":"15049222200872","imei2":"15049222200872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153188,"job_number":"JOB_153188","tr_customer_id":153205,"tr_customer_product_id":153195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47543399690737","imei1":"47543399690737","imei2":"47543399690737","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153189,"job_number":"JOB_153189","tr_customer_id":153206,"tr_customer_product_id":153196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"43075571160093","imei1":"43075571160093","imei2":"43075571160093","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153190,"job_number":"JOB_153190","tr_customer_id":153207,"tr_customer_product_id":153197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65833124924632","imei1":"65833124924632","imei2":"65833124924632","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153191,"job_number":"JOB_153191","tr_customer_id":153208,"tr_customer_product_id":153198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:27.000Z","modified_at":"2026-01-13T04:00:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36123112343377","imei1":"36123112343377","imei2":"36123112343377","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153192,"job_number":"JOB_153192","tr_customer_id":153209,"tr_customer_product_id":153199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:27.000Z","modified_at":"2026-01-13T04:00:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83788810237229","imei1":"83788810237229","imei2":"83788810237229","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153193,"job_number":"JOB_153193","tr_customer_id":153210,"tr_customer_product_id":153200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:49.000Z","modified_at":"2026-01-13T04:23:49.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"172610529232810","imei1":"172610529232810","imei2":"172610529232810","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153194,"job_number":"JOB_153194","tr_customer_id":153211,"tr_customer_product_id":153201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:49.000Z","modified_at":"2026-01-13T04:24:16.000Z","name":"Alfonzo Farrell","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"100297118865037","imei1":"100297118865037","imei2":"100297118865037","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153195,"job_number":"JOB_153195","tr_customer_id":153212,"tr_customer_product_id":153202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:50.000Z","modified_at":"2026-01-13T04:23:50.000Z","name":"Brennan Grant","mobile_number":"841-700-9396","email_id":"Jed28@yahoo.com","dop":"2025-10-22","serial_number":"1015320496052172","imei1":"1015320496052172","imei2":"1015320496052172","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153196,"job_number":"JOB_153196","tr_customer_id":153213,"tr_customer_product_id":153203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:21.000Z","modified_at":"2026-01-13T04:24:21.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"196369374839931","imei1":"196369374839931","imei2":"196369374839931","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153197,"job_number":"JOB_153197","tr_customer_id":153214,"tr_customer_product_id":153204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:22.000Z","modified_at":"2026-01-13T04:24:48.000Z","name":"Trevor Windler","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"187978613223407","imei1":"187978613223407","imei2":"187978613223407","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153198,"job_number":"JOB_153198","tr_customer_id":153215,"tr_customer_product_id":153205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:23.000Z","modified_at":"2026-01-13T04:24:23.000Z","name":"Efren Deckow","mobile_number":"879-726-6721","email_id":"Bennie_Crist60@gmail.com","dop":"2025-10-22","serial_number":"1027657902913303","imei1":"1027657902913303","imei2":"1027657902913303","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153199,"job_number":"JOB_153199","tr_customer_id":153216,"tr_customer_product_id":153206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:33.000Z","modified_at":"2026-01-13T04:24:42.000Z","name":"Akira nandan","mobile_number":"7894561230","email_id":"akira@gmail.com","dop":"2025-12-10","serial_number":"158049088537383","imei1":"158049088537383","imei2":"158049088537383","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153200,"job_number":"JOB_153200","tr_customer_id":153217,"tr_customer_product_id":153207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:44.000Z","modified_at":"2026-01-13T04:24:53.000Z","name":"Anusha 123saikam","mobile_number":"7894561230","email_id":"anusha@gmail.com","dop":"2025-12-10","serial_number":"130241026316878","imei1":"130241026316878","imei2":"130241026316878","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153201,"job_number":"JOB_153201","tr_customer_id":153218,"tr_customer_product_id":153208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:53.000Z","modified_at":"2026-01-13T04:24:53.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"125791411203086","imei1":"125791411203086","imei2":"125791411203086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153202,"job_number":"JOB_153202","tr_customer_id":153219,"tr_customer_product_id":153209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:53.000Z","modified_at":"2026-01-13T04:25:32.000Z","name":"Nicholaus Erdman","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"180799427188734","imei1":"180799427188734","imei2":"180799427188734","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153203,"job_number":"JOB_153203","tr_customer_id":153220,"tr_customer_product_id":153210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:54.000Z","modified_at":"2026-01-13T04:24:54.000Z","name":"Ramona Ledner","mobile_number":"997-943-0364","email_id":"Walton_Schultz12@yahoo.com","dop":"2025-10-22","serial_number":"1014941016516362","imei1":"1014941016516362","imei2":"1014941016516362","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153204,"job_number":"JOB_153204","tr_customer_id":153221,"tr_customer_product_id":153211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:29:34.000Z","modified_at":"2026-01-13T04:30:13.000Z","name":"Clara Hermiston","mobile_number":"462-509-4186","email_id":"Vesta.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"12004814891364","imei1":"12004814891364","imei2":"12004814891364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153205,"job_number":"JOB_153205","tr_customer_id":153222,"tr_customer_product_id":153212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:29:36.000Z","modified_at":"2026-01-13T04:29:36.000Z","name":"Sigurd Hansen","mobile_number":"369-653-0024","email_id":"Kaya.Ryan71@hotmail.com","dop":"2025-04-06","serial_number":"14806398941573048","imei1":"14806398941573048","imei2":"14806398941573048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153206,"job_number":"JOB_153206","tr_customer_id":153223,"tr_customer_product_id":153213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:12.000Z","modified_at":"2026-01-13T04:36:12.000Z","name":"Kailey Hermiston","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"127217837454338","imei1":"127217837454338","imei2":"127217837454338","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153207,"job_number":"JOB_153207","tr_customer_id":153224,"tr_customer_product_id":153214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:45.000Z","modified_at":"2026-01-13T04:36:45.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"93723787000779","imei1":"93723787000779","imei2":"93723787000779","popurl":"2026-01-03T04:36:45.085377771Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153208,"job_number":"JOB_153208","tr_customer_id":153225,"tr_customer_product_id":153215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:37:12.000Z","modified_at":"2026-01-13T04:37:12.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"76112773586133","imei1":"76112773586133","imei2":"76112773586133","popurl":"2026-01-03T04:37:11.995408367Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153209,"job_number":"JOB_153209","tr_customer_id":153226,"tr_customer_product_id":153216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:44:49.000Z","modified_at":"2026-01-13T04:44:49.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"107163902252086","imei1":"107163902252086","imei2":"107163902252086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153210,"job_number":"JOB_153210","tr_customer_id":153227,"tr_customer_product_id":153217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:12.000Z","modified_at":"2026-01-13T04:45:12.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"183484091925795","imei1":"183484091925795","imei2":"183484091925795","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153211,"job_number":"JOB_153211","tr_customer_id":153228,"tr_customer_product_id":153218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:13.000Z","modified_at":"2026-01-13T04:45:40.000Z","name":"Lillie Macejkovic","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"141865893280422","imei1":"141865893280422","imei2":"141865893280422","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153212,"job_number":"JOB_153212","tr_customer_id":153229,"tr_customer_product_id":153219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:14.000Z","modified_at":"2026-01-13T04:45:14.000Z","name":"Giles Gibson","mobile_number":"419-212-5365","email_id":"Otha_Sawayn@yahoo.com","dop":"2025-10-22","serial_number":"1036299542913658","imei1":"1036299542913658","imei2":"1036299542913658","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153213,"job_number":"JOB_153213","tr_customer_id":153230,"tr_customer_product_id":153220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:45.000Z","modified_at":"2026-01-13T04:45:45.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"172432575893510","imei1":"172432575893510","imei2":"172432575893510","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153214,"job_number":"JOB_153214","tr_customer_id":153231,"tr_customer_product_id":153221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:46.000Z","modified_at":"2026-01-13T04:46:15.000Z","name":"Ramiro Kunze","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"193421172284975","imei1":"193421172284975","imei2":"193421172284975","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153215,"job_number":"JOB_153215","tr_customer_id":153232,"tr_customer_product_id":153222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:47.000Z","modified_at":"2026-01-13T04:45:47.000Z","name":"Maybelle Kris","mobile_number":"645-731-4700","email_id":"Horacio_Gottlieb@hotmail.com","dop":"2025-10-22","serial_number":"1051173146041751","imei1":"1051173146041751","imei2":"1051173146041751","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153216,"job_number":"JOB_153216","tr_customer_id":153233,"tr_customer_product_id":153223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:02.000Z","modified_at":"2026-01-13T04:46:02.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"105388920262325","imei1":"105388920262325","imei2":"105388920262325","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153217,"job_number":"JOB_153217","tr_customer_id":153234,"tr_customer_product_id":153224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:03.000Z","modified_at":"2026-01-13T04:46:12.000Z","name":"Ashlynn Donnelly","mobile_number":"391-401-5748","email_id":"Neva.Conn@hotmail.com","dop":"2025-07-01","serial_number":"107786111302782","imei1":"107786111302782","imei2":"107786111302782","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153218,"job_number":"JOB_153218","tr_customer_id":153235,"tr_customer_product_id":153225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:14.000Z","modified_at":"2026-01-13T04:46:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103271004910804","imei1":"103271004910804","imei2":"103271004910804","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153219,"job_number":"JOB_153219","tr_customer_id":153236,"tr_customer_product_id":153226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:15.000Z","modified_at":"2026-01-13T04:46:24.000Z","name":"Francisco Buckridge","mobile_number":"822-419-1357","email_id":"Kristofer.Waelchi57@gmail.com","dop":"2025-07-01","serial_number":"104286731915734","imei1":"104286731915734","imei2":"104286731915734","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153220,"job_number":"JOB_153220","tr_customer_id":153237,"tr_customer_product_id":153227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:19.000Z","modified_at":"2026-01-13T04:46:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"121531535585656","imei1":"121531535585656","imei2":"121531535585656","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153221,"job_number":"JOB_153221","tr_customer_id":153238,"tr_customer_product_id":153228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:20.000Z","modified_at":"2026-01-13T04:46:46.000Z","name":"Kayla Pfannerstill","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"106492634415458","imei1":"106492634415458","imei2":"106492634415458","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153222,"job_number":"JOB_153222","tr_customer_id":153239,"tr_customer_product_id":153229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:21.000Z","modified_at":"2026-01-13T04:46:21.000Z","name":"Morris Morissette","mobile_number":"933-453-8654","email_id":"Hank_DAmore43@hotmail.com","dop":"2025-10-22","serial_number":"1055933553979311","imei1":"1055933553979311","imei2":"1055933553979311","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153223,"job_number":"JOB_153223","tr_customer_id":153240,"tr_customer_product_id":153230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:17.000Z","modified_at":"2026-01-13T04:52:17.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"104773064761836","imei1":"104773064761836","imei2":"104773064761836","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153224,"job_number":"JOB_153224","tr_customer_id":153241,"tr_customer_product_id":153231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:18.000Z","modified_at":"2026-01-13T04:52:43.000Z","name":"Oscar Becker","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"148613264957660","imei1":"148613264957660","imei2":"148613264957660","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153225,"job_number":"JOB_153225","tr_customer_id":153242,"tr_customer_product_id":153232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:19.000Z","modified_at":"2026-01-13T04:52:19.000Z","name":"Enoch Trantow","mobile_number":"596-420-5906","email_id":"Ebba83@hotmail.com","dop":"2025-10-22","serial_number":"1028491311451506","imei1":"1028491311451506","imei2":"1028491311451506","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153226,"job_number":"JOB_153226","tr_customer_id":153243,"tr_customer_product_id":153233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:48.000Z","modified_at":"2026-01-13T04:52:48.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"136460134790317","imei1":"136460134790317","imei2":"136460134790317","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153227,"job_number":"JOB_153227","tr_customer_id":153244,"tr_customer_product_id":153234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:49.000Z","modified_at":"2026-01-13T04:53:14.000Z","name":"Irving Quitzon","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"169166966641877","imei1":"169166966641877","imei2":"169166966641877","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:53:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153228,"job_number":"JOB_153228","tr_customer_id":153245,"tr_customer_product_id":153235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:49.000Z","modified_at":"2026-01-13T04:52:49.000Z","name":"Nikko Grant","mobile_number":"218-303-5722","email_id":"Rafaela45@gmail.com","dop":"2025-10-22","serial_number":"1090083597382496","imei1":"1090083597382496","imei2":"1090083597382496","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153229,"job_number":"JOB_153229","tr_customer_id":153246,"tr_customer_product_id":153236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:19.000Z","modified_at":"2026-01-13T04:53:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"185565137752770","imei1":"185565137752770","imei2":"185565137752770","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153230,"job_number":"JOB_153230","tr_customer_id":153247,"tr_customer_product_id":153237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:20.000Z","modified_at":"2026-01-13T04:53:41.000Z","name":"Olin Barton","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"107200541596307","imei1":"107200541596307","imei2":"107200541596307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T04:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153231,"job_number":"JOB_153231","tr_customer_id":153248,"tr_customer_product_id":153238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:21.000Z","modified_at":"2026-01-13T04:53:21.000Z","name":"Roxane Effertz","mobile_number":"825-917-4302","email_id":"Nils.Torphy@yahoo.com","dop":"2025-10-22","serial_number":"1053231169461800","imei1":"1053231169461800","imei2":"1053231169461800","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153232,"job_number":"JOB_153232","tr_customer_id":153249,"tr_customer_product_id":153239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:56:48.000Z","modified_at":"2026-01-13T04:57:24.000Z","name":"Brooke Conroy","mobile_number":"724-781-1508","email_id":"Felicity64@gmail.com","dop":"2025-04-06","serial_number":"11149067402522","imei1":"11149067402522","imei2":"11149067402522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153233,"job_number":"JOB_153233","tr_customer_id":153250,"tr_customer_product_id":153240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:56:49.000Z","modified_at":"2026-01-13T04:56:49.000Z","name":"Davin Nikolaus","mobile_number":"457-593-4561","email_id":"Ricardo4@gmail.com","dop":"2025-04-06","serial_number":"13354455852505362","imei1":"13354455852505362","imei2":"13354455852505362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153234,"job_number":"JOB_153234","tr_customer_id":153251,"tr_customer_product_id":153241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:57:11.000Z","modified_at":"2026-01-13T04:57:48.000Z","name":"Valerie Weimann","mobile_number":"699-912-4764","email_id":"Rosella87@gmail.com","dop":"2025-04-06","serial_number":"10257836179161","imei1":"10257836179161","imei2":"10257836179161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153235,"job_number":"JOB_153235","tr_customer_id":153252,"tr_customer_product_id":153242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:57:13.000Z","modified_at":"2026-01-13T04:57:13.000Z","name":"Ubaldo Botsford","mobile_number":"907-820-6875","email_id":"Stephan.Ferry9@hotmail.com","dop":"2025-04-06","serial_number":"14765986392064696","imei1":"14765986392064696","imei2":"14765986392064696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153236,"job_number":"JOB_153236","tr_customer_id":153253,"tr_customer_product_id":153243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:58:08.000Z","modified_at":"2026-01-13T04:58:49.000Z","name":"Olen Runolfsdottir","mobile_number":"693-480-7361","email_id":"Manuel91@hotmail.com","dop":"2025-10-22","serial_number":"194650892173770","imei1":"194650892173770","imei2":"194650892173770","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153237,"job_number":"JOB_153237","tr_customer_id":153254,"tr_customer_product_id":153244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:58:10.000Z","modified_at":"2026-01-13T04:58:10.000Z","name":"Cyril Tremblay","mobile_number":"979-500-2554","email_id":"Yvette_Marvin45@yahoo.com","dop":"2025-10-22","serial_number":"1056343915380824","imei1":"1056343915380824","imei2":"1056343915380824","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153238,"job_number":"JOB_153238","tr_customer_id":153255,"tr_customer_product_id":153245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:17:06.000Z","modified_at":"2026-01-13T05:17:06.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"161975035492012","imei1":"161975035492012","imei2":"161975035492012","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153239,"job_number":"JOB_153239","tr_customer_id":153256,"tr_customer_product_id":153246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:20:25.000Z","modified_at":"2026-01-13T05:20:25.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135669078592301","imei1":"135669078592301","imei2":"135669078592301","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153240,"job_number":"JOB_153240","tr_customer_id":153257,"tr_customer_product_id":153247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:22:27.000Z","modified_at":"2026-01-13T05:22:27.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"165222760031524","imei1":"165222760031524","imei2":"165222760031524","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:22:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153241,"job_number":"JOB_153241","tr_customer_id":153258,"tr_customer_product_id":153248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:23:15.000Z","modified_at":"2026-01-13T05:23:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"119025367808455","imei1":"119025367808455","imei2":"119025367808455","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153242,"job_number":"JOB_153242","tr_customer_id":153259,"tr_customer_product_id":153249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:24:54.000Z","modified_at":"2026-01-13T05:24:54.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"172136379190305","imei1":"172136379190305","imei2":"172136379190305","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153243,"job_number":"JOB_153243","tr_customer_id":153260,"tr_customer_product_id":153250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:26:51.000Z","modified_at":"2026-01-13T05:27:32.000Z","name":"Robert Ruecker","mobile_number":"747-309-3058","email_id":"Chaz56@hotmail.com","dop":"2025-10-22","serial_number":"145637679868377","imei1":"145637679868377","imei2":"145637679868377","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:27:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153244,"job_number":"JOB_153244","tr_customer_id":153261,"tr_customer_product_id":153251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:26:53.000Z","modified_at":"2026-01-13T05:26:53.000Z","name":"Trisha Maggio","mobile_number":"509-919-5751","email_id":"Wilber_Ledner76@hotmail.com","dop":"2025-10-22","serial_number":"1060461040571941","imei1":"1060461040571941","imei2":"1060461040571941","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153245,"job_number":"JOB_153245","tr_customer_id":153262,"tr_customer_product_id":153252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:52.000Z","modified_at":"2026-01-13T05:36:52.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"143015094103846","imei1":"143015094103846","imei2":"143015094103846","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153246,"job_number":"JOB_153246","tr_customer_id":153263,"tr_customer_product_id":153253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:59.000Z","modified_at":"2026-01-13T05:36:59.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135706289273509","imei1":"135706289273509","imei2":"135706289273509","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153253,"job_number":"JOB_153253","tr_customer_id":153270,"tr_customer_product_id":153260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:48:59.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"14601550761522","imei1":"14601550761522","imei2":"14601550761522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:48:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153254,"job_number":"JOB_153254","tr_customer_id":153271,"tr_customer_product_id":153261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:49:07.000Z","name":"Agnes Sauer","mobile_number":"768-305-9608","email_id":"Alberto.Nolan@yahoo.com","dop":"2025-04-06","serial_number":"15889270236263","imei1":"15889270236263","imei2":"15889270236263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153255,"job_number":"JOB_153255","tr_customer_id":153272,"tr_customer_product_id":153262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:00.000Z","modified_at":"2026-01-13T05:49:00.000Z","name":"Theo Harvey","mobile_number":"568-508-9272","email_id":"Georgette.Kiehn53@gmail.com","dop":"2025-04-06","serial_number":"19563600656991784","imei1":"19563600656991784","imei2":"19563600656991784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153256,"job_number":"JOB_153256","tr_customer_id":153273,"tr_customer_product_id":153263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:10.000Z","modified_at":"2026-01-13T05:49:10.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15151051947589","imei1":"15151051947589","imei2":"15151051947589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153257,"job_number":"JOB_153257","tr_customer_id":153274,"tr_customer_product_id":153264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:11.000Z","modified_at":"2026-01-13T05:49:20.000Z","name":"Kamren Botsford","mobile_number":"600-682-4862","email_id":"Martine_Rippin42@yahoo.com","dop":"2025-04-06","serial_number":"10789530576132","imei1":"10789530576132","imei2":"10789530576132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:20.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153258,"job_number":"JOB_153258","tr_customer_id":153275,"tr_customer_product_id":153265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:12.000Z","modified_at":"2026-01-13T05:49:12.000Z","name":"Dashawn Hermann","mobile_number":"366-421-2268","email_id":"Kiara64@yahoo.com","dop":"2025-04-06","serial_number":"10149682355446776","imei1":"10149682355446776","imei2":"10149682355446776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153259,"job_number":"JOB_153259","tr_customer_id":153276,"tr_customer_product_id":153266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:23.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"16502447482263","imei1":"16502447482263","imei2":"16502447482263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153260,"job_number":"JOB_153260","tr_customer_id":153277,"tr_customer_product_id":153267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:32.000Z","name":"Eloise Jacobi","mobile_number":"918-815-6531","email_id":"Gabrielle85@yahoo.com","dop":"2025-04-06","serial_number":"17319101684601","imei1":"17319101684601","imei2":"17319101684601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:32.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153261,"job_number":"JOB_153261","tr_customer_id":153278,"tr_customer_product_id":153268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:24.000Z","modified_at":"2026-01-13T05:52:24.000Z","name":"Chadrick Mante","mobile_number":"577-324-9620","email_id":"Dimitri.Mraz@gmail.com","dop":"2025-04-06","serial_number":"19873372476959810","imei1":"19873372476959810","imei2":"19873372476959810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153262,"job_number":"JOB_153262","tr_customer_id":153279,"tr_customer_product_id":153269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:34.000Z","modified_at":"2026-01-13T05:52:34.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12782726870985","imei1":"12782726870985","imei2":"12782726870985","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153263,"job_number":"JOB_153263","tr_customer_id":153280,"tr_customer_product_id":153270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:35.000Z","modified_at":"2026-01-13T05:52:43.000Z","name":"Vance Kunde","mobile_number":"505-450-8939","email_id":"Vaughn.Wilderman24@yahoo.com","dop":"2025-04-06","serial_number":"10133662090302","imei1":"10133662090302","imei2":"10133662090302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:43.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153264,"job_number":"JOB_153264","tr_customer_id":153281,"tr_customer_product_id":153271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:36.000Z","modified_at":"2026-01-13T05:52:36.000Z","name":"Pablo Baumbach","mobile_number":"524-424-2119","email_id":"Lauretta_Medhurst82@yahoo.com","dop":"2025-04-06","serial_number":"15876524230180028","imei1":"15876524230180028","imei2":"15876524230180028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153265,"job_number":"JOB_153265","tr_customer_id":153282,"tr_customer_product_id":153272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:46.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10561655597470","imei1":"10561655597470","imei2":"10561655597470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153266,"job_number":"JOB_153266","tr_customer_id":153283,"tr_customer_product_id":153273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:54.000Z","name":"Keven Brown","mobile_number":"731-749-4248","email_id":"Bill35@yahoo.com","dop":"2025-04-06","serial_number":"14457627057717","imei1":"14457627057717","imei2":"14457627057717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153267,"job_number":"JOB_153267","tr_customer_id":153284,"tr_customer_product_id":153274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:47.000Z","modified_at":"2026-01-13T05:52:47.000Z","name":"Rubie Torp","mobile_number":"589-743-9046","email_id":"William.Jakubowski47@gmail.com","dop":"2025-04-06","serial_number":"16268468770075092","imei1":"16268468770075092","imei2":"16268468770075092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153268,"job_number":"JOB_153268","tr_customer_id":153285,"tr_customer_product_id":153275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:54:14.000Z","modified_at":"2026-01-13T05:54:56.000Z","name":"Niko Schulist","mobile_number":"481-874-6480","email_id":"Darrick.Satterfield6@yahoo.com","dop":"2025-10-22","serial_number":"151916441720945","imei1":"151916441720945","imei2":"151916441720945","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153269,"job_number":"JOB_153269","tr_customer_id":153286,"tr_customer_product_id":153276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:54:15.000Z","modified_at":"2026-01-13T05:54:15.000Z","name":"Vanessa Wintheiser","mobile_number":"930-983-9512","email_id":"Leta63@hotmail.com","dop":"2025-10-22","serial_number":"1068588156351757","imei1":"1068588156351757","imei2":"1068588156351757","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153270,"job_number":"JOB_153270","tr_customer_id":153287,"tr_customer_product_id":153277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:55:54.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12770235651817","imei1":"12770235651817","imei2":"12770235651817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153271,"job_number":"JOB_153271","tr_customer_id":153288,"tr_customer_product_id":153278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:56:02.000Z","name":"Maximus Bergstrom","mobile_number":"754-359-7636","email_id":"Morris_Jerde22@gmail.com","dop":"2025-04-06","serial_number":"19241883672005","imei1":"19241883672005","imei2":"19241883672005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:02.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153272,"job_number":"JOB_153272","tr_customer_id":153289,"tr_customer_product_id":153279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:55.000Z","modified_at":"2026-01-13T05:55:55.000Z","name":"Theo Veum","mobile_number":"776-540-0866","email_id":"Audrey_Goodwin80@gmail.com","dop":"2025-04-06","serial_number":"10142298107612374","imei1":"10142298107612374","imei2":"10142298107612374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153273,"job_number":"JOB_153273","tr_customer_id":153290,"tr_customer_product_id":153280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:04.000Z","modified_at":"2026-01-13T05:56:04.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10858996788344","imei1":"10858996788344","imei2":"10858996788344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153274,"job_number":"JOB_153274","tr_customer_id":153291,"tr_customer_product_id":153281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:05.000Z","modified_at":"2026-01-13T05:56:13.000Z","name":"Nyasia Barrows","mobile_number":"562-821-7870","email_id":"Tressa_Jacobson@gmail.com","dop":"2025-04-06","serial_number":"11133565931734","imei1":"11133565931734","imei2":"11133565931734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:13.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153275,"job_number":"JOB_153275","tr_customer_id":153292,"tr_customer_product_id":153282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:06.000Z","modified_at":"2026-01-13T05:56:06.000Z","name":"Amir Osinski","mobile_number":"970-757-5171","email_id":"Darrin.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"13668257848654312","imei1":"13668257848654312","imei2":"13668257848654312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153276,"job_number":"JOB_153276","tr_customer_id":153293,"tr_customer_product_id":153283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:15.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15002484387711","imei1":"15002484387711","imei2":"15002484387711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153277,"job_number":"JOB_153277","tr_customer_id":153294,"tr_customer_product_id":153284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:23.000Z","name":"Beulah Smith","mobile_number":"397-354-9766","email_id":"Derek.OKeefe@gmail.com","dop":"2025-04-06","serial_number":"12844022201102","imei1":"12844022201102","imei2":"12844022201102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:23.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153278,"job_number":"JOB_153278","tr_customer_id":153295,"tr_customer_product_id":153285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:16.000Z","modified_at":"2026-01-13T05:56:16.000Z","name":"Jalon Weissnat","mobile_number":"495-704-3263","email_id":"Eldora_Grimes@gmail.com","dop":"2025-04-06","serial_number":"19511129363463748","imei1":"19511129363463748","imei2":"19511129363463748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153279,"job_number":"JOB_153279","tr_customer_id":153296,"tr_customer_product_id":153286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:57:42.000Z","modified_at":"2026-01-13T05:57:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"178440612464784","imei1":"178440612464784","imei2":"178440612464784","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153280,"job_number":"JOB_153280","tr_customer_id":153297,"tr_customer_product_id":153287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10415522636280","imei1":"10415522636280","imei2":"10415522636280","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153281,"job_number":"JOB_153281","tr_customer_id":153298,"tr_customer_product_id":153288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"Akeem Klein","mobile_number":"392-743-1226","email_id":"Dallin.Daniel@yahoo.com","dop":"2025-09-16","serial_number":"15569093999622","imei1":"15569093999622","imei2":"15569093999622","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153282,"job_number":"JOB_153282","tr_customer_id":153299,"tr_customer_product_id":153289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:32.000Z","modified_at":"2026-01-13T06:01:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17014254994420","imei1":"17014254994420","imei2":"17014254994420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153283,"job_number":"JOB_153283","tr_customer_id":153300,"tr_customer_product_id":153290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:32.000Z","modified_at":"2026-01-13T06:02:09.000Z","name":"Johnathan Boyer","mobile_number":"512-475-3196","email_id":"Skylar_Huel95@yahoo.com","dop":"2025-04-06","serial_number":"15757694630382","imei1":"15757694630382","imei2":"15757694630382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153284,"job_number":"JOB_153284","tr_customer_id":153301,"tr_customer_product_id":153291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:33.000Z","modified_at":"2026-01-13T06:01:33.000Z","name":"April Bernier","mobile_number":"639-900-5352","email_id":"Cicero_Rau@gmail.com","dop":"2025-04-06","serial_number":"16598664835250332","imei1":"16598664835250332","imei2":"16598664835250332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153285,"job_number":"JOB_153285","tr_customer_id":153302,"tr_customer_product_id":153292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:36.000Z","modified_at":"2026-01-13T06:01:36.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17197773438740","imei1":"17197773438740","imei2":"17197773438740","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153286,"job_number":"JOB_153286","tr_customer_id":153303,"tr_customer_product_id":153293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:37.000Z","modified_at":"2026-01-13T06:01:37.000Z","name":"Kaycee Dicki","mobile_number":"563-554-1342","email_id":"Eliza_Morar@hotmail.com","dop":"2025-09-16","serial_number":"19175643689183","imei1":"19175643689183","imei2":"19175643689183","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153287,"job_number":"JOB_153287","tr_customer_id":153304,"tr_customer_product_id":153294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13822937840563","imei1":"13822937840563","imei2":"13822937840563","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153288,"job_number":"JOB_153288","tr_customer_id":153305,"tr_customer_product_id":153295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"Brice Schulist","mobile_number":"322-863-7129","email_id":"Nils44@gmail.com","dop":"2025-09-16","serial_number":"15101747268147","imei1":"15101747268147","imei2":"15101747268147","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153289,"job_number":"JOB_153289","tr_customer_id":153306,"tr_customer_product_id":153296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:16.000Z","modified_at":"2026-01-13T06:02:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14365759410539","imei1":"14365759410539","imei2":"14365759410539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153290,"job_number":"JOB_153290","tr_customer_id":153307,"tr_customer_product_id":153297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:17.000Z","modified_at":"2026-01-13T06:02:54.000Z","name":"Malcolm DuBuque","mobile_number":"519-318-2941","email_id":"Marco_Buckridge@yahoo.com","dop":"2025-04-06","serial_number":"18737653148310","imei1":"18737653148310","imei2":"18737653148310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:02:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153291,"job_number":"JOB_153291","tr_customer_id":153308,"tr_customer_product_id":153298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Robyn Batz","mobile_number":"508-230-9642","email_id":"Colleen.Lebsack60@gmail.com","dop":"2025-10-22","serial_number":"146189110550573","imei1":"146189110550573","imei2":"146189110550573","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153292,"job_number":"JOB_153292","tr_customer_id":153309,"tr_customer_product_id":153299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Penelope Cassin","mobile_number":"476-737-0431","email_id":"Irving.Mohr@gmail.com","dop":"2025-04-06","serial_number":"18915717971422150","imei1":"18915717971422150","imei2":"18915717971422150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153293,"job_number":"JOB_153293","tr_customer_id":153310,"tr_customer_product_id":153300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:47.000Z","modified_at":"2026-01-13T06:02:47.000Z","name":"Frieda Goodwin","mobile_number":"693-724-8572","email_id":"Torrey.Konopelski39@yahoo.com","dop":"2025-10-22","serial_number":"119775467761062","imei1":"119775467761062","imei2":"119775467761062","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153294,"job_number":"JOB_153294","tr_customer_id":153311,"tr_customer_product_id":153301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:01.000Z","modified_at":"2026-01-13T06:03:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16975009979062","imei1":"16975009979062","imei2":"16975009979062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153295,"job_number":"JOB_153295","tr_customer_id":153312,"tr_customer_product_id":153302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:01.000Z","modified_at":"2026-01-13T06:03:38.000Z","name":"Hayley Harris","mobile_number":"218-724-7710","email_id":"Yvette.Nolan@gmail.com","dop":"2025-04-06","serial_number":"13075139451226","imei1":"13075139451226","imei2":"13075139451226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:03:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153296,"job_number":"JOB_153296","tr_customer_id":153313,"tr_customer_product_id":153303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:02.000Z","modified_at":"2026-01-13T06:03:02.000Z","name":"Elinore Leannon","mobile_number":"389-941-6574","email_id":"Doug_Graham99@yahoo.com","dop":"2025-04-06","serial_number":"10764151622346564","imei1":"10764151622346564","imei2":"10764151622346564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153297,"job_number":"JOB_153297","tr_customer_id":153314,"tr_customer_product_id":153304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:35.000Z","modified_at":"2026-01-13T06:03:35.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2026-01-03T06:03:35.052354845Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153298,"job_number":"JOB_153298","tr_customer_id":153315,"tr_customer_product_id":153305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:36.000Z","modified_at":"2026-01-13T06:03:36.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2026-01-03T06:03:35.617489493Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153299,"job_number":"JOB_153299","tr_customer_id":153316,"tr_customer_product_id":153306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:15.000Z","modified_at":"2026-01-13T06:04:55.000Z","name":"Lance Rohan","mobile_number":"273-361-1720","email_id":"Christ_Rice@hotmail.com","dop":"2025-10-22","serial_number":"195068451750918","imei1":"195068451750918","imei2":"195068451750918","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:04:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153300,"job_number":"JOB_153300","tr_customer_id":153317,"tr_customer_product_id":153307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:17.000Z","modified_at":"2026-01-13T06:04:17.000Z","name":"Harold Daugherty","mobile_number":"422-762-8791","email_id":"Mason21@yahoo.com","dop":"2025-10-22","serial_number":"1014646778342944","imei1":"1014646778342944","imei2":"1014646778342944","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153301,"job_number":"JOB_153301","tr_customer_id":153318,"tr_customer_product_id":153308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:38.000Z","modified_at":"2026-01-13T06:04:38.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12268244399874","imei1":"12268244399874","imei2":"12268244399874","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153302,"job_number":"JOB_153302","tr_customer_id":153319,"tr_customer_product_id":153309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:39.000Z","modified_at":"2026-01-13T06:05:15.000Z","name":"Luna Mohr","mobile_number":"516-760-2059","email_id":"Dahlia_Dare@gmail.com","dop":"2025-04-06","serial_number":"15519855397565","imei1":"15519855397565","imei2":"15519855397565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153303,"job_number":"JOB_153303","tr_customer_id":153320,"tr_customer_product_id":153310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:40.000Z","modified_at":"2026-01-13T06:04:40.000Z","name":"Zackery Reichel","mobile_number":"515-744-2425","email_id":"Jordon_Denesik@hotmail.com","dop":"2025-04-06","serial_number":"12863285320508118","imei1":"12863285320508118","imei2":"12863285320508118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153304,"job_number":"JOB_153304","tr_customer_id":153321,"tr_customer_product_id":153311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:22.000Z","modified_at":"2026-01-13T06:05:22.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17274175270779","imei1":"17274175270779","imei2":"17274175270779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153305,"job_number":"JOB_153305","tr_customer_id":153322,"tr_customer_product_id":153312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:22.000Z","modified_at":"2026-01-13T06:05:55.000Z","name":"Alexander Pfannerstill","mobile_number":"548-598-7996","email_id":"Cornelius_Durgan@gmail.com","dop":"2025-04-06","serial_number":"18124973985957","imei1":"18124973985957","imei2":"18124973985957","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:05:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153306,"job_number":"JOB_153306","tr_customer_id":153323,"tr_customer_product_id":153313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:23.000Z","modified_at":"2026-01-13T06:05:23.000Z","name":"Justen Rowe","mobile_number":"783-495-7409","email_id":"Ashleigh_Macejkovic@gmail.com","dop":"2025-04-06","serial_number":"18837100737248520","imei1":"18837100737248520","imei2":"18837100737248520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153307,"job_number":"JOB_153307","tr_customer_id":153324,"tr_customer_product_id":153314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:01.000Z","modified_at":"2026-01-13T06:06:01.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14704300265370","imei1":"14704300265370","imei2":"14704300265370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153308,"job_number":"JOB_153308","tr_customer_id":153325,"tr_customer_product_id":153315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:01.000Z","modified_at":"2026-01-13T06:06:32.000Z","name":"Oswaldo Kuhlman","mobile_number":"411-317-4180","email_id":"Garnet_Durgan20@gmail.com","dop":"2025-04-06","serial_number":"17711627910827","imei1":"17711627910827","imei2":"17711627910827","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:06:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153309,"job_number":"JOB_153309","tr_customer_id":153326,"tr_customer_product_id":153316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:02.000Z","modified_at":"2026-01-13T06:06:02.000Z","name":"Landen Brakus","mobile_number":"715-741-1690","email_id":"Demario63@gmail.com","dop":"2025-04-06","serial_number":"14424858794371792","imei1":"14424858794371792","imei2":"14424858794371792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153310,"job_number":"JOB_153310","tr_customer_id":153327,"tr_customer_product_id":153317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:13:47.000Z","modified_at":"2026-01-13T06:13:47.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-03","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-03T06:13:46.881874Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:13:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153327,"job_number":"JOB_153327","tr_customer_id":153344,"tr_customer_product_id":153334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:49.000Z","modified_at":"2026-01-13T06:21:49.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10336844726187","imei1":"10336844726187","imei2":"10336844726187","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153328,"job_number":"JOB_153328","tr_customer_id":153345,"tr_customer_product_id":153335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:49.000Z","modified_at":"2026-01-13T06:22:26.000Z","name":"Earline DuBuque","mobile_number":"774-575-2993","email_id":"Hilton.McCullough@hotmail.com","dop":"2025-06-18","serial_number":"10630115371402","imei1":"10630115371402","imei2":"10630115371402","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153329,"job_number":"JOB_153329","tr_customer_id":153346,"tr_customer_product_id":153336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:50.000Z","modified_at":"2026-01-13T06:21:50.000Z","name":"Carissa Gerhold","mobile_number":"947-564-7275","email_id":"Reanna69@gmail.com","dop":"2025-06-18","serial_number":"1077181388124335","imei1":"1077181388124335","imei2":"1077181388124335","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153330,"job_number":"JOB_153330","tr_customer_id":153347,"tr_customer_product_id":153337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:33.000Z","modified_at":"2026-01-13T06:22:33.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10565054783146","imei1":"10565054783146","imei2":"10565054783146","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153331,"job_number":"JOB_153331","tr_customer_id":153348,"tr_customer_product_id":153338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:34.000Z","modified_at":"2026-01-13T06:23:10.000Z","name":"Nash Price","mobile_number":"200-567-3305","email_id":"Nick.Nitzsche56@yahoo.com","dop":"2025-06-18","serial_number":"10089028831102","imei1":"10089028831102","imei2":"10089028831102","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153332,"job_number":"JOB_153332","tr_customer_id":153349,"tr_customer_product_id":153339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:34.000Z","modified_at":"2026-01-13T06:22:34.000Z","name":"Marion Walsh","mobile_number":"377-301-7681","email_id":"Camylle.Rice@gmail.com","dop":"2025-06-18","serial_number":"1051139741247594","imei1":"1051139741247594","imei2":"1051139741247594","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153333,"job_number":"JOB_153333","tr_customer_id":153350,"tr_customer_product_id":153340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Alvena Lemke","mobile_number":"650-434-0670","email_id":"Zoey11@hotmail.com","dop":"2025-09-09","serial_number":"19680804035961","imei1":"19680804035961","imei2":"19680804035961","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153334,"job_number":"JOB_153334","tr_customer_id":153351,"tr_customer_product_id":153341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Rogelio Berge","mobile_number":"668-436-1530","email_id":"Sandy_Schuster70@gmail.com","dop":"2025-09-09","serial_number":"12555831927229","imei1":"12555831927229","imei2":"12555831927229","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153335,"job_number":"JOB_153335","tr_customer_id":153352,"tr_customer_product_id":153342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:36.000Z","modified_at":"2026-01-13T06:22:49.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"18091870566457","imei1":"18091870566457","imei2":"18091870566457","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:22:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153336,"job_number":"JOB_153336","tr_customer_id":153353,"tr_customer_product_id":153343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Tobin Satterfield","mobile_number":"425-731-6292","email_id":"Sam_Hodkiewicz@hotmail.com","dop":"2025-09-09","serial_number":"13037333653986","imei1":"13037333653986","imei2":"13037333653986","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153337,"job_number":"JOB_153337","tr_customer_id":153354,"tr_customer_product_id":153344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Oswald Ondricka","mobile_number":"853-993-0322","email_id":"Aric55@gmail.com","dop":"2025-09-09","serial_number":"12394674407704","imei1":"12394674407704","imei2":"12394674407704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153338,"job_number":"JOB_153338","tr_customer_id":153355,"tr_customer_product_id":153345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:23:09.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"19478416349558","imei1":"19478416349558","imei2":"19478416349558","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153339,"job_number":"JOB_153339","tr_customer_id":153356,"tr_customer_product_id":153346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Jazlyn Hickle","mobile_number":"243-414-4689","email_id":"Lupe17@yahoo.com","dop":"2025-09-09","serial_number":"17305848009503","imei1":"17305848009503","imei2":"17305848009503","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153340,"job_number":"JOB_153340","tr_customer_id":153357,"tr_customer_product_id":153347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Damian Cartwright","mobile_number":"550-940-1210","email_id":"Santiago88@hotmail.com","dop":"2025-09-09","serial_number":"12110917290357","imei1":"12110917290357","imei2":"12110917290357","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153341,"job_number":"JOB_153341","tr_customer_id":153358,"tr_customer_product_id":153348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:16.000Z","modified_at":"2026-01-13T06:23:29.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"13116974344677","imei1":"13116974344677","imei2":"13116974344677","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153342,"job_number":"JOB_153342","tr_customer_id":153359,"tr_customer_product_id":153349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:18.000Z","modified_at":"2026-01-13T06:26:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18859951171375","imei1":"18859951171375","imei2":"18859951171375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153343,"job_number":"JOB_153343","tr_customer_id":153360,"tr_customer_product_id":153350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:18.000Z","modified_at":"2026-01-13T06:26:53.000Z","name":"Esmeralda Kerluke","mobile_number":"506-930-2893","email_id":"Fannie_Krajcik@hotmail.com","dop":"2025-04-06","serial_number":"17893364476748","imei1":"17893364476748","imei2":"17893364476748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153344,"job_number":"JOB_153344","tr_customer_id":153361,"tr_customer_product_id":153351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:19.000Z","modified_at":"2026-01-13T06:26:19.000Z","name":"Rosemarie Paucek","mobile_number":"545-302-6204","email_id":"Della57@yahoo.com","dop":"2025-04-06","serial_number":"12852159785857304","imei1":"12852159785857304","imei2":"12852159785857304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153345,"job_number":"JOB_153345","tr_customer_id":153362,"tr_customer_product_id":153352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:59.000Z","modified_at":"2026-01-13T06:26:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10527505146561","imei1":"10527505146561","imei2":"10527505146561","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153346,"job_number":"JOB_153346","tr_customer_id":153363,"tr_customer_product_id":153353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:59.000Z","modified_at":"2026-01-13T06:27:33.000Z","name":"Vallie West","mobile_number":"407-473-1389","email_id":"Oliver.Abshire34@hotmail.com","dop":"2025-04-06","serial_number":"19340968579621","imei1":"19340968579621","imei2":"19340968579621","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:27:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153347,"job_number":"JOB_153347","tr_customer_id":153364,"tr_customer_product_id":153354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:01.000Z","modified_at":"2026-01-13T06:27:01.000Z","name":"Aubrey Goodwin","mobile_number":"919-250-7371","email_id":"Edna22@hotmail.com","dop":"2025-04-06","serial_number":"18269692544653800","imei1":"18269692544653800","imei2":"18269692544653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153348,"job_number":"JOB_153348","tr_customer_id":153365,"tr_customer_product_id":153355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:40.000Z","modified_at":"2026-01-13T06:27:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17291009450595","imei1":"17291009450595","imei2":"17291009450595","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153349,"job_number":"JOB_153349","tr_customer_id":153366,"tr_customer_product_id":153356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:40.000Z","modified_at":"2026-01-13T06:28:14.000Z","name":"Humberto Kulas","mobile_number":"884-504-2182","email_id":"Valentin52@yahoo.com","dop":"2025-04-06","serial_number":"17304389644094","imei1":"17304389644094","imei2":"17304389644094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153350,"job_number":"JOB_153350","tr_customer_id":153367,"tr_customer_product_id":153357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:41.000Z","modified_at":"2026-01-13T06:27:41.000Z","name":"Daryl Dietrich","mobile_number":"679-877-0207","email_id":"Adelbert5@hotmail.com","dop":"2025-04-06","serial_number":"19070192069252350","imei1":"19070192069252350","imei2":"19070192069252350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153351,"job_number":"JOB_153351","tr_customer_id":153368,"tr_customer_product_id":153358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:44.000Z","modified_at":"2026-01-13T06:28:26.000Z","name":"Keanu Roob","mobile_number":"837-755-1053","email_id":"Wilfredo.Wisoky66@yahoo.com","dop":"2025-04-06","serial_number":"16918522598446","imei1":"16918522598446","imei2":"16918522598446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153352,"job_number":"JOB_153352","tr_customer_id":153369,"tr_customer_product_id":153359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:46.000Z","modified_at":"2026-01-13T06:27:46.000Z","name":"Telly Langworth","mobile_number":"946-252-3101","email_id":"Ellsworth_Adams22@yahoo.com","dop":"2025-04-06","serial_number":"12031316829551564","imei1":"12031316829551564","imei2":"12031316829551564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153355,"job_number":"JOB_153355","tr_customer_id":153372,"tr_customer_product_id":153362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:06.000Z","modified_at":"2026-01-13T06:29:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17887383653421","imei1":"17887383653421","imei2":"17887383653421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153356,"job_number":"JOB_153356","tr_customer_id":153373,"tr_customer_product_id":153363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:06.000Z","modified_at":"2026-01-13T06:29:39.000Z","name":"Delta Keeling","mobile_number":"911-865-7072","email_id":"Cordell.Turcotte4@yahoo.com","dop":"2025-04-06","serial_number":"15104738751563","imei1":"15104738751563","imei2":"15104738751563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153357,"job_number":"JOB_153357","tr_customer_id":153374,"tr_customer_product_id":153364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:07.000Z","modified_at":"2026-01-13T06:29:07.000Z","name":"Louisa Rodriguez","mobile_number":"663-904-4065","email_id":"Rodrigo.Hand13@gmail.com","dop":"2025-04-06","serial_number":"18551667092990812","imei1":"18551667092990812","imei2":"18551667092990812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153359,"job_number":"JOB_153359","tr_customer_id":153376,"tr_customer_product_id":153366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:45.000Z","modified_at":"2026-01-13T06:29:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17949174685515","imei1":"17949174685515","imei2":"17949174685515","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153360,"job_number":"JOB_153360","tr_customer_id":153377,"tr_customer_product_id":153367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:45.000Z","modified_at":"2026-01-13T06:30:17.000Z","name":"Jarrett Wiza","mobile_number":"692-480-9775","email_id":"Glenna.Ferry36@gmail.com","dop":"2025-04-06","serial_number":"13658884591254","imei1":"13658884591254","imei2":"13658884591254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153361,"job_number":"JOB_153361","tr_customer_id":153378,"tr_customer_product_id":153368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:46.000Z","modified_at":"2026-01-13T06:29:46.000Z","name":"Thurman Reichel","mobile_number":"914-602-2292","email_id":"Darrel.Walter@yahoo.com","dop":"2025-04-06","serial_number":"13011199722601872","imei1":"13011199722601872","imei2":"13011199722601872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153362,"job_number":"JOB_153362","tr_customer_id":153379,"tr_customer_product_id":153369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:24.000Z","modified_at":"2026-01-13T06:30:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10421878084399","imei1":"10421878084399","imei2":"10421878084399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153363,"job_number":"JOB_153363","tr_customer_id":153380,"tr_customer_product_id":153370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:24.000Z","modified_at":"2026-01-13T06:30:56.000Z","name":"Neha Considine","mobile_number":"659-405-0548","email_id":"Herbert58@yahoo.com","dop":"2025-04-06","serial_number":"15153876601935","imei1":"15153876601935","imei2":"15153876601935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153364,"job_number":"JOB_153364","tr_customer_id":153381,"tr_customer_product_id":153371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:25.000Z","modified_at":"2026-01-13T06:30:25.000Z","name":"Molly Veum","mobile_number":"555-217-6666","email_id":"Nash.Miller@yahoo.com","dop":"2025-04-06","serial_number":"19240704685234056","imei1":"19240704685234056","imei2":"19240704685234056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153365,"job_number":"JOB_153365","tr_customer_id":153382,"tr_customer_product_id":153372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:24.000Z","modified_at":"2026-01-13T06:34:00.000Z","name":"Shawn Reichel","mobile_number":"996-337-6530","email_id":"Gracie_Kemmer@gmail.com","dop":"2025-04-06","serial_number":"17769609635193","imei1":"17769609635193","imei2":"17769609635193","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153366,"job_number":"JOB_153366","tr_customer_id":153383,"tr_customer_product_id":153373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:25.000Z","modified_at":"2026-01-13T06:33:25.000Z","name":"Brayan Lynch","mobile_number":"543-265-9508","email_id":"Myriam59@hotmail.com","dop":"2025-04-06","serial_number":"12670510371516634","imei1":"12670510371516634","imei2":"12670510371516634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153367,"job_number":"JOB_153367","tr_customer_id":153384,"tr_customer_product_id":153374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:51.000Z","modified_at":"2026-01-13T06:33:51.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"18626661440596","imei1":"18626661440596","imei2":"18626661440596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153368,"job_number":"JOB_153368","tr_customer_id":153385,"tr_customer_product_id":153375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:51.000Z","modified_at":"2026-01-13T06:34:28.000Z","name":"Yasmine Mohr","mobile_number":"974-237-6041","email_id":"Bridgette.Bogan90@gmail.com","dop":"2025-10-21","serial_number":"11546601818771","imei1":"11546601818771","imei2":"11546601818771","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153369,"job_number":"JOB_153369","tr_customer_id":153386,"tr_customer_product_id":153376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:02.000Z","modified_at":"2026-01-13T06:34:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797117996959","imei1":"12797117996959","imei2":"12797117996959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153370,"job_number":"JOB_153370","tr_customer_id":153387,"tr_customer_product_id":153377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:02.000Z","modified_at":"2026-01-13T06:34:35.000Z","name":"Hanna Sporer","mobile_number":"965-882-6945","email_id":"Raphael36@gmail.com","dop":"2025-04-06","serial_number":"18981159232156","imei1":"18981159232156","imei2":"18981159232156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153371,"job_number":"JOB_153371","tr_customer_id":153388,"tr_customer_product_id":153378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:03.000Z","modified_at":"2026-01-13T06:34:03.000Z","name":"Isaiah Schaden","mobile_number":"683-699-8668","email_id":"Serena_Cole@hotmail.com","dop":"2025-04-06","serial_number":"16075224579808756","imei1":"16075224579808756","imei2":"16075224579808756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153372,"job_number":"JOB_153372","tr_customer_id":153389,"tr_customer_product_id":153379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:20.000Z","modified_at":"2026-01-13T06:34:20.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12174947098728","imei1":"12174947098728","imei2":"12174947098728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153373,"job_number":"JOB_153373","tr_customer_id":153390,"tr_customer_product_id":153380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:21.000Z","modified_at":"2026-01-13T06:35:02.000Z","name":"Marcia Murphy","mobile_number":"782-385-9100","email_id":"Jazmyne.Nitzsche44@hotmail.com","dop":"2025-04-06","serial_number":"15506943955279","imei1":"15506943955279","imei2":"15506943955279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153374,"job_number":"JOB_153374","tr_customer_id":153391,"tr_customer_product_id":153381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:22.000Z","modified_at":"2026-01-13T06:34:22.000Z","name":"Marcella Herman","mobile_number":"202-454-9766","email_id":"Yesenia_Halvorson@gmail.com","dop":"2025-04-06","serial_number":"15013812619606148","imei1":"15013812619606148","imei2":"15013812619606148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153376,"job_number":"JOB_153376","tr_customer_id":153393,"tr_customer_product_id":153383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:25.000Z","modified_at":"2026-01-13T06:34:59.000Z","name":"Enos VonRueden","mobile_number":"874-906-1957","email_id":"Anita40@yahoo.com","dop":"2000-01-31","serial_number":"10228922048626","imei1":"10228922048626","imei2":"10228922048626","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153378,"job_number":"JOB_153378","tr_customer_id":153395,"tr_customer_product_id":153385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:35.000Z","modified_at":"2026-01-13T06:34:35.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"12223648626349","imei1":"12223648626349","imei2":"12223648626349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153379,"job_number":"JOB_153379","tr_customer_id":153396,"tr_customer_product_id":153386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:35.000Z","modified_at":"2026-01-13T06:35:11.000Z","name":"Hattie Waters","mobile_number":"397-394-9916","email_id":"Seamus.Champlin98@gmail.com","dop":"2025-10-21","serial_number":"10366208297076","imei1":"10366208297076","imei2":"10366208297076","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153380,"job_number":"JOB_153380","tr_customer_id":153397,"tr_customer_product_id":153387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:41.000Z","modified_at":"2026-01-13T06:34:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13558591334748","imei1":"13558591334748","imei2":"13558591334748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153381,"job_number":"JOB_153381","tr_customer_id":153398,"tr_customer_product_id":153388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:41.000Z","modified_at":"2026-01-13T06:35:13.000Z","name":"Elizabeth Fisher","mobile_number":"718-606-2221","email_id":"Itzel_Bauch98@gmail.com","dop":"2025-04-06","serial_number":"15807422322553","imei1":"15807422322553","imei2":"15807422322553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153382,"job_number":"JOB_153382","tr_customer_id":153399,"tr_customer_product_id":153389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"115622991148787","imei1":"115622991148787","imei2":"115622991148787","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153383,"job_number":"JOB_153383","tr_customer_id":153400,"tr_customer_product_id":153390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Francisca Littel","mobile_number":"714-867-2230","email_id":"Jaren_Hayes44@yahoo.com","dop":"2025-04-06","serial_number":"17499193125431096","imei1":"17499193125431096","imei2":"17499193125431096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153384,"job_number":"JOB_153384","tr_customer_id":153401,"tr_customer_product_id":153391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:35:36.000Z","name":"Rodolfo Stracke","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"187829911197256","imei1":"187829911197256","imei2":"187829911197256","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153385,"job_number":"JOB_153385","tr_customer_id":153402,"tr_customer_product_id":153392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:44.000Z","modified_at":"2026-01-13T06:34:44.000Z","name":"Fatima Gleichner","mobile_number":"207-611-9731","email_id":"Asha.Dach@yahoo.com","dop":"2025-10-22","serial_number":"1025322667138398","imei1":"1025322667138398","imei2":"1025322667138398","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153388,"job_number":"JOB_153388","tr_customer_id":153405,"tr_customer_product_id":153395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:05.000Z","modified_at":"2026-01-13T06:35:39.000Z","name":"Therese Gerlach","mobile_number":"434-907-2013","email_id":"Luciano_Gorczany@gmail.com","dop":"2000-01-31","serial_number":"10406526539296","imei1":"10406526539296","imei2":"10406526539296","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153390,"job_number":"JOB_153390","tr_customer_id":153407,"tr_customer_product_id":153397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:09.000Z","modified_at":"2026-01-13T06:35:09.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10192687973073","imei1":"10192687973073","imei2":"10192687973073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153391,"job_number":"JOB_153391","tr_customer_id":153408,"tr_customer_product_id":153398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:10.000Z","modified_at":"2026-01-13T06:35:50.000Z","name":"Jarrod Senger","mobile_number":"797-312-6822","email_id":"Prudence97@hotmail.com","dop":"2025-04-06","serial_number":"10637771405309","imei1":"10637771405309","imei2":"10637771405309","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153392,"job_number":"JOB_153392","tr_customer_id":153409,"tr_customer_product_id":153399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:11.000Z","modified_at":"2026-01-13T06:35:11.000Z","name":"Roselyn Dickinson","mobile_number":"328-244-6622","email_id":"Edyth_Lebsack@hotmail.com","dop":"2025-04-06","serial_number":"17186626718510722","imei1":"17186626718510722","imei2":"17186626718510722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153393,"job_number":"JOB_153393","tr_customer_id":153410,"tr_customer_product_id":153400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:18.000Z","modified_at":"2026-01-13T06:35:18.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"14309726416255","imei1":"14309726416255","imei2":"14309726416255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153394,"job_number":"JOB_153394","tr_customer_id":153411,"tr_customer_product_id":153401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:18.000Z","modified_at":"2026-01-13T06:35:54.000Z","name":"Frederique Mohr","mobile_number":"384-670-6239","email_id":"Maybell78@hotmail.com","dop":"2025-10-21","serial_number":"14751608010196","imei1":"14751608010196","imei2":"14751608010196","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153395,"job_number":"JOB_153395","tr_customer_id":153412,"tr_customer_product_id":153402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:19.000Z","modified_at":"2026-01-13T06:35:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13881171132274","imei1":"13881171132274","imei2":"13881171132274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153396,"job_number":"JOB_153396","tr_customer_id":153413,"tr_customer_product_id":153403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:19.000Z","modified_at":"2026-01-13T06:35:51.000Z","name":"Rodolfo Spencer","mobile_number":"798-311-2600","email_id":"Wilfrid.Stracke@gmail.com","dop":"2025-04-06","serial_number":"11549616850912","imei1":"11549616850912","imei2":"11549616850912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153397,"job_number":"JOB_153397","tr_customer_id":153414,"tr_customer_product_id":153404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:20.000Z","modified_at":"2026-01-13T06:35:20.000Z","name":"Forest Brown","mobile_number":"803-337-0806","email_id":"Angelo.Baumbach@gmail.com","dop":"2025-04-06","serial_number":"15711283115032536","imei1":"15711283115032536","imei2":"15711283115032536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153398,"job_number":"JOB_153398","tr_customer_id":153415,"tr_customer_product_id":153405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:35.000Z","modified_at":"2026-01-13T06:35:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14906925255648","imei1":"14906925255648","imei2":"14906925255648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153399,"job_number":"JOB_153399","tr_customer_id":153416,"tr_customer_product_id":153406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:36.000Z","modified_at":"2026-01-13T06:36:14.000Z","name":"Viva Marks","mobile_number":"331-967-4577","email_id":"Brown.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"17730972665861","imei1":"17730972665861","imei2":"17730972665861","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153400,"job_number":"JOB_153400","tr_customer_id":153417,"tr_customer_product_id":153407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:37.000Z","modified_at":"2026-01-13T06:35:37.000Z","name":"Casimer Rau","mobile_number":"215-342-8734","email_id":"Kenna73@hotmail.com","dop":"2025-04-06","serial_number":"19496350485434544","imei1":"19496350485434544","imei2":"19496350485434544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153401,"job_number":"JOB_153401","tr_customer_id":153418,"tr_customer_product_id":153408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:41.000Z","modified_at":"2026-01-13T06:35:41.000Z","name":"Ashiq khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"181121931280099","imei1":"181121931280099","imei2":"181121931280099","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153402,"job_number":"JOB_153402","tr_customer_id":153419,"tr_customer_product_id":153409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:42.000Z","modified_at":"2026-01-13T06:36:18.000Z","name":"Chelsea Streich","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"149157500091475","imei1":"149157500091475","imei2":"149157500091475","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153403,"job_number":"JOB_153403","tr_customer_id":153420,"tr_customer_product_id":153410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:43.000Z","modified_at":"2026-01-13T06:35:43.000Z","name":"Aylin Kris","mobile_number":"223-877-5221","email_id":"Kayla_Treutel92@yahoo.com","dop":"2025-10-22","serial_number":"1096402720268648","imei1":"1096402720268648","imei2":"1096402720268648","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153405,"job_number":"JOB_153405","tr_customer_id":153422,"tr_customer_product_id":153412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:46.000Z","modified_at":"2026-01-13T06:36:19.000Z","name":"Zelda Pfeffer","mobile_number":"447-461-1503","email_id":"Damion_Vandervort@yahoo.com","dop":"2000-01-31","serial_number":"10791063874273","imei1":"10791063874273","imei2":"10791063874273","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153407,"job_number":"JOB_153407","tr_customer_id":153424,"tr_customer_product_id":153414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:58.000Z","modified_at":"2026-01-13T06:35:58.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19843566021029","imei1":"19843566021029","imei2":"19843566021029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153408,"job_number":"JOB_153408","tr_customer_id":153425,"tr_customer_product_id":153415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:58.000Z","modified_at":"2026-01-13T06:36:39.000Z","name":"Alyce Padberg","mobile_number":"489-281-6574","email_id":"Sigurd97@yahoo.com","dop":"2025-04-06","serial_number":"17623833105495","imei1":"17623833105495","imei2":"17623833105495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153409,"job_number":"JOB_153409","tr_customer_id":153426,"tr_customer_product_id":153416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:59.000Z","modified_at":"2026-01-13T06:35:59.000Z","name":"Aliyah Mitchell","mobile_number":"947-860-5150","email_id":"Carli.Harvey58@hotmail.com","dop":"2025-04-06","serial_number":"10134312447276504","imei1":"10134312447276504","imei2":"10134312447276504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153410,"job_number":"JOB_153410","tr_customer_id":153427,"tr_customer_product_id":153417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:20.000Z","modified_at":"2026-01-13T06:36:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12532377438466","imei1":"12532377438466","imei2":"12532377438466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153411,"job_number":"JOB_153411","tr_customer_id":153428,"tr_customer_product_id":153418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:20.000Z","modified_at":"2026-01-13T06:37:00.000Z","name":"Roberta Purdy","mobile_number":"884-342-7518","email_id":"Orval_Bauch@hotmail.com","dop":"2025-04-06","serial_number":"11094089757398","imei1":"11094089757398","imei2":"11094089757398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153412,"job_number":"JOB_153412","tr_customer_id":153429,"tr_customer_product_id":153419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:22.000Z","modified_at":"2026-01-13T06:36:22.000Z","name":"Rozella Schoen","mobile_number":"495-804-7754","email_id":"Stephon_Dicki@yahoo.com","dop":"2025-04-06","serial_number":"12679789341247674","imei1":"12679789341247674","imei2":"12679789341247674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153413,"job_number":"JOB_153413","tr_customer_id":153430,"tr_customer_product_id":153420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:24.000Z","modified_at":"2026-01-13T06:36:24.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"166320133855729","imei1":"166320133855729","imei2":"166320133855729","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153414,"job_number":"JOB_153414","tr_customer_id":153431,"tr_customer_product_id":153421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:24.000Z","modified_at":"2026-01-13T06:37:07.000Z","name":"Deja Hessel","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"116936879122410","imei1":"116936879122410","imei2":"116936879122410","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153416,"job_number":"JOB_153416","tr_customer_id":153433,"tr_customer_product_id":153423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:26.000Z","modified_at":"2026-01-13T06:36:26.000Z","name":"Erica Walsh","mobile_number":"319-903-4291","email_id":"Keon_Grant42@gmail.com","dop":"2025-10-22","serial_number":"1022549045064815","imei1":"1022549045064815","imei2":"1022549045064815","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153417,"job_number":"JOB_153417","tr_customer_id":153434,"tr_customer_product_id":153424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:26.000Z","modified_at":"2026-01-13T06:36:59.000Z","name":"Lilla Bernhard","mobile_number":"823-828-9325","email_id":"Alison89@hotmail.com","dop":"2000-01-31","serial_number":"10006108857699","imei1":"10006108857699","imei2":"10006108857699","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153419,"job_number":"JOB_153419","tr_customer_id":153436,"tr_customer_product_id":153426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:06.000Z","modified_at":"2026-01-13T06:37:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18035179744807","imei1":"18035179744807","imei2":"18035179744807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153420,"job_number":"JOB_153420","tr_customer_id":153437,"tr_customer_product_id":153427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:07.000Z","modified_at":"2026-01-13T06:37:45.000Z","name":"Darrion Botsford","mobile_number":"784-778-0860","email_id":"Amparo.Turcotte12@yahoo.com","dop":"2025-04-06","serial_number":"17711954331293","imei1":"17711954331293","imei2":"17711954331293","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153421,"job_number":"JOB_153421","tr_customer_id":153438,"tr_customer_product_id":153428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:08.000Z","modified_at":"2026-01-13T06:37:08.000Z","name":"Elton Daugherty","mobile_number":"859-218-8312","email_id":"Barton_Reilly@gmail.com","dop":"2025-04-06","serial_number":"11313420214238194","imei1":"11313420214238194","imei2":"11313420214238194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153422,"job_number":"JOB_153422","tr_customer_id":153439,"tr_customer_product_id":153429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:36.000Z","modified_at":"2026-01-13T06:40:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17535175495540","imei1":"17535175495540","imei2":"17535175495540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153423,"job_number":"JOB_153423","tr_customer_id":153440,"tr_customer_product_id":153430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:37.000Z","modified_at":"2026-01-13T06:41:21.000Z","name":"Boyd Kautzer","mobile_number":"612-716-9772","email_id":"Lauryn.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"17058788996246","imei1":"17058788996246","imei2":"17058788996246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153424,"job_number":"JOB_153424","tr_customer_id":153441,"tr_customer_product_id":153431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:38.000Z","modified_at":"2026-01-13T06:40:38.000Z","name":"Michele Fadel","mobile_number":"485-280-0952","email_id":"Naomie.Armstrong5@yahoo.com","dop":"2025-04-06","serial_number":"13357762284738180","imei1":"13357762284738180","imei2":"13357762284738180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153425,"job_number":"JOB_153425","tr_customer_id":153442,"tr_customer_product_id":153432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:29.000Z","modified_at":"2026-01-13T06:41:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16293684663073","imei1":"16293684663073","imei2":"16293684663073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153426,"job_number":"JOB_153426","tr_customer_id":153443,"tr_customer_product_id":153433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:29.000Z","modified_at":"2026-01-13T06:42:10.000Z","name":"Randi Casper","mobile_number":"305-340-7811","email_id":"Jannie81@hotmail.com","dop":"2025-04-06","serial_number":"18332573452941","imei1":"18332573452941","imei2":"18332573452941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153427,"job_number":"JOB_153427","tr_customer_id":153444,"tr_customer_product_id":153434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:30.000Z","modified_at":"2026-01-13T06:41:30.000Z","name":"Willa Deckow","mobile_number":"290-537-1272","email_id":"Tanner.Nolan@hotmail.com","dop":"2025-04-06","serial_number":"10865604647974306","imei1":"10865604647974306","imei2":"10865604647974306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153428,"job_number":"JOB_153428","tr_customer_id":153445,"tr_customer_product_id":153435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:42.000Z","modified_at":"2026-01-13T06:42:19.000Z","name":"Kenna Batz","mobile_number":"804-508-1073","email_id":"Wanda56@hotmail.com","dop":"2025-04-06","serial_number":"18699635045385","imei1":"18699635045385","imei2":"18699635045385","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153429,"job_number":"JOB_153429","tr_customer_id":153446,"tr_customer_product_id":153436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:44.000Z","modified_at":"2026-01-13T06:41:44.000Z","name":"Otto Ward","mobile_number":"457-604-0207","email_id":"Alex87@yahoo.com","dop":"2025-04-06","serial_number":"19627713621514290","imei1":"19627713621514290","imei2":"19627713621514290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153430,"job_number":"JOB_153430","tr_customer_id":153447,"tr_customer_product_id":153437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:57.000Z","modified_at":"2026-01-13T06:42:34.000Z","name":"Moshe Jerde","mobile_number":"800-976-0751","email_id":"Lafayette.Thiel@gmail.com","dop":"2025-04-06","serial_number":"19218250814594","imei1":"19218250814594","imei2":"19218250814594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153431,"job_number":"JOB_153431","tr_customer_id":153448,"tr_customer_product_id":153438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:58.000Z","modified_at":"2026-01-13T06:41:58.000Z","name":"Sidney Rath","mobile_number":"601-411-1665","email_id":"Lorine.Reinger@gmail.com","dop":"2025-04-06","serial_number":"13708697357119920","imei1":"13708697357119920","imei2":"13708697357119920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153432,"job_number":"JOB_153432","tr_customer_id":153449,"tr_customer_product_id":153439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:16.000Z","modified_at":"2026-01-13T06:42:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12663480145504","imei1":"12663480145504","imei2":"12663480145504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153433,"job_number":"JOB_153433","tr_customer_id":153450,"tr_customer_product_id":153440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:17.000Z","modified_at":"2026-01-13T06:43:00.000Z","name":"Nathen D'Amore","mobile_number":"219-861-1497","email_id":"Sheila_Hoppe@yahoo.com","dop":"2025-04-06","serial_number":"17627831077175","imei1":"17627831077175","imei2":"17627831077175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:43:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153434,"job_number":"JOB_153434","tr_customer_id":153451,"tr_customer_product_id":153441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:18.000Z","modified_at":"2026-01-13T06:42:18.000Z","name":"Asha Konopelski","mobile_number":"704-491-9183","email_id":"Lukas_Effertz87@yahoo.com","dop":"2025-04-06","serial_number":"14830881497778844","imei1":"14830881497778844","imei2":"14830881497778844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153439,"job_number":"JOB_153439","tr_customer_id":153456,"tr_customer_product_id":153446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:30.000Z","modified_at":"2026-01-13T06:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13335342852575","imei1":"13335342852575","imei2":"13335342852575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153440,"job_number":"JOB_153440","tr_customer_id":153457,"tr_customer_product_id":153447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:30.000Z","modified_at":"2026-01-13T06:48:07.000Z","name":"Joey Botsford","mobile_number":"997-401-3371","email_id":"Jacquelyn.Okuneva@gmail.com","dop":"2025-04-06","serial_number":"10149094290009","imei1":"10149094290009","imei2":"10149094290009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153441,"job_number":"JOB_153441","tr_customer_id":153458,"tr_customer_product_id":153448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:31.000Z","modified_at":"2026-01-13T06:48:10.000Z","name":"Maverick Adams","mobile_number":"456-448-8559","email_id":"Janessa.Kassulke@yahoo.com","dop":"2025-04-06","serial_number":"18207146180463","imei1":"18207146180463","imei2":"18207146180463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153442,"job_number":"JOB_153442","tr_customer_id":153459,"tr_customer_product_id":153449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Jerel Huels","mobile_number":"941-536-9895","email_id":"Vinnie_Bayer@hotmail.com","dop":"2025-04-06","serial_number":"11246406938412776","imei1":"11246406938412776","imei2":"11246406938412776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153443,"job_number":"JOB_153443","tr_customer_id":153460,"tr_customer_product_id":153450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Kirstin Kohler","mobile_number":"384-304-7801","email_id":"Murray.Ortiz65@gmail.com","dop":"2025-04-06","serial_number":"19843988441614216","imei1":"19843988441614216","imei2":"19843988441614216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153444,"job_number":"JOB_153444","tr_customer_id":153461,"tr_customer_product_id":153451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:17.000Z","modified_at":"2026-01-13T06:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10893295769409","imei1":"10893295769409","imei2":"10893295769409","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153445,"job_number":"JOB_153445","tr_customer_id":153462,"tr_customer_product_id":153452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:17.000Z","modified_at":"2026-01-13T06:48:56.000Z","name":"Jamil Dickinson","mobile_number":"590-759-8979","email_id":"Kimberly.Maggio70@gmail.com","dop":"2025-04-06","serial_number":"15965554356476","imei1":"15965554356476","imei2":"15965554356476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153446,"job_number":"JOB_153446","tr_customer_id":153463,"tr_customer_product_id":153453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:19.000Z","modified_at":"2026-01-13T06:48:19.000Z","name":"Parker Jakubowski","mobile_number":"952-465-2758","email_id":"Dakota_Ledner10@hotmail.com","dop":"2025-04-06","serial_number":"12311975918017010","imei1":"12311975918017010","imei2":"12311975918017010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153447,"job_number":"JOB_153447","tr_customer_id":153464,"tr_customer_product_id":153454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:03.000Z","modified_at":"2026-01-13T06:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13169385017653","imei1":"13169385017653","imei2":"13169385017653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153448,"job_number":"JOB_153448","tr_customer_id":153465,"tr_customer_product_id":153455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:04.000Z","modified_at":"2026-01-13T06:49:42.000Z","name":"Nico McClure","mobile_number":"501-362-3642","email_id":"Norbert.Sawayn86@gmail.com","dop":"2025-04-06","serial_number":"14731581720705","imei1":"14731581720705","imei2":"14731581720705","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:49:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153449,"job_number":"JOB_153449","tr_customer_id":153466,"tr_customer_product_id":153456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:05.000Z","modified_at":"2026-01-13T06:49:05.000Z","name":"Savannah McCullough","mobile_number":"667-299-8593","email_id":"Nico.Parker@hotmail.com","dop":"2025-04-06","serial_number":"11764441752405088","imei1":"11764441752405088","imei2":"11764441752405088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153450,"job_number":"JOB_153450","tr_customer_id":153467,"tr_customer_product_id":153457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Giri Iyengar","mobile_number":"7046840199","email_id":"devajyoti.jain@hotmail.com","dop":"2026-01-03","serial_number":"178243689739422","imei1":"178243689739422","imei2":"178243689739422","popurl":"www.bhadra-dwivedi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153451,"job_number":"JOB_153451","tr_customer_id":153468,"tr_customer_product_id":153458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Tanya Varrier","mobile_number":"7017488671","email_id":"abani.chaturvedi@gmail.com","dop":"2026-01-03","serial_number":"559635736216011","imei1":"559635736216011","imei2":"559635736216011","popurl":"www.aayushmaan-menon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153452,"job_number":"JOB_153452","tr_customer_id":153469,"tr_customer_product_id":153459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.511179290Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153453,"job_number":"JOB_153453","tr_customer_id":153470,"tr_customer_product_id":153460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.528382776Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153454,"job_number":"JOB_153454","tr_customer_id":153471,"tr_customer_product_id":153461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153455,"job_number":"JOB_153455","tr_customer_id":153472,"tr_customer_product_id":153462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153456,"job_number":"JOB_153456","tr_customer_id":153473,"tr_customer_product_id":153463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153457,"job_number":"JOB_153457","tr_customer_id":153474,"tr_customer_product_id":153464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153458,"job_number":"JOB_153458","tr_customer_id":153475,"tr_customer_product_id":153465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:00:31.000Z","modified_at":"2026-01-13T07:00:31.000Z","name":"Nova Koss","mobile_number":"239-334-5085","email_id":"Zane_Wilderman@gmail.com","dop":"2025-10-22","serial_number":"150491293341920","imei1":"150491293341920","imei2":"150491293341920","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153459,"job_number":"JOB_153459","tr_customer_id":153476,"tr_customer_product_id":153466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:25.000Z","modified_at":"2026-01-13T07:01:25.000Z","name":"Garnet Ebert","mobile_number":"351-222-7222","email_id":"Roger_Hammes@yahoo.com","dop":"2025-10-22","serial_number":"106917328565507","imei1":"106917328565507","imei2":"106917328565507","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153460,"job_number":"JOB_153460","tr_customer_id":153477,"tr_customer_product_id":153467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:26.000Z","modified_at":"2026-01-13T07:02:06.000Z","name":"Alivia Considine","mobile_number":"518-317-2380","email_id":"Erna_Kris84@hotmail.com","dop":"2025-04-06","serial_number":"19719354106709","imei1":"19719354106709","imei2":"19719354106709","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153461,"job_number":"JOB_153461","tr_customer_id":153478,"tr_customer_product_id":153468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:27.000Z","modified_at":"2026-01-13T07:01:27.000Z","name":"Elmira Stokes","mobile_number":"698-394-4383","email_id":"Dangelo.Greenholt87@hotmail.com","dop":"2025-04-06","serial_number":"15247447049429286","imei1":"15247447049429286","imei2":"15247447049429286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153462,"job_number":"JOB_153462","tr_customer_id":153479,"tr_customer_product_id":153469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:39.000Z","modified_at":"2026-01-13T07:01:39.000Z","name":"Kyle Bins","mobile_number":"907-897-0318","email_id":"Jennyfer_Weimann@hotmail.com","dop":"2025-10-22","serial_number":"150708821765717","imei1":"150708821765717","imei2":"150708821765717","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152959,"job_number":"JOB_152959","tr_customer_id":152976,"tr_customer_product_id":152966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:42:44.000Z","modified_at":"2026-01-13T00:42:44.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12200118723400","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152964,"job_number":"JOB_152964","tr_customer_id":152981,"tr_customer_product_id":152971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:02.000Z","modified_at":"2026-01-13T01:36:02.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"15571427091090","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152965,"job_number":"JOB_152965","tr_customer_id":152982,"tr_customer_product_id":152972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:06.000Z","modified_at":"2026-01-13T01:36:06.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"19373853917739","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152966,"job_number":"JOB_152966","tr_customer_id":152983,"tr_customer_product_id":152973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:08.000Z","modified_at":"2026-01-13T01:36:08.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14191217372006","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152967,"job_number":"JOB_152967","tr_customer_id":152984,"tr_customer_product_id":152974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:23.000Z","modified_at":"2026-01-13T01:39:24.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18016644965930","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152968,"job_number":"JOB_152968","tr_customer_id":152985,"tr_customer_product_id":152975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:36.000Z","modified_at":"2026-01-13T01:39:36.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18112050941983","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152969,"job_number":"JOB_152969","tr_customer_id":152986,"tr_customer_product_id":152976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:57.000Z","modified_at":"2026-01-13T01:39:57.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"13474864112371","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152970,"job_number":"JOB_152970","tr_customer_id":152987,"tr_customer_product_id":152977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:40:52.000Z","modified_at":"2026-01-13T01:40:52.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11293058515635","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152971,"job_number":"JOB_152971","tr_customer_id":152988,"tr_customer_product_id":152978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:41:28.000Z","modified_at":"2026-01-13T01:41:28.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14760262405521","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152973,"job_number":"JOB_152973","tr_customer_id":152990,"tr_customer_product_id":152980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:44:49.000Z","modified_at":"2026-01-13T01:44:49.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"10776339681431","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152975,"job_number":"JOB_152975","tr_customer_id":152992,"tr_customer_product_id":152982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:47:51.000Z","modified_at":"2026-01-13T01:47:51.000Z","name":"Verlie Nikolaus","mobile_number":"722-739-1864","email_id":"Camylle.Schinner@gmail.com","dop":"2026-01-10","serial_number":"21252447753937","imei1":"21252447753937","imei2":"21252447753937","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152976,"job_number":"JOB_152976","tr_customer_id":152993,"tr_customer_product_id":152983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:48:09.000Z","modified_at":"2026-01-13T01:48:09.000Z","name":"Sierra McClure","mobile_number":"464-948-4886","email_id":"Clemens.Nader31@yahoo.com","dop":"2026-01-10","serial_number":"400525471592484","imei1":"400525471592484","imei2":"400525471592484","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152983,"job_number":"JOB_152983","tr_customer_id":153000,"tr_customer_product_id":152990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:46:22.000Z","modified_at":"2026-01-13T03:46:22.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14924344586132","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152994,"job_number":"JOB_152994","tr_customer_id":153011,"tr_customer_product_id":153001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:10.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11037017348002","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153011,"job_number":"JOB_153011","tr_customer_id":153028,"tr_customer_product_id":153018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:33.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Elmer31@hotmail.com","dop":"2025-07-02","serial_number":"12961196646355","imei1":"12961196646355","imei2":"12961196646355","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153024,"job_number":"JOB_153024","tr_customer_id":153041,"tr_customer_product_id":153031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:50.000Z","modified_at":"2026-01-13T03:49:50.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Tanya56@yahoo.com","dop":"2025-07-02","serial_number":"16024879192606","imei1":"16024879192606","imei2":"16024879192606","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153035,"job_number":"JOB_153035","tr_customer_id":153052,"tr_customer_product_id":153042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:55.000Z","modified_at":"2026-01-13T03:50:02.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12139760903334","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153047,"job_number":"JOB_153047","tr_customer_id":153064,"tr_customer_product_id":153054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:07.000Z","modified_at":"2026-01-13T03:50:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Emerald22@gmail.com","dop":"2025-07-02","serial_number":"19292784459597","imei1":"19292784459597","imei2":"19292784459597","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153070,"job_number":"JOB_153070","tr_customer_id":153087,"tr_customer_product_id":153077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:28.000Z","modified_at":"2026-01-13T03:50:28.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"185642560040121","imei1":"185642560040121","imei2":"185642560040121","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153071,"job_number":"JOB_153071","tr_customer_id":153088,"tr_customer_product_id":153078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Quincy O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"182173578734661","imei1":"182173578734661","imei2":"182173578734661","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153072,"job_number":"JOB_153072","tr_customer_id":153089,"tr_customer_product_id":153079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Caden Keeling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"186833928174921","imei1":"186833928174921","imei2":"186833928174921","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153073,"job_number":"JOB_153073","tr_customer_id":153090,"tr_customer_product_id":153080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Pearline Witting","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140291337641622","imei1":"140291337641622","imei2":"140291337641622","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153079,"job_number":"JOB_153079","tr_customer_id":153096,"tr_customer_product_id":153086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"Jessika Hessel","mobile_number":"709-340-3337","email_id":"Krystal8@hotmail.com","dop":"2025-10-01","serial_number":"12068824628396","imei1":"12068824628396","imei2":"12068824628396","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153089,"job_number":"JOB_153089","tr_customer_id":153106,"tr_customer_product_id":153096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"129686786924475","imei1":"129686786924475","imei2":"129686786924475","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153090,"job_number":"JOB_153090","tr_customer_id":153107,"tr_customer_product_id":153097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Raina Blick","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"118504064178089","imei1":"118504064178089","imei2":"118504064178089","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153091,"job_number":"JOB_153091","tr_customer_id":153108,"tr_customer_product_id":153098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Michael Hudson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128738008478937","imei1":"128738008478937","imei2":"128738008478937","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153092,"job_number":"JOB_153092","tr_customer_id":153109,"tr_customer_product_id":153099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Karlie Towne","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162034816487930","imei1":"162034816487930","imei2":"162034816487930","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153112,"job_number":"JOB_153112","tr_customer_id":153129,"tr_customer_product_id":153119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:09.000Z","modified_at":"2026-01-13T03:51:09.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108845179568721","imei1":"108845179568721","imei2":"108845179568721","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153113,"job_number":"JOB_153113","tr_customer_id":153130,"tr_customer_product_id":153120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:09.000Z","modified_at":"2026-01-13T03:51:19.000Z","name":"Chyna Balistreri","mobile_number":"349-335-7904","email_id":"Rhoda81@yahoo.com","dop":"2025-06-09","serial_number":"102626666223811","imei1":"102626666223811","imei2":"102626666223811","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153115,"job_number":"JOB_153115","tr_customer_id":153132,"tr_customer_product_id":153122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"Laverne Thiel","mobile_number":"394-928-2392","email_id":"Emelia_Osinski@yahoo.com","dop":"2025-06-09","serial_number":"107449911204701","imei1":"107449911204701","imei2":"107449911204701","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153126,"job_number":"JOB_153126","tr_customer_id":153143,"tr_customer_product_id":153133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:23.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100493670574337","imei1":"100493670574337","imei2":"100493670574337","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153127,"job_number":"JOB_153127","tr_customer_id":153144,"tr_customer_product_id":153134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:34.000Z","name":"Jesus Bogisich","mobile_number":"679-297-1298","email_id":"Elna.Heathcote@hotmail.com","dop":"2025-06-09","serial_number":"109371719799567","imei1":"109371719799567","imei2":"109371719799567","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153129,"job_number":"JOB_153129","tr_customer_id":153146,"tr_customer_product_id":153136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Gino Hoppe","mobile_number":"218-849-7578","email_id":"Justine.Hyatt66@yahoo.com","dop":"2025-06-09","serial_number":"105833888639457","imei1":"105833888639457","imei2":"105833888639457","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153145,"job_number":"JOB_153145","tr_customer_id":153162,"tr_customer_product_id":153152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107134574172981","imei1":"107134574172981","imei2":"107134574172981","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153146,"job_number":"JOB_153146","tr_customer_id":153163,"tr_customer_product_id":153153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:48.000Z","name":"Edna Renner","mobile_number":"521-605-6662","email_id":"Raegan_Huel@gmail.com","dop":"2025-06-09","serial_number":"101831249953224","imei1":"101831249953224","imei2":"101831249953224","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153147,"job_number":"JOB_153147","tr_customer_id":153164,"tr_customer_product_id":153154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Howard Jerde","mobile_number":"225-762-0200","email_id":"Fermin.Emmerich@gmail.com","dop":"2025-06-09","serial_number":"103702688840930","imei1":"103702688840930","imei2":"103702688840930","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153247,"job_number":"JOB_153247","tr_customer_id":153264,"tr_customer_product_id":153254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:06.000Z","modified_at":"2026-01-13T05:45:10.000Z","name":"{{irst_name}} Kumari","mobile_number":"8934535434","email_id":"anitha@gmail.com","dop":"2025-12-14","serial_number":"135620959077456","imei1":"135620959077456","imei2":"135620959077456","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153248,"job_number":"JOB_153248","tr_customer_id":153265,"tr_customer_product_id":153255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:11.000Z","modified_at":"2026-01-13T05:45:16.000Z","name":"{{irst_name}} Kumar","mobile_number":"904533233","email_id":"kiran@gmail.com","dop":"2025-12-14","serial_number":"198613087741501","imei1":"198613087741501","imei2":"198613087741501","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153249,"job_number":"JOB_153249","tr_customer_id":153266,"tr_customer_product_id":153256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:17.000Z","modified_at":"2026-01-13T05:45:22.000Z","name":"{{irst_name}} k","mobile_number":"9034324233","email_id":"Veekshith@gmail.com","dop":"2025-12-14","serial_number":"157362364060723","imei1":"157362364060723","imei2":"157362364060723","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153250,"job_number":"JOB_153250","tr_customer_id":153267,"tr_customer_product_id":153257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:46:55.000Z","modified_at":"2026-01-13T05:46:59.000Z","name":"Anitha Kumari","mobile_number":"8934535434","email_id":"anitha@gmail.com","dop":"2025-12-14","serial_number":"144345242210525","imei1":"144345242210525","imei2":"144345242210525","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153251,"job_number":"JOB_153251","tr_customer_id":153268,"tr_customer_product_id":153258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:47:00.000Z","modified_at":"2026-01-13T05:47:05.000Z","name":"Kiran Kumar","mobile_number":"904533233","email_id":"kiran@gmail.com","dop":"2025-12-14","serial_number":"163841812032817","imei1":"163841812032817","imei2":"163841812032817","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:47:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153252,"job_number":"JOB_153252","tr_customer_id":153269,"tr_customer_product_id":153259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:47:05.000Z","modified_at":"2026-01-13T05:47:10.000Z","name":"Veekshith k","mobile_number":"9034324233","email_id":"Veekshith@gmail.com","dop":"2025-12-14","serial_number":"180473904683947","imei1":"180473904683947","imei2":"180473904683947","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:47:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153311,"job_number":"JOB_153311","tr_customer_id":153328,"tr_customer_product_id":153318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:15:43.000Z","modified_at":"2026-01-13T06:15:53.000Z","name":"Deven Pollich","mobile_number":"803-334-4382","email_id":"Jolie.Friesen68@yahoo.com","dop":"2025-11-04","serial_number":"41830548879824","imei1":"41830548879824","imei2":"41830548879824","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:15:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153312,"job_number":"JOB_153312","tr_customer_id":153329,"tr_customer_product_id":153319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:15:56.000Z","modified_at":"2026-01-13T06:16:06.000Z","name":"Emmanuel Hahn","mobile_number":"766-876-6194","email_id":"Francesco56@yahoo.com","dop":"2025-11-04","serial_number":"64454951455282","imei1":"64454951455282","imei2":"64454951455282","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153313,"job_number":"JOB_153313","tr_customer_id":153330,"tr_customer_product_id":153320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:16:09.000Z","modified_at":"2026-01-13T06:16:19.000Z","name":"Jody Pacocha","mobile_number":"499-305-9410","email_id":"Lia.Schaden@gmail.com","dop":"2025-11-04","serial_number":"55751222311381","imei1":"55751222311381","imei2":"55751222311381","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153314,"job_number":"JOB_153314","tr_customer_id":153331,"tr_customer_product_id":153321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:16:49.000Z","modified_at":"2026-01-13T06:17:16.000Z","name":"Vivian Reynolds","mobile_number":"389-565-0345","email_id":"Sincere75@hotmail.com","dop":"2025-10-01","serial_number":"13450906526211","imei1":"13450906526211","imei2":"13450906526211","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:17:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153315,"job_number":"JOB_153315","tr_customer_id":153332,"tr_customer_product_id":153322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:03.000Z","modified_at":"2026-01-13T06:19:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109231383262124","imei1":"109231383262124","imei2":"109231383262124","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153316,"job_number":"JOB_153316","tr_customer_id":153333,"tr_customer_product_id":153323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:04.000Z","modified_at":"2026-01-13T06:19:16.000Z","name":"Nathaniel Olson","mobile_number":"803-630-5817","email_id":"Mireille.Schamberger50@gmail.com","dop":"2025-06-09","serial_number":"107778902735409","imei1":"107778902735409","imei2":"107778902735409","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153317,"job_number":"JOB_153317","tr_customer_id":153334,"tr_customer_product_id":153324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:04.000Z","modified_at":"2026-01-13T06:19:04.000Z","name":"Fermin Greenfelder","mobile_number":"955-317-6851","email_id":"Stewart_McDermott@gmail.com","dop":"2025-06-09","serial_number":"103613644269013","imei1":"103613644269013","imei2":"103613644269013","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153318,"job_number":"JOB_153318","tr_customer_id":153335,"tr_customer_product_id":153325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:21.000Z","modified_at":"2026-01-13T06:19:21.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108378338967206","imei1":"108378338967206","imei2":"108378338967206","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153319,"job_number":"JOB_153319","tr_customer_id":153336,"tr_customer_product_id":153326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:22.000Z","modified_at":"2026-01-13T06:19:36.000Z","name":"Ambrose Marvin","mobile_number":"801-386-0030","email_id":"Meda62@hotmail.com","dop":"2025-06-09","serial_number":"107935549367467","imei1":"107935549367467","imei2":"107935549367467","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153320,"job_number":"JOB_153320","tr_customer_id":153337,"tr_customer_product_id":153327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:22.000Z","modified_at":"2026-01-13T06:19:22.000Z","name":"Aiyana Terry","mobile_number":"244-508-8666","email_id":"Larue48@yahoo.com","dop":"2025-06-09","serial_number":"100018750637698","imei1":"100018750637698","imei2":"100018750637698","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153321,"job_number":"JOB_153321","tr_customer_id":153338,"tr_customer_product_id":153328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101759281341148","imei1":"101759281341148","imei2":"101759281341148","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153322,"job_number":"JOB_153322","tr_customer_id":153339,"tr_customer_product_id":153329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:57.000Z","name":"Rossie Bayer","mobile_number":"243-568-8992","email_id":"Haleigh65@hotmail.com","dop":"2025-06-09","serial_number":"108899204115745","imei1":"108899204115745","imei2":"108899204115745","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153323,"job_number":"JOB_153323","tr_customer_id":153340,"tr_customer_product_id":153330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Bella Harber","mobile_number":"687-229-6322","email_id":"Corbin_Spencer@gmail.com","dop":"2025-06-09","serial_number":"100340725009684","imei1":"100340725009684","imei2":"100340725009684","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153324,"job_number":"JOB_153324","tr_customer_id":153341,"tr_customer_product_id":153331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:20:49.000Z","modified_at":"2026-01-13T06:20:59.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"41673180072938","imei1":"41673180072938","imei2":"41673180072938","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153325,"job_number":"JOB_153325","tr_customer_id":153342,"tr_customer_product_id":153332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:04.000Z","modified_at":"2026-01-13T06:21:16.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"15757610740311","imei1":"15757610740311","imei2":"15757610740311","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153326,"job_number":"JOB_153326","tr_customer_id":153343,"tr_customer_product_id":153333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:21.000Z","modified_at":"2026-01-13T06:21:34.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"51037878341202","imei1":"51037878341202","imei2":"51037878341202","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153353,"job_number":"JOB_153353","tr_customer_id":153370,"tr_customer_product_id":153360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:28:35.000Z","modified_at":"2026-01-13T06:28:48.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"26994953784520","imei1":"26994953784520","imei2":"26994953784520","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153354,"job_number":"JOB_153354","tr_customer_id":153371,"tr_customer_product_id":153361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:28:53.000Z","modified_at":"2026-01-13T06:29:07.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"95023931804388","imei1":"95023931804388","imei2":"95023931804388","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153358,"job_number":"JOB_153358","tr_customer_id":153375,"tr_customer_product_id":153365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:13.000Z","modified_at":"2026-01-13T06:29:31.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"74712190858251","imei1":"74712190858251","imei2":"74712190858251","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153386,"job_number":"JOB_153386","tr_customer_id":153403,"tr_customer_product_id":153393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:47.000Z","modified_at":"2026-01-13T06:34:47.000Z","name":"Rocky Kihn","mobile_number":"647-238-4940","email_id":"Christine_OHara58@gmail.com","dop":"2025-12-14","serial_number":"143009261320082","imei1":"143009261320082","imei2":"143009261320082","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153435,"job_number":"JOB_153435","tr_customer_id":153452,"tr_customer_product_id":153442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:44:29.000Z","modified_at":"2026-01-13T06:44:29.000Z","name":"Gennaro Goldner","mobile_number":"672-408-8464","email_id":"Ardith21@yahoo.com","dop":"2025-12-14","serial_number":"167754165732138","imei1":"167754165732138","imei2":"167754165732138","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153436,"job_number":"JOB_153436","tr_customer_id":153453,"tr_customer_product_id":153443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:19.000Z","modified_at":"2026-01-13T06:45:19.000Z","name":"Delfina Romaguera","mobile_number":"669-856-6230","email_id":"Rodrick12@hotmail.com","dop":"2025-12-14","serial_number":"144203005884587","imei1":"144203005884587","imei2":"144203005884587","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153437,"job_number":"JOB_153437","tr_customer_id":153454,"tr_customer_product_id":153444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:55.000Z","modified_at":"2026-01-13T06:45:55.000Z","name":"Jeff Flatley","mobile_number":"980-824-0583","email_id":"Nico51@hotmail.com","dop":"2025-12-14","serial_number":"110431504331280","imei1":"110431504331280","imei2":"110431504331280","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153438,"job_number":"JOB_153438","tr_customer_id":153455,"tr_customer_product_id":153445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:46:45.000Z","modified_at":"2026-01-13T06:46:45.000Z","name":"Paris Kuhlman","mobile_number":"668-305-9525","email_id":"Vern54@yahoo.com","dop":"2025-12-14","serial_number":"154647379634597","imei1":"154647379634597","imei2":"154647379634597","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153463,"job_number":"JOB_153463","tr_customer_id":153480,"tr_customer_product_id":153470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:24:48.000Z","modified_at":"2026-01-13T07:24:59.000Z","name":"Jasper Jacobs","mobile_number":"263-201-8380","email_id":"Oral54@yahoo.com","dop":"2025-11-04","serial_number":"60467304956938","imei1":"60467304956938","imei2":"60467304956938","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:24:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153464,"job_number":"JOB_153464","tr_customer_id":153481,"tr_customer_product_id":153471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:25:04.000Z","modified_at":"2026-01-13T07:25:04.000Z","name":"Hilda Daniel","mobile_number":"336-787-3623","email_id":"Jessyca.Skiles@yahoo.com","dop":"2025-11-04","serial_number":"74790186277957","imei1":"74790186277957","imei2":"74790186277957","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:25:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_99821"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDB9.23E00K-tOMzwqab5cdlSfLP2WrOwF1j309cbbq_g3nQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 0267213c-f5bd-4614-a0a4-3172ac3c902f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{
"searchText": "JOB_104254"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:08 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDB9.23E00K-tOMzwqab5cdlSfLP2WrOwF1j309cbbq_g3nQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 68f2f49f-46b5-4373-b82c-bc6eed2ed22b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:09 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamsup","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 28f7072c-a7c8-4c82-8811-3b944f96374e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 59 |
{
"username": "iamsup",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 698 |
| ETag | W/"2ba-tQoR9ALYGH+lcnL/1SM9Kj8K5Kk" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:09 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDl9.7jAqnoAy0sCPPfBpmnDLDHDFJpx6_PTYZ8LDF_teCxM"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDl9.7jAqnoAy0sCPPfBpmnDLDHDFJpx6_PTYZ8LDF_teCxM |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 510036cd-7020-424d-bb1f-9f8dfb01dfbe |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 444 |
| ETag | W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:09 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDl9.7jAqnoAy0sCPPfBpmnDLDHDFJpx6_PTYZ8LDF_teCxM |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 13b6034e-bea4-4767-b698-b0da1b24fcf3 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 248 |
| ETag | W/"f8-8MbwLweppFl7I8QkEnW7mg3EcNw" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:09 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":349},{"label":"Pending for repair","key":"pending_for_repair","count":8},{"label":"Pending for delivery","key":"pending_for_delivery","count":3}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 21679acf-4d1d-46bb-853c-799f39d4d246 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"54e12-rSuXUnuL8QGmKT/V/xMEXy8zakg" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:25:10 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":152945,"job_number":"JOB_152945","tr_customer_id":152962,"tr_customer_product_id":152952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:04.000Z","modified_at":"2026-01-12T21:41:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16444528275127","imei1":"16444528275127","imei2":"16444528275127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152947,"job_number":"JOB_152947","tr_customer_id":152964,"tr_customer_product_id":152954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:06.000Z","modified_at":"2026-01-12T21:41:06.000Z","name":"Sibyl O'Connell","mobile_number":"864-508-7178","email_id":"Lera6@hotmail.com","dop":"2025-04-06","serial_number":"12161968684743364","imei1":"12161968684743364","imei2":"12161968684743364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152948,"job_number":"JOB_152948","tr_customer_id":152965,"tr_customer_product_id":152955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:45.000Z","modified_at":"2026-01-12T21:41:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19073498794923","imei1":"19073498794923","imei2":"19073498794923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152950,"job_number":"JOB_152950","tr_customer_id":152967,"tr_customer_product_id":152957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:47.000Z","modified_at":"2026-01-12T21:41:47.000Z","name":"Aurore Hilll","mobile_number":"316-283-2109","email_id":"Johnathan_Howell@gmail.com","dop":"2025-04-06","serial_number":"19191826310946700","imei1":"19191826310946700","imei2":"19191826310946700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152951,"job_number":"JOB_152951","tr_customer_id":152968,"tr_customer_product_id":152958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:42:26.000Z","modified_at":"2026-01-12T21:42:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13119127811699","imei1":"13119127811699","imei2":"13119127811699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:42:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152953,"job_number":"JOB_152953","tr_customer_id":152970,"tr_customer_product_id":152960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:42:28.000Z","modified_at":"2026-01-12T21:42:28.000Z","name":"Janessa Greenfelder","mobile_number":"677-558-2956","email_id":"Idella85@yahoo.com","dop":"2025-04-06","serial_number":"14365178523919976","imei1":"14365178523919976","imei2":"14365178523919976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152954,"job_number":"JOB_152954","tr_customer_id":152971,"tr_customer_product_id":152961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:34:30.000Z","modified_at":"2026-01-12T23:34:30.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-02","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-02T23:34:29.692521461Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:34:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152955,"job_number":"JOB_152955","tr_customer_id":152972,"tr_customer_product_id":152962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:34:30.000Z","modified_at":"2026-01-12T23:34:30.000Z","name":"Lakshmidhar Ahuja","mobile_number":"7060765524","email_id":"darshwana.kaur@yahoo.co.in","dop":"2026-01-02","serial_number":"555718812455204","imei1":"555718812455204","imei2":"555718812455204","popurl":"www.deevakar-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:34:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152956,"job_number":"JOB_152956","tr_customer_id":152973,"tr_customer_product_id":152963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:36:56.000Z","modified_at":"2026-01-12T23:36:56.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-02","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-02T23:36:55.697260513Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152957,"job_number":"JOB_152957","tr_customer_id":152974,"tr_customer_product_id":152964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:13:56.000Z","modified_at":"2026-01-13T00:13:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"01124567894665","imei1":"01124567894665","imei2":"01124567894665","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:13:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152961,"job_number":"JOB_152961","tr_customer_id":152978,"tr_customer_product_id":152968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:59:07.000Z","modified_at":"2026-01-13T00:59:07.000Z","name":"Duncan Hamill","mobile_number":"825-616-1411","email_id":"Lizzie_Kohler@yahoo.com","dop":"2025-10-12","serial_number":"1005687804592704","imei1":"1005687804592704","imei2":"1005687804592704","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152963,"job_number":"JOB_152963","tr_customer_id":152980,"tr_customer_product_id":152970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:22:03.000Z","modified_at":"2026-01-13T01:22:03.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2026-01-03","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2026-01-03T01:22:03.107431112Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152978,"job_number":"JOB_152978","tr_customer_id":152995,"tr_customer_product_id":152985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:14.000Z","modified_at":"2026-01-13T03:08:14.000Z","name":"Geraldine Lubowitz","mobile_number":"467-229-6632","email_id":"Hazel30@gmail.com","dop":"2025-04-06","serial_number":"12233429785513206","imei1":"12233429785513206","imei2":"12233429785513206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152980,"job_number":"JOB_152980","tr_customer_id":152997,"tr_customer_product_id":152987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:47.000Z","modified_at":"2026-01-13T03:08:47.000Z","name":"Augusta Hilpert","mobile_number":"999-471-9071","email_id":"Jude88@gmail.com","dop":"2025-04-06","serial_number":"15043299492058636","imei1":"15043299492058636","imei2":"15043299492058636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152982,"job_number":"JOB_152982","tr_customer_id":152999,"tr_customer_product_id":152989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:09:21.000Z","modified_at":"2026-01-13T03:09:21.000Z","name":"Hassan Yost","mobile_number":"264-378-4605","email_id":"Eulalia_Stark@hotmail.com","dop":"2025-04-06","serial_number":"17154142032826798","imei1":"17154142032826798","imei2":"17154142032826798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:09:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152986,"job_number":"JOB_152986","tr_customer_id":153003,"tr_customer_product_id":152993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:31.000Z","modified_at":"2026-01-13T03:48:31.000Z","name":"Jeffery Konopelski","mobile_number":"984-952-2139","email_id":"Delia50@gmail.com","dop":"2025-04-06","serial_number":"10013235749073844","imei1":"10013235749073844","imei2":"10013235749073844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152988,"job_number":"JOB_152988","tr_customer_id":153005,"tr_customer_product_id":152995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:38.000Z","modified_at":"2026-01-13T03:48:38.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11880112270859","imei1":"11880112270859","imei2":"11880112270859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152990,"job_number":"JOB_152990","tr_customer_id":153007,"tr_customer_product_id":152997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:40.000Z","modified_at":"2026-01-13T03:48:40.000Z","name":"Kyleigh Johnston","mobile_number":"392-597-6881","email_id":"Dorothea.Bogisich85@hotmail.com","dop":"2025-04-06","serial_number":"12920132890083952","imei1":"12920132890083952","imei2":"12920132890083952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152991,"job_number":"JOB_152991","tr_customer_id":153008,"tr_customer_product_id":152998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:08.000Z","modified_at":"2026-01-13T03:49:08.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10450777953251","imei1":"10450777953251","imei2":"10450777953251","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152993,"job_number":"JOB_152993","tr_customer_id":153010,"tr_customer_product_id":153000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:09.000Z","modified_at":"2026-01-13T03:49:09.000Z","name":"Karine Lebsack","mobile_number":"977-381-7576","email_id":"Luther51@hotmail.com","dop":"2025-06-18","serial_number":"1042195630777838","imei1":"1042195630777838","imei2":"1042195630777838","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152996,"job_number":"JOB_152996","tr_customer_id":153013,"tr_customer_product_id":153003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:14.000Z","modified_at":"2026-01-13T03:49:14.000Z","name":"Alison Hamill","mobile_number":"745-240-9299","email_id":"Jarrett.Graham65@yahoo.com","dop":"2025-04-06","serial_number":"15194139488119204","imei1":"15194139488119204","imei2":"15194139488119204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152998,"job_number":"JOB_152998","tr_customer_id":153015,"tr_customer_product_id":153005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:15.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Morgan Zemlak","mobile_number":"773-714-6804","email_id":"Lexi.Reilly93@yahoo.com","dop":"2025-04-06","serial_number":"18176075426418570","imei1":"18176075426418570","imei2":"18176075426418570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152999,"job_number":"JOB_152999","tr_customer_id":153016,"tr_customer_product_id":153006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:16.000Z","modified_at":"2026-01-13T03:49:16.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19071431659130","imei1":"19071431659130","imei2":"19071431659130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153001,"job_number":"JOB_153001","tr_customer_id":153018,"tr_customer_product_id":153008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:17.000Z","modified_at":"2026-01-13T03:49:17.000Z","name":"Ethyl Murphy","mobile_number":"526-816-1746","email_id":"Faye52@gmail.com","dop":"2025-04-06","serial_number":"14574128161791344","imei1":"14574128161791344","imei2":"14574128161791344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153002,"job_number":"JOB_153002","tr_customer_id":153019,"tr_customer_product_id":153009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:18.000Z","modified_at":"2026-01-13T03:49:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19225349064885","imei1":"19225349064885","imei2":"19225349064885","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153004,"job_number":"JOB_153004","tr_customer_id":153021,"tr_customer_product_id":153011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:19.000Z","modified_at":"2026-01-13T03:49:19.000Z","name":"Nettie Witting","mobile_number":"815-907-1531","email_id":"Virginie74@hotmail.com","dop":"2025-04-06","serial_number":"10601861065443798","imei1":"10601861065443798","imei2":"10601861065443798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153005,"job_number":"JOB_153005","tr_customer_id":153022,"tr_customer_product_id":153012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:21.000Z","modified_at":"2026-01-13T03:49:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11549932616810","imei1":"11549932616810","imei2":"11549932616810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153007,"job_number":"JOB_153007","tr_customer_id":153024,"tr_customer_product_id":153014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:22.000Z","modified_at":"2026-01-13T03:49:22.000Z","name":"Wendy Ziemann","mobile_number":"956-538-3965","email_id":"Lonny.White@gmail.com","dop":"2025-04-06","serial_number":"14865650404964128","imei1":"14865650404964128","imei2":"14865650404964128","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153009,"job_number":"JOB_153009","tr_customer_id":153026,"tr_customer_product_id":153016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:27.000Z","modified_at":"2026-01-13T03:49:27.000Z","name":"Gonzalo Daniel","mobile_number":"726-437-9061","email_id":"Kaylee6@gmail.com","dop":"2025-04-06","serial_number":"11273833509541268","imei1":"11273833509541268","imei2":"11273833509541268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153012,"job_number":"JOB_153012","tr_customer_id":153029,"tr_customer_product_id":153019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:34.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"Andreanne Cassin","mobile_number":"739-516-5141","email_id":"Jarvis_Keebler@gmail.com","dop":"2025-04-06","serial_number":"13213391237709272","imei1":"13213391237709272","imei2":"13213391237709272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153013,"job_number":"JOB_153013","tr_customer_id":153030,"tr_customer_product_id":153020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:35.000Z","modified_at":"2026-01-13T03:49:35.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15564773480890","imei1":"15564773480890","imei2":"15564773480890","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153014,"job_number":"JOB_153014","tr_customer_id":153031,"tr_customer_product_id":153021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:36.000Z","modified_at":"2026-01-13T03:49:36.000Z","name":"Genevieve Christiansen","mobile_number":"609-220-8540","email_id":"Kavon18@gmail.com","dop":"2025-09-16","serial_number":"18835594473873","imei1":"18835594473873","imei2":"18835594473873","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153015,"job_number":"JOB_153015","tr_customer_id":153032,"tr_customer_product_id":153022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:38.000Z","modified_at":"2026-01-13T03:49:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19813392024704","imei1":"19813392024704","imei2":"19813392024704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153017,"job_number":"JOB_153017","tr_customer_id":153034,"tr_customer_product_id":153024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Kitty Lueilwitz","mobile_number":"646-749-9591","email_id":"Rosamond35@gmail.com","dop":"2025-09-09","serial_number":"11462213309292","imei1":"11462213309292","imei2":"11462213309292","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153018,"job_number":"JOB_153018","tr_customer_id":153035,"tr_customer_product_id":153025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Evie Treutel","mobile_number":"906-222-6390","email_id":"Barrett13@gmail.com","dop":"2025-09-09","serial_number":"14848928990324","imei1":"14848928990324","imei2":"14848928990324","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153020,"job_number":"JOB_153020","tr_customer_id":153037,"tr_customer_product_id":153027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:40.000Z","modified_at":"2026-01-13T03:49:40.000Z","name":"Violet Ebert","mobile_number":"593-518-3750","email_id":"Otilia_Moore@yahoo.com","dop":"2025-04-06","serial_number":"17674437261519444","imei1":"17674437261519444","imei2":"17674437261519444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153021,"job_number":"JOB_153021","tr_customer_id":153038,"tr_customer_product_id":153028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:47.000Z","modified_at":"2026-01-13T03:49:47.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10778763278278","imei1":"10778763278278","imei2":"10778763278278","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153023,"job_number":"JOB_153023","tr_customer_id":153040,"tr_customer_product_id":153030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:48.000Z","modified_at":"2026-01-13T03:49:48.000Z","name":"Sadie Armstrong","mobile_number":"908-507-8196","email_id":"Rebeca.Lynch47@yahoo.com","dop":"2025-06-18","serial_number":"1053385808139450","imei1":"1053385808139450","imei2":"1053385808139450","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153025,"job_number":"JOB_153025","tr_customer_id":153042,"tr_customer_product_id":153032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:52.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Skyla Keeling","mobile_number":"875-901-9572","email_id":"Adah.Abernathy10@yahoo.com","dop":"2025-09-09","serial_number":"15288842733007","imei1":"15288842733007","imei2":"15288842733007","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153026,"job_number":"JOB_153026","tr_customer_id":153043,"tr_customer_product_id":153033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16528922137835","imei1":"16528922137835","imei2":"16528922137835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153027,"job_number":"JOB_153027","tr_customer_id":153044,"tr_customer_product_id":153034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Genesis Hudson","mobile_number":"545-745-3246","email_id":"Delpha75@gmail.com","dop":"2025-09-09","serial_number":"19428872260199","imei1":"19428872260199","imei2":"19428872260199","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153029,"job_number":"JOB_153029","tr_customer_id":153046,"tr_customer_product_id":153036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Brock Gorczany","mobile_number":"250-398-4087","email_id":"Kory.Jacobs46@yahoo.com","dop":"2025-09-09","serial_number":"15093671361032","imei1":"15093671361032","imei2":"15093671361032","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153031,"job_number":"JOB_153031","tr_customer_id":153048,"tr_customer_product_id":153038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Jarvis Rath","mobile_number":"996-571-4584","email_id":"Elisha7@gmail.com","dop":"2025-09-09","serial_number":"10254687094207","imei1":"10254687094207","imei2":"10254687094207","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153032,"job_number":"JOB_153032","tr_customer_id":153049,"tr_customer_product_id":153039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Ona Rodriguez","mobile_number":"842-374-7408","email_id":"Rhianna_Hauck41@hotmail.com","dop":"2025-04-06","serial_number":"18081435645439704","imei1":"18081435645439704","imei2":"18081435645439704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153033,"job_number":"JOB_153033","tr_customer_id":153050,"tr_customer_product_id":153040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Rosalyn Hilpert","mobile_number":"896-465-3399","email_id":"Moses.Grady@yahoo.com","dop":"2025-09-09","serial_number":"17091861974159","imei1":"17091861974159","imei2":"17091861974159","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153036,"job_number":"JOB_153036","tr_customer_id":153053,"tr_customer_product_id":153043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:55.000Z","modified_at":"2026-01-13T03:49:55.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"18060098958557","imei1":"18060098958557","imei2":"18060098958557","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153037,"job_number":"JOB_153037","tr_customer_id":153054,"tr_customer_product_id":153044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:56.000Z","modified_at":"2026-01-13T03:49:56.000Z","name":"Noemy Ullrich","mobile_number":"831-724-5885","email_id":"Sarah.Koch@gmail.com","dop":"2025-09-16","serial_number":"19292304559775","imei1":"19292304559775","imei2":"19292304559775","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153038,"job_number":"JOB_153038","tr_customer_id":153055,"tr_customer_product_id":153045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:57.000Z","modified_at":"2026-01-13T03:49:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16171685555591","imei1":"16171685555591","imei2":"16171685555591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153040,"job_number":"JOB_153040","tr_customer_id":153057,"tr_customer_product_id":153047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:59.000Z","modified_at":"2026-01-13T03:49:59.000Z","name":"Watson Rempel","mobile_number":"556-493-8063","email_id":"Gage_Pollich19@yahoo.com","dop":"2025-04-06","serial_number":"16134003839228460","imei1":"16134003839228460","imei2":"16134003839228460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153044,"job_number":"JOB_153044","tr_customer_id":153061,"tr_customer_product_id":153051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:04.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10083490726550","imei1":"10083490726550","imei2":"10083490726550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153046,"job_number":"JOB_153046","tr_customer_id":153063,"tr_customer_product_id":153053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:05.000Z","modified_at":"2026-01-13T03:50:05.000Z","name":"Bethel McLaughlin","mobile_number":"598-945-2245","email_id":"Shakira.Schuster75@yahoo.com","dop":"2025-04-06","serial_number":"14937021882346436","imei1":"14937021882346436","imei2":"14937021882346436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153048,"job_number":"JOB_153048","tr_customer_id":153065,"tr_customer_product_id":153055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:08.000Z","modified_at":"2026-01-13T03:50:08.000Z","name":"April Treutel","mobile_number":"420-895-4874","email_id":"Tiara_Simonis@yahoo.com","dop":"2025-09-09","serial_number":"16286577028714","imei1":"16286577028714","imei2":"16286577028714","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153049,"job_number":"JOB_153049","tr_customer_id":153066,"tr_customer_product_id":153056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Albertha Johns","mobile_number":"411-980-4646","email_id":"Margot_Bruen20@gmail.com","dop":"2025-09-09","serial_number":"15781439813235","imei1":"15781439813235","imei2":"15781439813235","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153050,"job_number":"JOB_153050","tr_customer_id":153067,"tr_customer_product_id":153057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nelda Hills","mobile_number":"204-244-7851","email_id":"Alta.Baumbach59@hotmail.com","dop":"2025-09-09","serial_number":"12705447284041","imei1":"12705447284041","imei2":"12705447284041","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153051,"job_number":"JOB_153051","tr_customer_id":153068,"tr_customer_product_id":153058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Isabell Botsford","mobile_number":"756-667-9480","email_id":"Michele68@gmail.com","dop":"2025-09-09","serial_number":"19469016127033","imei1":"19469016127033","imei2":"19469016127033","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153052,"job_number":"JOB_153052","tr_customer_id":153069,"tr_customer_product_id":153059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nathanial Jast","mobile_number":"924-711-3457","email_id":"Gunnar.Walsh@yahoo.com","dop":"2025-09-09","serial_number":"10391829021392","imei1":"10391829021392","imei2":"10391829021392","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153056,"job_number":"JOB_153056","tr_customer_id":153073,"tr_customer_product_id":153063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:11.000Z","modified_at":"2026-01-13T03:50:11.000Z","name":"Keeley Bode","mobile_number":"394-649-9827","email_id":"Evans.Paucek82@yahoo.com","dop":"2025-05-30","serial_number":"17230963683630","imei1":"17230963683630","imei2":"17230963683630","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153057,"job_number":"JOB_153057","tr_customer_id":153074,"tr_customer_product_id":153064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:12.000Z","modified_at":"2026-01-13T03:50:12.000Z","name":"Karlie Dickinson","mobile_number":"714-317-8229","email_id":"Hanna.Cruickshank92@gmail.com","dop":"2025-05-30","serial_number":"1031496690652217","imei1":"1031496690652217","imei2":"1031496690652217","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153058,"job_number":"JOB_153058","tr_customer_id":153075,"tr_customer_product_id":153065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:15.000Z","modified_at":"2026-01-13T03:50:15.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18771789001924","imei1":"18771789001924","imei2":"18771789001924","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153059,"job_number":"JOB_153059","tr_customer_id":153076,"tr_customer_product_id":153066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:16.000Z","modified_at":"2026-01-13T03:50:16.000Z","name":"Gina Schulist","mobile_number":"928-944-7730","email_id":"Gerald_Hills31@yahoo.com","dop":"2025-09-16","serial_number":"11005054118814","imei1":"11005054118814","imei2":"11005054118814","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153060,"job_number":"JOB_153060","tr_customer_id":153077,"tr_customer_product_id":153067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:18.000Z","modified_at":"2026-01-13T03:50:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13822944721277","imei1":"13822944721277","imei2":"13822944721277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153062,"job_number":"JOB_153062","tr_customer_id":153079,"tr_customer_product_id":153069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:20.000Z","modified_at":"2026-01-13T03:50:20.000Z","name":"Cynthia Graham","mobile_number":"603-611-6067","email_id":"Judson.Kuhlman34@yahoo.com","dop":"2025-04-06","serial_number":"14760525474247120","imei1":"14760525474247120","imei2":"14760525474247120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153063,"job_number":"JOB_153063","tr_customer_id":153080,"tr_customer_product_id":153070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13096219447386","imei1":"13096219447386","imei2":"13096219447386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153064,"job_number":"JOB_153064","tr_customer_id":153081,"tr_customer_product_id":153071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Avis Durgan","mobile_number":"912-805-0170","email_id":"Selina.Herzog33@hotmail.com","dop":"2025-09-09","serial_number":"16356015097685","imei1":"16356015097685","imei2":"16356015097685","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153066,"job_number":"JOB_153066","tr_customer_id":153083,"tr_customer_product_id":153073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Cullen Predovic","mobile_number":"282-933-3045","email_id":"America.Wisozk51@hotmail.com","dop":"2025-09-09","serial_number":"19108774208927","imei1":"19108774208927","imei2":"19108774208927","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153067,"job_number":"JOB_153067","tr_customer_id":153084,"tr_customer_product_id":153074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:25.000Z","modified_at":"2026-01-13T03:50:25.000Z","name":"Milan Miller","mobile_number":"790-657-9980","email_id":"Kris16@yahoo.com","dop":"2025-09-09","serial_number":"11200593074184","imei1":"11200593074184","imei2":"11200593074184","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153069,"job_number":"JOB_153069","tr_customer_id":153086,"tr_customer_product_id":153076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:26.000Z","modified_at":"2026-01-13T03:50:26.000Z","name":"Jailyn Murray","mobile_number":"833-564-9185","email_id":"Lauren.Kuphal85@gmail.com","dop":"2025-04-06","serial_number":"12812647535142484","imei1":"12812647535142484","imei2":"12812647535142484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153074,"job_number":"JOB_153074","tr_customer_id":153091,"tr_customer_product_id":153081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:32.000Z","modified_at":"2026-01-13T03:50:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13844552556611","imei1":"13844552556611","imei2":"13844552556611","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153076,"job_number":"JOB_153076","tr_customer_id":153093,"tr_customer_product_id":153083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:34.000Z","modified_at":"2026-01-13T03:50:34.000Z","name":"Kaitlin Windler","mobile_number":"201-669-5785","email_id":"Sienna_Corkery85@gmail.com","dop":"2025-04-06","serial_number":"10440709278762594","imei1":"10440709278762594","imei2":"10440709278762594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153077,"job_number":"JOB_153077","tr_customer_id":153094,"tr_customer_product_id":153084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:36.000Z","modified_at":"2026-01-13T03:50:36.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14210164826325","imei1":"14210164826325","imei2":"14210164826325","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153080,"job_number":"JOB_153080","tr_customer_id":153097,"tr_customer_product_id":153087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19224335783664","imei1":"19224335783664","imei2":"19224335783664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153082,"job_number":"JOB_153082","tr_customer_id":153099,"tr_customer_product_id":153089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18445398425976","imei1":"18445398425976","imei2":"18445398425976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153084,"job_number":"JOB_153084","tr_customer_id":153101,"tr_customer_product_id":153091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Amir Spencer","mobile_number":"738-414-9550","email_id":"Mario_Bogan67@yahoo.com","dop":"2025-04-06","serial_number":"11935463815113542","imei1":"11935463815113542","imei2":"11935463815113542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153085,"job_number":"JOB_153085","tr_customer_id":153102,"tr_customer_product_id":153092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Faustino Langworth","mobile_number":"250-265-0398","email_id":"Korbin_Ankunding39@yahoo.com","dop":"2025-04-06","serial_number":"16078364766113880","imei1":"16078364766113880","imei2":"16078364766113880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153086,"job_number":"JOB_153086","tr_customer_id":153103,"tr_customer_product_id":153093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"Jeanette Grady","mobile_number":"316-608-4183","email_id":"Jadyn_OHara16@gmail.com","dop":"2025-04-06","serial_number":"19153294343452520","imei1":"19153294343452520","imei2":"19153294343452520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153087,"job_number":"JOB_153087","tr_customer_id":153104,"tr_customer_product_id":153094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13173564929167","imei1":"13173564929167","imei2":"13173564929167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153093,"job_number":"JOB_153093","tr_customer_id":153110,"tr_customer_product_id":153100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Darrick Brown","mobile_number":"276-943-9247","email_id":"Opal2@hotmail.com","dop":"2025-04-06","serial_number":"16541453210419996","imei1":"16541453210419996","imei2":"16541453210419996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153097,"job_number":"JOB_153097","tr_customer_id":153114,"tr_customer_product_id":153104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18999790093893","imei1":"18999790093893","imei2":"18999790093893","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153098,"job_number":"JOB_153098","tr_customer_id":153115,"tr_customer_product_id":153105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10419869269352","imei1":"10419869269352","imei2":"10419869269352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153099,"job_number":"JOB_153099","tr_customer_id":153116,"tr_customer_product_id":153106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18067897014023","imei1":"18067897014023","imei2":"18067897014023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153103,"job_number":"JOB_153103","tr_customer_id":153120,"tr_customer_product_id":153110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Kaleigh Flatley","mobile_number":"570-357-2377","email_id":"Brayan.Spencer@yahoo.com","dop":"2025-04-06","serial_number":"18438963295359948","imei1":"18438963295359948","imei2":"18438963295359948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153104,"job_number":"JOB_153104","tr_customer_id":153121,"tr_customer_product_id":153111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Enid Kris","mobile_number":"437-791-7523","email_id":"Fermin.Muller95@hotmail.com","dop":"2025-04-06","serial_number":"13143860045647592","imei1":"13143860045647592","imei2":"13143860045647592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153105,"job_number":"JOB_153105","tr_customer_id":153122,"tr_customer_product_id":153112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Jayne Schuppe","mobile_number":"745-966-7108","email_id":"Susana.Predovic10@hotmail.com","dop":"2025-04-06","serial_number":"14304569801109850","imei1":"14304569801109850","imei2":"14304569801109850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153106,"job_number":"JOB_153106","tr_customer_id":153123,"tr_customer_product_id":153113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:57.000Z","modified_at":"2026-01-13T03:50:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13701174672689","imei1":"13701174672689","imei2":"13701174672689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153108,"job_number":"JOB_153108","tr_customer_id":153125,"tr_customer_product_id":153115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"Etha Gorczany","mobile_number":"549-498-0752","email_id":"Karl64@yahoo.com","dop":"2025-04-06","serial_number":"11905239359408752","imei1":"11905239359408752","imei2":"11905239359408752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153109,"job_number":"JOB_153109","tr_customer_id":153126,"tr_customer_product_id":153116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16851118059558","imei1":"16851118059558","imei2":"16851118059558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153111,"job_number":"JOB_153111","tr_customer_id":153128,"tr_customer_product_id":153118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:00.000Z","modified_at":"2026-01-13T03:51:00.000Z","name":"Jacklyn Hoppe","mobile_number":"782-304-3329","email_id":"Beth.Stracke90@hotmail.com","dop":"2025-04-06","serial_number":"11949546922932804","imei1":"11949546922932804","imei2":"11949546922932804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153114,"job_number":"JOB_153114","tr_customer_id":153131,"tr_customer_product_id":153121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16475215694770","imei1":"16475215694770","imei2":"16475215694770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153117,"job_number":"JOB_153117","tr_customer_id":153134,"tr_customer_product_id":153124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:11.000Z","modified_at":"2026-01-13T03:51:11.000Z","name":"Lacy Block","mobile_number":"786-394-6562","email_id":"Jennifer.Reilly@gmail.com","dop":"2025-04-06","serial_number":"17579672354579640","imei1":"17579672354579640","imei2":"17579672354579640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153118,"job_number":"JOB_153118","tr_customer_id":153135,"tr_customer_product_id":153125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:17.000Z","modified_at":"2026-01-13T03:51:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18976150243856","imei1":"18976150243856","imei2":"18976150243856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153120,"job_number":"JOB_153120","tr_customer_id":153137,"tr_customer_product_id":153127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:19.000Z","modified_at":"2026-01-13T03:51:19.000Z","name":"Jerry Friesen","mobile_number":"518-345-9827","email_id":"Adelia_Hettinger2@gmail.com","dop":"2025-04-06","serial_number":"17307083703358260","imei1":"17307083703358260","imei2":"17307083703358260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153121,"job_number":"JOB_153121","tr_customer_id":153138,"tr_customer_product_id":153128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:20.000Z","modified_at":"2026-01-13T03:51:20.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14419795897250","imei1":"14419795897250","imei2":"14419795897250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153123,"job_number":"JOB_153123","tr_customer_id":153140,"tr_customer_product_id":153130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:21.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Peter Hilpert","mobile_number":"897-986-7560","email_id":"Judson21@gmail.com","dop":"2025-04-06","serial_number":"10289533883965028","imei1":"10289533883965028","imei2":"10289533883965028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153124,"job_number":"JOB_153124","tr_customer_id":153141,"tr_customer_product_id":153131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:22.000Z","modified_at":"2026-01-13T03:51:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16928359501430","imei1":"16928359501430","imei2":"16928359501430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153128,"job_number":"JOB_153128","tr_customer_id":153145,"tr_customer_product_id":153135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Emily Jerde","mobile_number":"869-493-5374","email_id":"Tara_McGlynn@gmail.com","dop":"2025-04-06","serial_number":"14302115476753244","imei1":"14302115476753244","imei2":"14302115476753244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153130,"job_number":"JOB_153130","tr_customer_id":153147,"tr_customer_product_id":153137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16010550654542","imei1":"16010550654542","imei2":"16010550654542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153132,"job_number":"JOB_153132","tr_customer_id":153149,"tr_customer_product_id":153139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:26.000Z","modified_at":"2026-01-13T03:51:26.000Z","name":"Callie Christiansen","mobile_number":"444-371-4512","email_id":"Aniyah_Fahey@hotmail.com","dop":"2025-04-06","serial_number":"17713763706513330","imei1":"17713763706513330","imei2":"17713763706513330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153134,"job_number":"JOB_153134","tr_customer_id":153151,"tr_customer_product_id":153141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18716729802145","imei1":"18716729802145","imei2":"18716729802145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153138,"job_number":"JOB_153138","tr_customer_id":153155,"tr_customer_product_id":153145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Alvis Cartwright","mobile_number":"529-857-4653","email_id":"Nina_Durgan@hotmail.com","dop":"2025-04-06","serial_number":"13116854987603646","imei1":"13116854987603646","imei2":"13116854987603646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153139,"job_number":"JOB_153139","tr_customer_id":153156,"tr_customer_product_id":153146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:30.000Z","modified_at":"2026-01-13T03:51:30.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14023860338983","imei1":"14023860338983","imei2":"14023860338983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153141,"job_number":"JOB_153141","tr_customer_id":153158,"tr_customer_product_id":153148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:31.000Z","modified_at":"2026-01-13T03:51:31.000Z","name":"Lori O'Keefe","mobile_number":"466-664-1135","email_id":"Ona_Christiansen@hotmail.com","dop":"2025-04-06","serial_number":"17437709589776542","imei1":"17437709589776542","imei2":"17437709589776542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153142,"job_number":"JOB_153142","tr_customer_id":153159,"tr_customer_product_id":153149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:35.000Z","modified_at":"2026-01-13T03:51:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13593104213416","imei1":"13593104213416","imei2":"13593104213416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153144,"job_number":"JOB_153144","tr_customer_id":153161,"tr_customer_product_id":153151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:36.000Z","modified_at":"2026-01-13T03:51:36.000Z","name":"Consuelo Schuster","mobile_number":"901-743-1013","email_id":"Fabian82@hotmail.com","dop":"2025-04-06","serial_number":"12261540853864804","imei1":"12261540853864804","imei2":"12261540853864804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153148,"job_number":"JOB_153148","tr_customer_id":153165,"tr_customer_product_id":153155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:39.000Z","modified_at":"2026-01-13T03:51:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17475014846148","imei1":"17475014846148","imei2":"17475014846148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153150,"job_number":"JOB_153150","tr_customer_id":153167,"tr_customer_product_id":153157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:41.000Z","modified_at":"2026-01-13T03:51:41.000Z","name":"Elwyn Leffler","mobile_number":"327-674-7261","email_id":"Dina5@hotmail.com","dop":"2025-04-06","serial_number":"16511833796415536","imei1":"16511833796415536","imei2":"16511833796415536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153151,"job_number":"JOB_153151","tr_customer_id":153168,"tr_customer_product_id":153158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10130165355224","imei1":"10130165355224","imei2":"10130165355224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153152,"job_number":"JOB_153152","tr_customer_id":153169,"tr_customer_product_id":153159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11115597249717","imei1":"11115597249717","imei2":"11115597249717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153155,"job_number":"JOB_153155","tr_customer_id":153172,"tr_customer_product_id":153162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:04.000Z","modified_at":"2026-01-13T03:52:04.000Z","name":"Elyse Kutch","mobile_number":"645-761-8893","email_id":"Priscilla.Witting@hotmail.com","dop":"2025-04-06","serial_number":"18340930470477076","imei1":"18340930470477076","imei2":"18340930470477076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153156,"job_number":"JOB_153156","tr_customer_id":153173,"tr_customer_product_id":153163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:05.000Z","modified_at":"2026-01-13T03:52:05.000Z","name":"Oleta Emard","mobile_number":"222-876-0291","email_id":"Kylee.Mann@hotmail.com","dop":"2025-04-06","serial_number":"18636482248472350","imei1":"18636482248472350","imei2":"18636482248472350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153157,"job_number":"JOB_153157","tr_customer_id":153174,"tr_customer_product_id":153164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:07.000Z","modified_at":"2026-01-13T03:52:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13985051678366","imei1":"13985051678366","imei2":"13985051678366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153159,"job_number":"JOB_153159","tr_customer_id":153176,"tr_customer_product_id":153166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:08.000Z","modified_at":"2026-01-13T03:52:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17578726537565","imei1":"17578726537565","imei2":"17578726537565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153161,"job_number":"JOB_153161","tr_customer_id":153178,"tr_customer_product_id":153168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:09.000Z","modified_at":"2026-01-13T03:52:09.000Z","name":"Ezekiel Lindgren","mobile_number":"377-339-2399","email_id":"Zora43@hotmail.com","dop":"2025-04-06","serial_number":"17446845544872254","imei1":"17446845544872254","imei2":"17446845544872254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153162,"job_number":"JOB_153162","tr_customer_id":153179,"tr_customer_product_id":153169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10052525619475","imei1":"10052525619475","imei2":"10052525619475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153163,"job_number":"JOB_153163","tr_customer_id":153180,"tr_customer_product_id":153170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"Oscar Rutherford","mobile_number":"365-219-5809","email_id":"Betsy32@gmail.com","dop":"2025-04-06","serial_number":"14954681092067464","imei1":"14954681092067464","imei2":"14954681092067464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153167,"job_number":"JOB_153167","tr_customer_id":153184,"tr_customer_product_id":153174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Nico Moen","mobile_number":"854-383-0204","email_id":"Linwood.Dickinson@yahoo.com","dop":"2025-04-06","serial_number":"14097674512720782","imei1":"14097674512720782","imei2":"14097674512720782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153169,"job_number":"JOB_153169","tr_customer_id":153186,"tr_customer_product_id":153176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:20.000Z","modified_at":"2026-01-13T03:52:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16044510551502","imei1":"16044510551502","imei2":"16044510551502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153171,"job_number":"JOB_153171","tr_customer_id":153188,"tr_customer_product_id":153178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:21.000Z","modified_at":"2026-01-13T03:52:21.000Z","name":"Johnpaul Nitzsche","mobile_number":"207-608-3747","email_id":"Robert.Schimmel87@hotmail.com","dop":"2025-04-06","serial_number":"11100976521545972","imei1":"11100976521545972","imei2":"11100976521545972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153172,"job_number":"JOB_153172","tr_customer_id":153189,"tr_customer_product_id":153179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:25.000Z","modified_at":"2026-01-13T03:59:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30175298275047","imei1":"30175298275047","imei2":"30175298275047","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153173,"job_number":"JOB_153173","tr_customer_id":153190,"tr_customer_product_id":153180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39736907178927","imei1":"39736907178927","imei2":"39736907178927","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153174,"job_number":"JOB_153174","tr_customer_id":153191,"tr_customer_product_id":153181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21407778553161","imei1":"21407778553161","imei2":"21407778553161","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153175,"job_number":"JOB_153175","tr_customer_id":153192,"tr_customer_product_id":153182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62544012041904","imei1":"62544012041904","imei2":"62544012041904","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153176,"job_number":"JOB_153176","tr_customer_id":153193,"tr_customer_product_id":153183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99959134188493","imei1":"99959134188493","imei2":"99959134188493","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153177,"job_number":"JOB_153177","tr_customer_id":153194,"tr_customer_product_id":153184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:27.000Z","modified_at":"2026-01-13T03:59:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"22392790873021","imei1":"22392790873021","imei2":"22392790873021","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153179,"job_number":"JOB_153179","tr_customer_id":153196,"tr_customer_product_id":153186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:55.000Z","modified_at":"2026-01-13T03:59:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51040340604623","imei1":"51040340604623","imei2":"51040340604623","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153180,"job_number":"JOB_153180","tr_customer_id":153197,"tr_customer_product_id":153187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21006414201226","imei1":"21006414201226","imei2":"21006414201226","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153181,"job_number":"JOB_153181","tr_customer_id":153198,"tr_customer_product_id":153188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50056823112746","imei1":"50056823112746","imei2":"50056823112746","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153182,"job_number":"JOB_153182","tr_customer_id":153199,"tr_customer_product_id":153189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93748794197334","imei1":"93748794197334","imei2":"93748794197334","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153183,"job_number":"JOB_153183","tr_customer_id":153200,"tr_customer_product_id":153190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91296671455571","imei1":"91296671455571","imei2":"91296671455571","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153184,"job_number":"JOB_153184","tr_customer_id":153201,"tr_customer_product_id":153191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30364673967097","imei1":"30364673967097","imei2":"30364673967097","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153186,"job_number":"JOB_153186","tr_customer_id":153203,"tr_customer_product_id":153193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:25.000Z","modified_at":"2026-01-13T04:00:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10209990333814","imei1":"10209990333814","imei2":"10209990333814","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153187,"job_number":"JOB_153187","tr_customer_id":153204,"tr_customer_product_id":153194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15049222200872","imei1":"15049222200872","imei2":"15049222200872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153188,"job_number":"JOB_153188","tr_customer_id":153205,"tr_customer_product_id":153195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47543399690737","imei1":"47543399690737","imei2":"47543399690737","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153189,"job_number":"JOB_153189","tr_customer_id":153206,"tr_customer_product_id":153196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"43075571160093","imei1":"43075571160093","imei2":"43075571160093","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153190,"job_number":"JOB_153190","tr_customer_id":153207,"tr_customer_product_id":153197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65833124924632","imei1":"65833124924632","imei2":"65833124924632","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153191,"job_number":"JOB_153191","tr_customer_id":153208,"tr_customer_product_id":153198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:27.000Z","modified_at":"2026-01-13T04:00:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36123112343377","imei1":"36123112343377","imei2":"36123112343377","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153193,"job_number":"JOB_153193","tr_customer_id":153210,"tr_customer_product_id":153200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:49.000Z","modified_at":"2026-01-13T04:23:49.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"172610529232810","imei1":"172610529232810","imei2":"172610529232810","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153195,"job_number":"JOB_153195","tr_customer_id":153212,"tr_customer_product_id":153202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:50.000Z","modified_at":"2026-01-13T04:23:50.000Z","name":"Brennan Grant","mobile_number":"841-700-9396","email_id":"Jed28@yahoo.com","dop":"2025-10-22","serial_number":"1015320496052172","imei1":"1015320496052172","imei2":"1015320496052172","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153196,"job_number":"JOB_153196","tr_customer_id":153213,"tr_customer_product_id":153203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:21.000Z","modified_at":"2026-01-13T04:24:21.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"196369374839931","imei1":"196369374839931","imei2":"196369374839931","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153198,"job_number":"JOB_153198","tr_customer_id":153215,"tr_customer_product_id":153205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:23.000Z","modified_at":"2026-01-13T04:24:23.000Z","name":"Efren Deckow","mobile_number":"879-726-6721","email_id":"Bennie_Crist60@gmail.com","dop":"2025-10-22","serial_number":"1027657902913303","imei1":"1027657902913303","imei2":"1027657902913303","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153201,"job_number":"JOB_153201","tr_customer_id":153218,"tr_customer_product_id":153208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:53.000Z","modified_at":"2026-01-13T04:24:53.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"125791411203086","imei1":"125791411203086","imei2":"125791411203086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153203,"job_number":"JOB_153203","tr_customer_id":153220,"tr_customer_product_id":153210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:54.000Z","modified_at":"2026-01-13T04:24:54.000Z","name":"Ramona Ledner","mobile_number":"997-943-0364","email_id":"Walton_Schultz12@yahoo.com","dop":"2025-10-22","serial_number":"1014941016516362","imei1":"1014941016516362","imei2":"1014941016516362","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153205,"job_number":"JOB_153205","tr_customer_id":153222,"tr_customer_product_id":153212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:29:36.000Z","modified_at":"2026-01-13T04:29:36.000Z","name":"Sigurd Hansen","mobile_number":"369-653-0024","email_id":"Kaya.Ryan71@hotmail.com","dop":"2025-04-06","serial_number":"14806398941573048","imei1":"14806398941573048","imei2":"14806398941573048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153206,"job_number":"JOB_153206","tr_customer_id":153223,"tr_customer_product_id":153213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:12.000Z","modified_at":"2026-01-13T04:36:12.000Z","name":"Kailey Hermiston","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"127217837454338","imei1":"127217837454338","imei2":"127217837454338","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153207,"job_number":"JOB_153207","tr_customer_id":153224,"tr_customer_product_id":153214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:45.000Z","modified_at":"2026-01-13T04:36:45.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"93723787000779","imei1":"93723787000779","imei2":"93723787000779","popurl":"2026-01-03T04:36:45.085377771Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153208,"job_number":"JOB_153208","tr_customer_id":153225,"tr_customer_product_id":153215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:37:12.000Z","modified_at":"2026-01-13T04:37:12.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"76112773586133","imei1":"76112773586133","imei2":"76112773586133","popurl":"2026-01-03T04:37:11.995408367Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153209,"job_number":"JOB_153209","tr_customer_id":153226,"tr_customer_product_id":153216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:44:49.000Z","modified_at":"2026-01-13T04:44:49.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"107163902252086","imei1":"107163902252086","imei2":"107163902252086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153210,"job_number":"JOB_153210","tr_customer_id":153227,"tr_customer_product_id":153217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:12.000Z","modified_at":"2026-01-13T04:45:12.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"183484091925795","imei1":"183484091925795","imei2":"183484091925795","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153212,"job_number":"JOB_153212","tr_customer_id":153229,"tr_customer_product_id":153219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:14.000Z","modified_at":"2026-01-13T04:45:14.000Z","name":"Giles Gibson","mobile_number":"419-212-5365","email_id":"Otha_Sawayn@yahoo.com","dop":"2025-10-22","serial_number":"1036299542913658","imei1":"1036299542913658","imei2":"1036299542913658","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153213,"job_number":"JOB_153213","tr_customer_id":153230,"tr_customer_product_id":153220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:45.000Z","modified_at":"2026-01-13T04:45:45.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"172432575893510","imei1":"172432575893510","imei2":"172432575893510","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153215,"job_number":"JOB_153215","tr_customer_id":153232,"tr_customer_product_id":153222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:47.000Z","modified_at":"2026-01-13T04:45:47.000Z","name":"Maybelle Kris","mobile_number":"645-731-4700","email_id":"Horacio_Gottlieb@hotmail.com","dop":"2025-10-22","serial_number":"1051173146041751","imei1":"1051173146041751","imei2":"1051173146041751","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153216,"job_number":"JOB_153216","tr_customer_id":153233,"tr_customer_product_id":153223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:02.000Z","modified_at":"2026-01-13T04:46:02.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"105388920262325","imei1":"105388920262325","imei2":"105388920262325","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153218,"job_number":"JOB_153218","tr_customer_id":153235,"tr_customer_product_id":153225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:14.000Z","modified_at":"2026-01-13T04:46:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103271004910804","imei1":"103271004910804","imei2":"103271004910804","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153220,"job_number":"JOB_153220","tr_customer_id":153237,"tr_customer_product_id":153227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:19.000Z","modified_at":"2026-01-13T04:46:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"121531535585656","imei1":"121531535585656","imei2":"121531535585656","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153222,"job_number":"JOB_153222","tr_customer_id":153239,"tr_customer_product_id":153229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:21.000Z","modified_at":"2026-01-13T04:46:21.000Z","name":"Morris Morissette","mobile_number":"933-453-8654","email_id":"Hank_DAmore43@hotmail.com","dop":"2025-10-22","serial_number":"1055933553979311","imei1":"1055933553979311","imei2":"1055933553979311","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153223,"job_number":"JOB_153223","tr_customer_id":153240,"tr_customer_product_id":153230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:17.000Z","modified_at":"2026-01-13T04:52:17.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"104773064761836","imei1":"104773064761836","imei2":"104773064761836","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153225,"job_number":"JOB_153225","tr_customer_id":153242,"tr_customer_product_id":153232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:19.000Z","modified_at":"2026-01-13T04:52:19.000Z","name":"Enoch Trantow","mobile_number":"596-420-5906","email_id":"Ebba83@hotmail.com","dop":"2025-10-22","serial_number":"1028491311451506","imei1":"1028491311451506","imei2":"1028491311451506","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153226,"job_number":"JOB_153226","tr_customer_id":153243,"tr_customer_product_id":153233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:48.000Z","modified_at":"2026-01-13T04:52:48.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"136460134790317","imei1":"136460134790317","imei2":"136460134790317","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153228,"job_number":"JOB_153228","tr_customer_id":153245,"tr_customer_product_id":153235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:49.000Z","modified_at":"2026-01-13T04:52:49.000Z","name":"Nikko Grant","mobile_number":"218-303-5722","email_id":"Rafaela45@gmail.com","dop":"2025-10-22","serial_number":"1090083597382496","imei1":"1090083597382496","imei2":"1090083597382496","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153229,"job_number":"JOB_153229","tr_customer_id":153246,"tr_customer_product_id":153236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:19.000Z","modified_at":"2026-01-13T04:53:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"185565137752770","imei1":"185565137752770","imei2":"185565137752770","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153231,"job_number":"JOB_153231","tr_customer_id":153248,"tr_customer_product_id":153238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:21.000Z","modified_at":"2026-01-13T04:53:21.000Z","name":"Roxane Effertz","mobile_number":"825-917-4302","email_id":"Nils.Torphy@yahoo.com","dop":"2025-10-22","serial_number":"1053231169461800","imei1":"1053231169461800","imei2":"1053231169461800","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153233,"job_number":"JOB_153233","tr_customer_id":153250,"tr_customer_product_id":153240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:56:49.000Z","modified_at":"2026-01-13T04:56:49.000Z","name":"Davin Nikolaus","mobile_number":"457-593-4561","email_id":"Ricardo4@gmail.com","dop":"2025-04-06","serial_number":"13354455852505362","imei1":"13354455852505362","imei2":"13354455852505362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153235,"job_number":"JOB_153235","tr_customer_id":153252,"tr_customer_product_id":153242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:57:13.000Z","modified_at":"2026-01-13T04:57:13.000Z","name":"Ubaldo Botsford","mobile_number":"907-820-6875","email_id":"Stephan.Ferry9@hotmail.com","dop":"2025-04-06","serial_number":"14765986392064696","imei1":"14765986392064696","imei2":"14765986392064696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153237,"job_number":"JOB_153237","tr_customer_id":153254,"tr_customer_product_id":153244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:58:10.000Z","modified_at":"2026-01-13T04:58:10.000Z","name":"Cyril Tremblay","mobile_number":"979-500-2554","email_id":"Yvette_Marvin45@yahoo.com","dop":"2025-10-22","serial_number":"1056343915380824","imei1":"1056343915380824","imei2":"1056343915380824","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153238,"job_number":"JOB_153238","tr_customer_id":153255,"tr_customer_product_id":153245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:17:06.000Z","modified_at":"2026-01-13T05:17:06.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"161975035492012","imei1":"161975035492012","imei2":"161975035492012","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153239,"job_number":"JOB_153239","tr_customer_id":153256,"tr_customer_product_id":153246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:20:25.000Z","modified_at":"2026-01-13T05:20:25.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135669078592301","imei1":"135669078592301","imei2":"135669078592301","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153240,"job_number":"JOB_153240","tr_customer_id":153257,"tr_customer_product_id":153247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:22:27.000Z","modified_at":"2026-01-13T05:22:27.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"165222760031524","imei1":"165222760031524","imei2":"165222760031524","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:22:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153241,"job_number":"JOB_153241","tr_customer_id":153258,"tr_customer_product_id":153248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:23:15.000Z","modified_at":"2026-01-13T05:23:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"119025367808455","imei1":"119025367808455","imei2":"119025367808455","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153242,"job_number":"JOB_153242","tr_customer_id":153259,"tr_customer_product_id":153249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:24:54.000Z","modified_at":"2026-01-13T05:24:54.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"172136379190305","imei1":"172136379190305","imei2":"172136379190305","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153244,"job_number":"JOB_153244","tr_customer_id":153261,"tr_customer_product_id":153251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:26:53.000Z","modified_at":"2026-01-13T05:26:53.000Z","name":"Trisha Maggio","mobile_number":"509-919-5751","email_id":"Wilber_Ledner76@hotmail.com","dop":"2025-10-22","serial_number":"1060461040571941","imei1":"1060461040571941","imei2":"1060461040571941","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153245,"job_number":"JOB_153245","tr_customer_id":153262,"tr_customer_product_id":153252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:52.000Z","modified_at":"2026-01-13T05:36:52.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"143015094103846","imei1":"143015094103846","imei2":"143015094103846","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153246,"job_number":"JOB_153246","tr_customer_id":153263,"tr_customer_product_id":153253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:59.000Z","modified_at":"2026-01-13T05:36:59.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135706289273509","imei1":"135706289273509","imei2":"135706289273509","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153253,"job_number":"JOB_153253","tr_customer_id":153270,"tr_customer_product_id":153260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:48:59.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"14601550761522","imei1":"14601550761522","imei2":"14601550761522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:48:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153255,"job_number":"JOB_153255","tr_customer_id":153272,"tr_customer_product_id":153262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:00.000Z","modified_at":"2026-01-13T05:49:00.000Z","name":"Theo Harvey","mobile_number":"568-508-9272","email_id":"Georgette.Kiehn53@gmail.com","dop":"2025-04-06","serial_number":"19563600656991784","imei1":"19563600656991784","imei2":"19563600656991784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153256,"job_number":"JOB_153256","tr_customer_id":153273,"tr_customer_product_id":153263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:10.000Z","modified_at":"2026-01-13T05:49:10.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15151051947589","imei1":"15151051947589","imei2":"15151051947589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153258,"job_number":"JOB_153258","tr_customer_id":153275,"tr_customer_product_id":153265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:12.000Z","modified_at":"2026-01-13T05:49:12.000Z","name":"Dashawn Hermann","mobile_number":"366-421-2268","email_id":"Kiara64@yahoo.com","dop":"2025-04-06","serial_number":"10149682355446776","imei1":"10149682355446776","imei2":"10149682355446776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153259,"job_number":"JOB_153259","tr_customer_id":153276,"tr_customer_product_id":153266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:23.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"16502447482263","imei1":"16502447482263","imei2":"16502447482263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153261,"job_number":"JOB_153261","tr_customer_id":153278,"tr_customer_product_id":153268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:24.000Z","modified_at":"2026-01-13T05:52:24.000Z","name":"Chadrick Mante","mobile_number":"577-324-9620","email_id":"Dimitri.Mraz@gmail.com","dop":"2025-04-06","serial_number":"19873372476959810","imei1":"19873372476959810","imei2":"19873372476959810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153262,"job_number":"JOB_153262","tr_customer_id":153279,"tr_customer_product_id":153269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:34.000Z","modified_at":"2026-01-13T05:52:34.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12782726870985","imei1":"12782726870985","imei2":"12782726870985","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153264,"job_number":"JOB_153264","tr_customer_id":153281,"tr_customer_product_id":153271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:36.000Z","modified_at":"2026-01-13T05:52:36.000Z","name":"Pablo Baumbach","mobile_number":"524-424-2119","email_id":"Lauretta_Medhurst82@yahoo.com","dop":"2025-04-06","serial_number":"15876524230180028","imei1":"15876524230180028","imei2":"15876524230180028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153265,"job_number":"JOB_153265","tr_customer_id":153282,"tr_customer_product_id":153272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:46.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10561655597470","imei1":"10561655597470","imei2":"10561655597470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153267,"job_number":"JOB_153267","tr_customer_id":153284,"tr_customer_product_id":153274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:47.000Z","modified_at":"2026-01-13T05:52:47.000Z","name":"Rubie Torp","mobile_number":"589-743-9046","email_id":"William.Jakubowski47@gmail.com","dop":"2025-04-06","serial_number":"16268468770075092","imei1":"16268468770075092","imei2":"16268468770075092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153269,"job_number":"JOB_153269","tr_customer_id":153286,"tr_customer_product_id":153276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:54:15.000Z","modified_at":"2026-01-13T05:54:15.000Z","name":"Vanessa Wintheiser","mobile_number":"930-983-9512","email_id":"Leta63@hotmail.com","dop":"2025-10-22","serial_number":"1068588156351757","imei1":"1068588156351757","imei2":"1068588156351757","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153270,"job_number":"JOB_153270","tr_customer_id":153287,"tr_customer_product_id":153277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:55:54.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12770235651817","imei1":"12770235651817","imei2":"12770235651817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153272,"job_number":"JOB_153272","tr_customer_id":153289,"tr_customer_product_id":153279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:55.000Z","modified_at":"2026-01-13T05:55:55.000Z","name":"Theo Veum","mobile_number":"776-540-0866","email_id":"Audrey_Goodwin80@gmail.com","dop":"2025-04-06","serial_number":"10142298107612374","imei1":"10142298107612374","imei2":"10142298107612374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153273,"job_number":"JOB_153273","tr_customer_id":153290,"tr_customer_product_id":153280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:04.000Z","modified_at":"2026-01-13T05:56:04.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10858996788344","imei1":"10858996788344","imei2":"10858996788344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153275,"job_number":"JOB_153275","tr_customer_id":153292,"tr_customer_product_id":153282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:06.000Z","modified_at":"2026-01-13T05:56:06.000Z","name":"Amir Osinski","mobile_number":"970-757-5171","email_id":"Darrin.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"13668257848654312","imei1":"13668257848654312","imei2":"13668257848654312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153276,"job_number":"JOB_153276","tr_customer_id":153293,"tr_customer_product_id":153283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:15.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15002484387711","imei1":"15002484387711","imei2":"15002484387711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153278,"job_number":"JOB_153278","tr_customer_id":153295,"tr_customer_product_id":153285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:16.000Z","modified_at":"2026-01-13T05:56:16.000Z","name":"Jalon Weissnat","mobile_number":"495-704-3263","email_id":"Eldora_Grimes@gmail.com","dop":"2025-04-06","serial_number":"19511129363463748","imei1":"19511129363463748","imei2":"19511129363463748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153279,"job_number":"JOB_153279","tr_customer_id":153296,"tr_customer_product_id":153286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:57:42.000Z","modified_at":"2026-01-13T05:57:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"178440612464784","imei1":"178440612464784","imei2":"178440612464784","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153280,"job_number":"JOB_153280","tr_customer_id":153297,"tr_customer_product_id":153287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10415522636280","imei1":"10415522636280","imei2":"10415522636280","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153281,"job_number":"JOB_153281","tr_customer_id":153298,"tr_customer_product_id":153288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"Akeem Klein","mobile_number":"392-743-1226","email_id":"Dallin.Daniel@yahoo.com","dop":"2025-09-16","serial_number":"15569093999622","imei1":"15569093999622","imei2":"15569093999622","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153282,"job_number":"JOB_153282","tr_customer_id":153299,"tr_customer_product_id":153289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:32.000Z","modified_at":"2026-01-13T06:01:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17014254994420","imei1":"17014254994420","imei2":"17014254994420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153284,"job_number":"JOB_153284","tr_customer_id":153301,"tr_customer_product_id":153291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:33.000Z","modified_at":"2026-01-13T06:01:33.000Z","name":"April Bernier","mobile_number":"639-900-5352","email_id":"Cicero_Rau@gmail.com","dop":"2025-04-06","serial_number":"16598664835250332","imei1":"16598664835250332","imei2":"16598664835250332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153285,"job_number":"JOB_153285","tr_customer_id":153302,"tr_customer_product_id":153292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:36.000Z","modified_at":"2026-01-13T06:01:36.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17197773438740","imei1":"17197773438740","imei2":"17197773438740","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153286,"job_number":"JOB_153286","tr_customer_id":153303,"tr_customer_product_id":153293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:37.000Z","modified_at":"2026-01-13T06:01:37.000Z","name":"Kaycee Dicki","mobile_number":"563-554-1342","email_id":"Eliza_Morar@hotmail.com","dop":"2025-09-16","serial_number":"19175643689183","imei1":"19175643689183","imei2":"19175643689183","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153287,"job_number":"JOB_153287","tr_customer_id":153304,"tr_customer_product_id":153294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13822937840563","imei1":"13822937840563","imei2":"13822937840563","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153288,"job_number":"JOB_153288","tr_customer_id":153305,"tr_customer_product_id":153295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"Brice Schulist","mobile_number":"322-863-7129","email_id":"Nils44@gmail.com","dop":"2025-09-16","serial_number":"15101747268147","imei1":"15101747268147","imei2":"15101747268147","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153289,"job_number":"JOB_153289","tr_customer_id":153306,"tr_customer_product_id":153296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:16.000Z","modified_at":"2026-01-13T06:02:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14365759410539","imei1":"14365759410539","imei2":"14365759410539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153291,"job_number":"JOB_153291","tr_customer_id":153308,"tr_customer_product_id":153298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Robyn Batz","mobile_number":"508-230-9642","email_id":"Colleen.Lebsack60@gmail.com","dop":"2025-10-22","serial_number":"146189110550573","imei1":"146189110550573","imei2":"146189110550573","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153292,"job_number":"JOB_153292","tr_customer_id":153309,"tr_customer_product_id":153299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Penelope Cassin","mobile_number":"476-737-0431","email_id":"Irving.Mohr@gmail.com","dop":"2025-04-06","serial_number":"18915717971422150","imei1":"18915717971422150","imei2":"18915717971422150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153293,"job_number":"JOB_153293","tr_customer_id":153310,"tr_customer_product_id":153300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:47.000Z","modified_at":"2026-01-13T06:02:47.000Z","name":"Frieda Goodwin","mobile_number":"693-724-8572","email_id":"Torrey.Konopelski39@yahoo.com","dop":"2025-10-22","serial_number":"119775467761062","imei1":"119775467761062","imei2":"119775467761062","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153294,"job_number":"JOB_153294","tr_customer_id":153311,"tr_customer_product_id":153301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:01.000Z","modified_at":"2026-01-13T06:03:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16975009979062","imei1":"16975009979062","imei2":"16975009979062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153296,"job_number":"JOB_153296","tr_customer_id":153313,"tr_customer_product_id":153303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:02.000Z","modified_at":"2026-01-13T06:03:02.000Z","name":"Elinore Leannon","mobile_number":"389-941-6574","email_id":"Doug_Graham99@yahoo.com","dop":"2025-04-06","serial_number":"10764151622346564","imei1":"10764151622346564","imei2":"10764151622346564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153297,"job_number":"JOB_153297","tr_customer_id":153314,"tr_customer_product_id":153304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:35.000Z","modified_at":"2026-01-13T06:03:35.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2026-01-03T06:03:35.052354845Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153298,"job_number":"JOB_153298","tr_customer_id":153315,"tr_customer_product_id":153305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:36.000Z","modified_at":"2026-01-13T06:03:36.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2026-01-03T06:03:35.617489493Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153300,"job_number":"JOB_153300","tr_customer_id":153317,"tr_customer_product_id":153307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:17.000Z","modified_at":"2026-01-13T06:04:17.000Z","name":"Harold Daugherty","mobile_number":"422-762-8791","email_id":"Mason21@yahoo.com","dop":"2025-10-22","serial_number":"1014646778342944","imei1":"1014646778342944","imei2":"1014646778342944","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153301,"job_number":"JOB_153301","tr_customer_id":153318,"tr_customer_product_id":153308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:38.000Z","modified_at":"2026-01-13T06:04:38.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12268244399874","imei1":"12268244399874","imei2":"12268244399874","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153303,"job_number":"JOB_153303","tr_customer_id":153320,"tr_customer_product_id":153310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:40.000Z","modified_at":"2026-01-13T06:04:40.000Z","name":"Zackery Reichel","mobile_number":"515-744-2425","email_id":"Jordon_Denesik@hotmail.com","dop":"2025-04-06","serial_number":"12863285320508118","imei1":"12863285320508118","imei2":"12863285320508118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153304,"job_number":"JOB_153304","tr_customer_id":153321,"tr_customer_product_id":153311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:22.000Z","modified_at":"2026-01-13T06:05:22.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17274175270779","imei1":"17274175270779","imei2":"17274175270779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153306,"job_number":"JOB_153306","tr_customer_id":153323,"tr_customer_product_id":153313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:23.000Z","modified_at":"2026-01-13T06:05:23.000Z","name":"Justen Rowe","mobile_number":"783-495-7409","email_id":"Ashleigh_Macejkovic@gmail.com","dop":"2025-04-06","serial_number":"18837100737248520","imei1":"18837100737248520","imei2":"18837100737248520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153307,"job_number":"JOB_153307","tr_customer_id":153324,"tr_customer_product_id":153314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:01.000Z","modified_at":"2026-01-13T06:06:01.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14704300265370","imei1":"14704300265370","imei2":"14704300265370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153309,"job_number":"JOB_153309","tr_customer_id":153326,"tr_customer_product_id":153316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:02.000Z","modified_at":"2026-01-13T06:06:02.000Z","name":"Landen Brakus","mobile_number":"715-741-1690","email_id":"Demario63@gmail.com","dop":"2025-04-06","serial_number":"14424858794371792","imei1":"14424858794371792","imei2":"14424858794371792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153310,"job_number":"JOB_153310","tr_customer_id":153327,"tr_customer_product_id":153317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:13:47.000Z","modified_at":"2026-01-13T06:13:47.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-03","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-03T06:13:46.881874Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:13:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153327,"job_number":"JOB_153327","tr_customer_id":153344,"tr_customer_product_id":153334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:49.000Z","modified_at":"2026-01-13T06:21:49.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10336844726187","imei1":"10336844726187","imei2":"10336844726187","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153329,"job_number":"JOB_153329","tr_customer_id":153346,"tr_customer_product_id":153336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:50.000Z","modified_at":"2026-01-13T06:21:50.000Z","name":"Carissa Gerhold","mobile_number":"947-564-7275","email_id":"Reanna69@gmail.com","dop":"2025-06-18","serial_number":"1077181388124335","imei1":"1077181388124335","imei2":"1077181388124335","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153330,"job_number":"JOB_153330","tr_customer_id":153347,"tr_customer_product_id":153337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:33.000Z","modified_at":"2026-01-13T06:22:33.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10565054783146","imei1":"10565054783146","imei2":"10565054783146","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153332,"job_number":"JOB_153332","tr_customer_id":153349,"tr_customer_product_id":153339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:34.000Z","modified_at":"2026-01-13T06:22:34.000Z","name":"Marion Walsh","mobile_number":"377-301-7681","email_id":"Camylle.Rice@gmail.com","dop":"2025-06-18","serial_number":"1051139741247594","imei1":"1051139741247594","imei2":"1051139741247594","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153333,"job_number":"JOB_153333","tr_customer_id":153350,"tr_customer_product_id":153340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Alvena Lemke","mobile_number":"650-434-0670","email_id":"Zoey11@hotmail.com","dop":"2025-09-09","serial_number":"19680804035961","imei1":"19680804035961","imei2":"19680804035961","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153334,"job_number":"JOB_153334","tr_customer_id":153351,"tr_customer_product_id":153341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Rogelio Berge","mobile_number":"668-436-1530","email_id":"Sandy_Schuster70@gmail.com","dop":"2025-09-09","serial_number":"12555831927229","imei1":"12555831927229","imei2":"12555831927229","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153336,"job_number":"JOB_153336","tr_customer_id":153353,"tr_customer_product_id":153343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Tobin Satterfield","mobile_number":"425-731-6292","email_id":"Sam_Hodkiewicz@hotmail.com","dop":"2025-09-09","serial_number":"13037333653986","imei1":"13037333653986","imei2":"13037333653986","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153337,"job_number":"JOB_153337","tr_customer_id":153354,"tr_customer_product_id":153344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Oswald Ondricka","mobile_number":"853-993-0322","email_id":"Aric55@gmail.com","dop":"2025-09-09","serial_number":"12394674407704","imei1":"12394674407704","imei2":"12394674407704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153339,"job_number":"JOB_153339","tr_customer_id":153356,"tr_customer_product_id":153346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Jazlyn Hickle","mobile_number":"243-414-4689","email_id":"Lupe17@yahoo.com","dop":"2025-09-09","serial_number":"17305848009503","imei1":"17305848009503","imei2":"17305848009503","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153340,"job_number":"JOB_153340","tr_customer_id":153357,"tr_customer_product_id":153347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Damian Cartwright","mobile_number":"550-940-1210","email_id":"Santiago88@hotmail.com","dop":"2025-09-09","serial_number":"12110917290357","imei1":"12110917290357","imei2":"12110917290357","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153342,"job_number":"JOB_153342","tr_customer_id":153359,"tr_customer_product_id":153349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:18.000Z","modified_at":"2026-01-13T06:26:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18859951171375","imei1":"18859951171375","imei2":"18859951171375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153344,"job_number":"JOB_153344","tr_customer_id":153361,"tr_customer_product_id":153351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:19.000Z","modified_at":"2026-01-13T06:26:19.000Z","name":"Rosemarie Paucek","mobile_number":"545-302-6204","email_id":"Della57@yahoo.com","dop":"2025-04-06","serial_number":"12852159785857304","imei1":"12852159785857304","imei2":"12852159785857304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153345,"job_number":"JOB_153345","tr_customer_id":153362,"tr_customer_product_id":153352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:59.000Z","modified_at":"2026-01-13T06:26:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10527505146561","imei1":"10527505146561","imei2":"10527505146561","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153347,"job_number":"JOB_153347","tr_customer_id":153364,"tr_customer_product_id":153354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:01.000Z","modified_at":"2026-01-13T06:27:01.000Z","name":"Aubrey Goodwin","mobile_number":"919-250-7371","email_id":"Edna22@hotmail.com","dop":"2025-04-06","serial_number":"18269692544653800","imei1":"18269692544653800","imei2":"18269692544653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153348,"job_number":"JOB_153348","tr_customer_id":153365,"tr_customer_product_id":153355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:40.000Z","modified_at":"2026-01-13T06:27:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17291009450595","imei1":"17291009450595","imei2":"17291009450595","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153350,"job_number":"JOB_153350","tr_customer_id":153367,"tr_customer_product_id":153357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:41.000Z","modified_at":"2026-01-13T06:27:41.000Z","name":"Daryl Dietrich","mobile_number":"679-877-0207","email_id":"Adelbert5@hotmail.com","dop":"2025-04-06","serial_number":"19070192069252350","imei1":"19070192069252350","imei2":"19070192069252350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153352,"job_number":"JOB_153352","tr_customer_id":153369,"tr_customer_product_id":153359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:46.000Z","modified_at":"2026-01-13T06:27:46.000Z","name":"Telly Langworth","mobile_number":"946-252-3101","email_id":"Ellsworth_Adams22@yahoo.com","dop":"2025-04-06","serial_number":"12031316829551564","imei1":"12031316829551564","imei2":"12031316829551564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153355,"job_number":"JOB_153355","tr_customer_id":153372,"tr_customer_product_id":153362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:06.000Z","modified_at":"2026-01-13T06:29:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17887383653421","imei1":"17887383653421","imei2":"17887383653421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153357,"job_number":"JOB_153357","tr_customer_id":153374,"tr_customer_product_id":153364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:07.000Z","modified_at":"2026-01-13T06:29:07.000Z","name":"Louisa Rodriguez","mobile_number":"663-904-4065","email_id":"Rodrigo.Hand13@gmail.com","dop":"2025-04-06","serial_number":"18551667092990812","imei1":"18551667092990812","imei2":"18551667092990812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153359,"job_number":"JOB_153359","tr_customer_id":153376,"tr_customer_product_id":153366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:45.000Z","modified_at":"2026-01-13T06:29:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17949174685515","imei1":"17949174685515","imei2":"17949174685515","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153361,"job_number":"JOB_153361","tr_customer_id":153378,"tr_customer_product_id":153368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:46.000Z","modified_at":"2026-01-13T06:29:46.000Z","name":"Thurman Reichel","mobile_number":"914-602-2292","email_id":"Darrel.Walter@yahoo.com","dop":"2025-04-06","serial_number":"13011199722601872","imei1":"13011199722601872","imei2":"13011199722601872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153362,"job_number":"JOB_153362","tr_customer_id":153379,"tr_customer_product_id":153369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:24.000Z","modified_at":"2026-01-13T06:30:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10421878084399","imei1":"10421878084399","imei2":"10421878084399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153364,"job_number":"JOB_153364","tr_customer_id":153381,"tr_customer_product_id":153371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:25.000Z","modified_at":"2026-01-13T06:30:25.000Z","name":"Molly Veum","mobile_number":"555-217-6666","email_id":"Nash.Miller@yahoo.com","dop":"2025-04-06","serial_number":"19240704685234056","imei1":"19240704685234056","imei2":"19240704685234056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153366,"job_number":"JOB_153366","tr_customer_id":153383,"tr_customer_product_id":153373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:25.000Z","modified_at":"2026-01-13T06:33:25.000Z","name":"Brayan Lynch","mobile_number":"543-265-9508","email_id":"Myriam59@hotmail.com","dop":"2025-04-06","serial_number":"12670510371516634","imei1":"12670510371516634","imei2":"12670510371516634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153367,"job_number":"JOB_153367","tr_customer_id":153384,"tr_customer_product_id":153374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:51.000Z","modified_at":"2026-01-13T06:33:51.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"18626661440596","imei1":"18626661440596","imei2":"18626661440596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153369,"job_number":"JOB_153369","tr_customer_id":153386,"tr_customer_product_id":153376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:02.000Z","modified_at":"2026-01-13T06:34:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797117996959","imei1":"12797117996959","imei2":"12797117996959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153371,"job_number":"JOB_153371","tr_customer_id":153388,"tr_customer_product_id":153378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:03.000Z","modified_at":"2026-01-13T06:34:03.000Z","name":"Isaiah Schaden","mobile_number":"683-699-8668","email_id":"Serena_Cole@hotmail.com","dop":"2025-04-06","serial_number":"16075224579808756","imei1":"16075224579808756","imei2":"16075224579808756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153372,"job_number":"JOB_153372","tr_customer_id":153389,"tr_customer_product_id":153379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:20.000Z","modified_at":"2026-01-13T06:34:20.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12174947098728","imei1":"12174947098728","imei2":"12174947098728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153374,"job_number":"JOB_153374","tr_customer_id":153391,"tr_customer_product_id":153381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:22.000Z","modified_at":"2026-01-13T06:34:22.000Z","name":"Marcella Herman","mobile_number":"202-454-9766","email_id":"Yesenia_Halvorson@gmail.com","dop":"2025-04-06","serial_number":"15013812619606148","imei1":"15013812619606148","imei2":"15013812619606148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153378,"job_number":"JOB_153378","tr_customer_id":153395,"tr_customer_product_id":153385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:35.000Z","modified_at":"2026-01-13T06:34:35.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"12223648626349","imei1":"12223648626349","imei2":"12223648626349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153380,"job_number":"JOB_153380","tr_customer_id":153397,"tr_customer_product_id":153387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:41.000Z","modified_at":"2026-01-13T06:34:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13558591334748","imei1":"13558591334748","imei2":"13558591334748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153382,"job_number":"JOB_153382","tr_customer_id":153399,"tr_customer_product_id":153389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"115622991148787","imei1":"115622991148787","imei2":"115622991148787","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153383,"job_number":"JOB_153383","tr_customer_id":153400,"tr_customer_product_id":153390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Francisca Littel","mobile_number":"714-867-2230","email_id":"Jaren_Hayes44@yahoo.com","dop":"2025-04-06","serial_number":"17499193125431096","imei1":"17499193125431096","imei2":"17499193125431096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153385,"job_number":"JOB_153385","tr_customer_id":153402,"tr_customer_product_id":153392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:44.000Z","modified_at":"2026-01-13T06:34:44.000Z","name":"Fatima Gleichner","mobile_number":"207-611-9731","email_id":"Asha.Dach@yahoo.com","dop":"2025-10-22","serial_number":"1025322667138398","imei1":"1025322667138398","imei2":"1025322667138398","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153390,"job_number":"JOB_153390","tr_customer_id":153407,"tr_customer_product_id":153397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:09.000Z","modified_at":"2026-01-13T06:35:09.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10192687973073","imei1":"10192687973073","imei2":"10192687973073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153392,"job_number":"JOB_153392","tr_customer_id":153409,"tr_customer_product_id":153399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:11.000Z","modified_at":"2026-01-13T06:35:11.000Z","name":"Roselyn Dickinson","mobile_number":"328-244-6622","email_id":"Edyth_Lebsack@hotmail.com","dop":"2025-04-06","serial_number":"17186626718510722","imei1":"17186626718510722","imei2":"17186626718510722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153393,"job_number":"JOB_153393","tr_customer_id":153410,"tr_customer_product_id":153400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:18.000Z","modified_at":"2026-01-13T06:35:18.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"14309726416255","imei1":"14309726416255","imei2":"14309726416255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153395,"job_number":"JOB_153395","tr_customer_id":153412,"tr_customer_product_id":153402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:19.000Z","modified_at":"2026-01-13T06:35:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13881171132274","imei1":"13881171132274","imei2":"13881171132274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153397,"job_number":"JOB_153397","tr_customer_id":153414,"tr_customer_product_id":153404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:20.000Z","modified_at":"2026-01-13T06:35:20.000Z","name":"Forest Brown","mobile_number":"803-337-0806","email_id":"Angelo.Baumbach@gmail.com","dop":"2025-04-06","serial_number":"15711283115032536","imei1":"15711283115032536","imei2":"15711283115032536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153398,"job_number":"JOB_153398","tr_customer_id":153415,"tr_customer_product_id":153405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:35.000Z","modified_at":"2026-01-13T06:35:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14906925255648","imei1":"14906925255648","imei2":"14906925255648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153400,"job_number":"JOB_153400","tr_customer_id":153417,"tr_customer_product_id":153407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:37.000Z","modified_at":"2026-01-13T06:35:37.000Z","name":"Casimer Rau","mobile_number":"215-342-8734","email_id":"Kenna73@hotmail.com","dop":"2025-04-06","serial_number":"19496350485434544","imei1":"19496350485434544","imei2":"19496350485434544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153401,"job_number":"JOB_153401","tr_customer_id":153418,"tr_customer_product_id":153408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:41.000Z","modified_at":"2026-01-13T06:35:41.000Z","name":"Ashiq khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"181121931280099","imei1":"181121931280099","imei2":"181121931280099","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153403,"job_number":"JOB_153403","tr_customer_id":153420,"tr_customer_product_id":153410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:43.000Z","modified_at":"2026-01-13T06:35:43.000Z","name":"Aylin Kris","mobile_number":"223-877-5221","email_id":"Kayla_Treutel92@yahoo.com","dop":"2025-10-22","serial_number":"1096402720268648","imei1":"1096402720268648","imei2":"1096402720268648","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153407,"job_number":"JOB_153407","tr_customer_id":153424,"tr_customer_product_id":153414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:58.000Z","modified_at":"2026-01-13T06:35:58.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19843566021029","imei1":"19843566021029","imei2":"19843566021029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153409,"job_number":"JOB_153409","tr_customer_id":153426,"tr_customer_product_id":153416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:59.000Z","modified_at":"2026-01-13T06:35:59.000Z","name":"Aliyah Mitchell","mobile_number":"947-860-5150","email_id":"Carli.Harvey58@hotmail.com","dop":"2025-04-06","serial_number":"10134312447276504","imei1":"10134312447276504","imei2":"10134312447276504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153410,"job_number":"JOB_153410","tr_customer_id":153427,"tr_customer_product_id":153417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:20.000Z","modified_at":"2026-01-13T06:36:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12532377438466","imei1":"12532377438466","imei2":"12532377438466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153412,"job_number":"JOB_153412","tr_customer_id":153429,"tr_customer_product_id":153419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:22.000Z","modified_at":"2026-01-13T06:36:22.000Z","name":"Rozella Schoen","mobile_number":"495-804-7754","email_id":"Stephon_Dicki@yahoo.com","dop":"2025-04-06","serial_number":"12679789341247674","imei1":"12679789341247674","imei2":"12679789341247674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153413,"job_number":"JOB_153413","tr_customer_id":153430,"tr_customer_product_id":153420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:24.000Z","modified_at":"2026-01-13T06:36:24.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"166320133855729","imei1":"166320133855729","imei2":"166320133855729","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153416,"job_number":"JOB_153416","tr_customer_id":153433,"tr_customer_product_id":153423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:26.000Z","modified_at":"2026-01-13T06:36:26.000Z","name":"Erica Walsh","mobile_number":"319-903-4291","email_id":"Keon_Grant42@gmail.com","dop":"2025-10-22","serial_number":"1022549045064815","imei1":"1022549045064815","imei2":"1022549045064815","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153419,"job_number":"JOB_153419","tr_customer_id":153436,"tr_customer_product_id":153426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:06.000Z","modified_at":"2026-01-13T06:37:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18035179744807","imei1":"18035179744807","imei2":"18035179744807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153421,"job_number":"JOB_153421","tr_customer_id":153438,"tr_customer_product_id":153428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:08.000Z","modified_at":"2026-01-13T06:37:08.000Z","name":"Elton Daugherty","mobile_number":"859-218-8312","email_id":"Barton_Reilly@gmail.com","dop":"2025-04-06","serial_number":"11313420214238194","imei1":"11313420214238194","imei2":"11313420214238194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153422,"job_number":"JOB_153422","tr_customer_id":153439,"tr_customer_product_id":153429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:36.000Z","modified_at":"2026-01-13T06:40:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17535175495540","imei1":"17535175495540","imei2":"17535175495540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153424,"job_number":"JOB_153424","tr_customer_id":153441,"tr_customer_product_id":153431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:38.000Z","modified_at":"2026-01-13T06:40:38.000Z","name":"Michele Fadel","mobile_number":"485-280-0952","email_id":"Naomie.Armstrong5@yahoo.com","dop":"2025-04-06","serial_number":"13357762284738180","imei1":"13357762284738180","imei2":"13357762284738180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153425,"job_number":"JOB_153425","tr_customer_id":153442,"tr_customer_product_id":153432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:29.000Z","modified_at":"2026-01-13T06:41:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16293684663073","imei1":"16293684663073","imei2":"16293684663073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153427,"job_number":"JOB_153427","tr_customer_id":153444,"tr_customer_product_id":153434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:30.000Z","modified_at":"2026-01-13T06:41:30.000Z","name":"Willa Deckow","mobile_number":"290-537-1272","email_id":"Tanner.Nolan@hotmail.com","dop":"2025-04-06","serial_number":"10865604647974306","imei1":"10865604647974306","imei2":"10865604647974306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153429,"job_number":"JOB_153429","tr_customer_id":153446,"tr_customer_product_id":153436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:44.000Z","modified_at":"2026-01-13T06:41:44.000Z","name":"Otto Ward","mobile_number":"457-604-0207","email_id":"Alex87@yahoo.com","dop":"2025-04-06","serial_number":"19627713621514290","imei1":"19627713621514290","imei2":"19627713621514290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153431,"job_number":"JOB_153431","tr_customer_id":153448,"tr_customer_product_id":153438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:58.000Z","modified_at":"2026-01-13T06:41:58.000Z","name":"Sidney Rath","mobile_number":"601-411-1665","email_id":"Lorine.Reinger@gmail.com","dop":"2025-04-06","serial_number":"13708697357119920","imei1":"13708697357119920","imei2":"13708697357119920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153432,"job_number":"JOB_153432","tr_customer_id":153449,"tr_customer_product_id":153439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:16.000Z","modified_at":"2026-01-13T06:42:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12663480145504","imei1":"12663480145504","imei2":"12663480145504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153434,"job_number":"JOB_153434","tr_customer_id":153451,"tr_customer_product_id":153441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:18.000Z","modified_at":"2026-01-13T06:42:18.000Z","name":"Asha Konopelski","mobile_number":"704-491-9183","email_id":"Lukas_Effertz87@yahoo.com","dop":"2025-04-06","serial_number":"14830881497778844","imei1":"14830881497778844","imei2":"14830881497778844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153439,"job_number":"JOB_153439","tr_customer_id":153456,"tr_customer_product_id":153446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:30.000Z","modified_at":"2026-01-13T06:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13335342852575","imei1":"13335342852575","imei2":"13335342852575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153442,"job_number":"JOB_153442","tr_customer_id":153459,"tr_customer_product_id":153449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Jerel Huels","mobile_number":"941-536-9895","email_id":"Vinnie_Bayer@hotmail.com","dop":"2025-04-06","serial_number":"11246406938412776","imei1":"11246406938412776","imei2":"11246406938412776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153443,"job_number":"JOB_153443","tr_customer_id":153460,"tr_customer_product_id":153450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Kirstin Kohler","mobile_number":"384-304-7801","email_id":"Murray.Ortiz65@gmail.com","dop":"2025-04-06","serial_number":"19843988441614216","imei1":"19843988441614216","imei2":"19843988441614216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153444,"job_number":"JOB_153444","tr_customer_id":153461,"tr_customer_product_id":153451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:17.000Z","modified_at":"2026-01-13T06:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10893295769409","imei1":"10893295769409","imei2":"10893295769409","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153446,"job_number":"JOB_153446","tr_customer_id":153463,"tr_customer_product_id":153453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:19.000Z","modified_at":"2026-01-13T06:48:19.000Z","name":"Parker Jakubowski","mobile_number":"952-465-2758","email_id":"Dakota_Ledner10@hotmail.com","dop":"2025-04-06","serial_number":"12311975918017010","imei1":"12311975918017010","imei2":"12311975918017010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153447,"job_number":"JOB_153447","tr_customer_id":153464,"tr_customer_product_id":153454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:03.000Z","modified_at":"2026-01-13T06:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13169385017653","imei1":"13169385017653","imei2":"13169385017653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153449,"job_number":"JOB_153449","tr_customer_id":153466,"tr_customer_product_id":153456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:05.000Z","modified_at":"2026-01-13T06:49:05.000Z","name":"Savannah McCullough","mobile_number":"667-299-8593","email_id":"Nico.Parker@hotmail.com","dop":"2025-04-06","serial_number":"11764441752405088","imei1":"11764441752405088","imei2":"11764441752405088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153450,"job_number":"JOB_153450","tr_customer_id":153467,"tr_customer_product_id":153457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Giri Iyengar","mobile_number":"7046840199","email_id":"devajyoti.jain@hotmail.com","dop":"2026-01-03","serial_number":"178243689739422","imei1":"178243689739422","imei2":"178243689739422","popurl":"www.bhadra-dwivedi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153451,"job_number":"JOB_153451","tr_customer_id":153468,"tr_customer_product_id":153458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Tanya Varrier","mobile_number":"7017488671","email_id":"abani.chaturvedi@gmail.com","dop":"2026-01-03","serial_number":"559635736216011","imei1":"559635736216011","imei2":"559635736216011","popurl":"www.aayushmaan-menon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153452,"job_number":"JOB_153452","tr_customer_id":153469,"tr_customer_product_id":153459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.511179290Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153453,"job_number":"JOB_153453","tr_customer_id":153470,"tr_customer_product_id":153460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.528382776Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153454,"job_number":"JOB_153454","tr_customer_id":153471,"tr_customer_product_id":153461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153455,"job_number":"JOB_153455","tr_customer_id":153472,"tr_customer_product_id":153462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153456,"job_number":"JOB_153456","tr_customer_id":153473,"tr_customer_product_id":153463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153457,"job_number":"JOB_153457","tr_customer_id":153474,"tr_customer_product_id":153464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153458,"job_number":"JOB_153458","tr_customer_id":153475,"tr_customer_product_id":153465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:00:31.000Z","modified_at":"2026-01-13T07:00:31.000Z","name":"Nova Koss","mobile_number":"239-334-5085","email_id":"Zane_Wilderman@gmail.com","dop":"2025-10-22","serial_number":"150491293341920","imei1":"150491293341920","imei2":"150491293341920","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153459,"job_number":"JOB_153459","tr_customer_id":153476,"tr_customer_product_id":153466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:25.000Z","modified_at":"2026-01-13T07:01:25.000Z","name":"Garnet Ebert","mobile_number":"351-222-7222","email_id":"Roger_Hammes@yahoo.com","dop":"2025-10-22","serial_number":"106917328565507","imei1":"106917328565507","imei2":"106917328565507","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153461,"job_number":"JOB_153461","tr_customer_id":153478,"tr_customer_product_id":153468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:27.000Z","modified_at":"2026-01-13T07:01:27.000Z","name":"Elmira Stokes","mobile_number":"698-394-4383","email_id":"Dangelo.Greenholt87@hotmail.com","dop":"2025-04-06","serial_number":"15247447049429286","imei1":"15247447049429286","imei2":"15247447049429286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153462,"job_number":"JOB_153462","tr_customer_id":153479,"tr_customer_product_id":153469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:39.000Z","modified_at":"2026-01-13T07:01:39.000Z","name":"Kyle Bins","mobile_number":"907-897-0318","email_id":"Jennyfer_Weimann@hotmail.com","dop":"2025-10-22","serial_number":"150708821765717","imei1":"150708821765717","imei2":"150708821765717","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152959,"job_number":"JOB_152959","tr_customer_id":152976,"tr_customer_product_id":152966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:42:44.000Z","modified_at":"2026-01-13T00:42:44.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12200118723400","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152964,"job_number":"JOB_152964","tr_customer_id":152981,"tr_customer_product_id":152971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:02.000Z","modified_at":"2026-01-13T01:36:02.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"15571427091090","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152965,"job_number":"JOB_152965","tr_customer_id":152982,"tr_customer_product_id":152972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:06.000Z","modified_at":"2026-01-13T01:36:06.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"19373853917739","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152966,"job_number":"JOB_152966","tr_customer_id":152983,"tr_customer_product_id":152973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:08.000Z","modified_at":"2026-01-13T01:36:08.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14191217372006","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152967,"job_number":"JOB_152967","tr_customer_id":152984,"tr_customer_product_id":152974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:23.000Z","modified_at":"2026-01-13T01:39:24.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18016644965930","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152968,"job_number":"JOB_152968","tr_customer_id":152985,"tr_customer_product_id":152975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:36.000Z","modified_at":"2026-01-13T01:39:36.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18112050941983","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152969,"job_number":"JOB_152969","tr_customer_id":152986,"tr_customer_product_id":152976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:57.000Z","modified_at":"2026-01-13T01:39:57.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"13474864112371","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152970,"job_number":"JOB_152970","tr_customer_id":152987,"tr_customer_product_id":152977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:40:52.000Z","modified_at":"2026-01-13T01:40:52.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11293058515635","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152971,"job_number":"JOB_152971","tr_customer_id":152988,"tr_customer_product_id":152978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:41:28.000Z","modified_at":"2026-01-13T01:41:28.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14760262405521","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152973,"job_number":"JOB_152973","tr_customer_id":152990,"tr_customer_product_id":152980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:44:49.000Z","modified_at":"2026-01-13T01:44:49.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"10776339681431","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152975,"job_number":"JOB_152975","tr_customer_id":152992,"tr_customer_product_id":152982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:47:51.000Z","modified_at":"2026-01-13T01:47:51.000Z","name":"Verlie Nikolaus","mobile_number":"722-739-1864","email_id":"Camylle.Schinner@gmail.com","dop":"2026-01-10","serial_number":"21252447753937","imei1":"21252447753937","imei2":"21252447753937","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152976,"job_number":"JOB_152976","tr_customer_id":152993,"tr_customer_product_id":152983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:48:09.000Z","modified_at":"2026-01-13T01:48:09.000Z","name":"Sierra McClure","mobile_number":"464-948-4886","email_id":"Clemens.Nader31@yahoo.com","dop":"2026-01-10","serial_number":"400525471592484","imei1":"400525471592484","imei2":"400525471592484","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152983,"job_number":"JOB_152983","tr_customer_id":153000,"tr_customer_product_id":152990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:46:22.000Z","modified_at":"2026-01-13T03:46:22.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14924344586132","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153011,"job_number":"JOB_153011","tr_customer_id":153028,"tr_customer_product_id":153018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:33.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Elmer31@hotmail.com","dop":"2025-07-02","serial_number":"12961196646355","imei1":"12961196646355","imei2":"12961196646355","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153024,"job_number":"JOB_153024","tr_customer_id":153041,"tr_customer_product_id":153031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:50.000Z","modified_at":"2026-01-13T03:49:50.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Tanya56@yahoo.com","dop":"2025-07-02","serial_number":"16024879192606","imei1":"16024879192606","imei2":"16024879192606","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153047,"job_number":"JOB_153047","tr_customer_id":153064,"tr_customer_product_id":153054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:07.000Z","modified_at":"2026-01-13T03:50:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Emerald22@gmail.com","dop":"2025-07-02","serial_number":"19292784459597","imei1":"19292784459597","imei2":"19292784459597","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153070,"job_number":"JOB_153070","tr_customer_id":153087,"tr_customer_product_id":153077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:28.000Z","modified_at":"2026-01-13T03:50:28.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"185642560040121","imei1":"185642560040121","imei2":"185642560040121","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153071,"job_number":"JOB_153071","tr_customer_id":153088,"tr_customer_product_id":153078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Quincy O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"182173578734661","imei1":"182173578734661","imei2":"182173578734661","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153072,"job_number":"JOB_153072","tr_customer_id":153089,"tr_customer_product_id":153079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Caden Keeling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"186833928174921","imei1":"186833928174921","imei2":"186833928174921","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153073,"job_number":"JOB_153073","tr_customer_id":153090,"tr_customer_product_id":153080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Pearline Witting","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140291337641622","imei1":"140291337641622","imei2":"140291337641622","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153089,"job_number":"JOB_153089","tr_customer_id":153106,"tr_customer_product_id":153096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"129686786924475","imei1":"129686786924475","imei2":"129686786924475","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153090,"job_number":"JOB_153090","tr_customer_id":153107,"tr_customer_product_id":153097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Raina Blick","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"118504064178089","imei1":"118504064178089","imei2":"118504064178089","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153091,"job_number":"JOB_153091","tr_customer_id":153108,"tr_customer_product_id":153098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Michael Hudson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128738008478937","imei1":"128738008478937","imei2":"128738008478937","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153092,"job_number":"JOB_153092","tr_customer_id":153109,"tr_customer_product_id":153099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Karlie Towne","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162034816487930","imei1":"162034816487930","imei2":"162034816487930","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153112,"job_number":"JOB_153112","tr_customer_id":153129,"tr_customer_product_id":153119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:09.000Z","modified_at":"2026-01-13T03:51:09.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108845179568721","imei1":"108845179568721","imei2":"108845179568721","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153115,"job_number":"JOB_153115","tr_customer_id":153132,"tr_customer_product_id":153122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"Laverne Thiel","mobile_number":"394-928-2392","email_id":"Emelia_Osinski@yahoo.com","dop":"2025-06-09","serial_number":"107449911204701","imei1":"107449911204701","imei2":"107449911204701","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153126,"job_number":"JOB_153126","tr_customer_id":153143,"tr_customer_product_id":153133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:23.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100493670574337","imei1":"100493670574337","imei2":"100493670574337","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153129,"job_number":"JOB_153129","tr_customer_id":153146,"tr_customer_product_id":153136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Gino Hoppe","mobile_number":"218-849-7578","email_id":"Justine.Hyatt66@yahoo.com","dop":"2025-06-09","serial_number":"105833888639457","imei1":"105833888639457","imei2":"105833888639457","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153145,"job_number":"JOB_153145","tr_customer_id":153162,"tr_customer_product_id":153152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107134574172981","imei1":"107134574172981","imei2":"107134574172981","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153147,"job_number":"JOB_153147","tr_customer_id":153164,"tr_customer_product_id":153154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Howard Jerde","mobile_number":"225-762-0200","email_id":"Fermin.Emmerich@gmail.com","dop":"2025-06-09","serial_number":"103702688840930","imei1":"103702688840930","imei2":"103702688840930","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153315,"job_number":"JOB_153315","tr_customer_id":153332,"tr_customer_product_id":153322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:03.000Z","modified_at":"2026-01-13T06:19:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109231383262124","imei1":"109231383262124","imei2":"109231383262124","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153317,"job_number":"JOB_153317","tr_customer_id":153334,"tr_customer_product_id":153324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:04.000Z","modified_at":"2026-01-13T06:19:04.000Z","name":"Fermin Greenfelder","mobile_number":"955-317-6851","email_id":"Stewart_McDermott@gmail.com","dop":"2025-06-09","serial_number":"103613644269013","imei1":"103613644269013","imei2":"103613644269013","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153318,"job_number":"JOB_153318","tr_customer_id":153335,"tr_customer_product_id":153325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:21.000Z","modified_at":"2026-01-13T06:19:21.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108378338967206","imei1":"108378338967206","imei2":"108378338967206","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153320,"job_number":"JOB_153320","tr_customer_id":153337,"tr_customer_product_id":153327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:22.000Z","modified_at":"2026-01-13T06:19:22.000Z","name":"Aiyana Terry","mobile_number":"244-508-8666","email_id":"Larue48@yahoo.com","dop":"2025-06-09","serial_number":"100018750637698","imei1":"100018750637698","imei2":"100018750637698","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153321,"job_number":"JOB_153321","tr_customer_id":153338,"tr_customer_product_id":153328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101759281341148","imei1":"101759281341148","imei2":"101759281341148","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153323,"job_number":"JOB_153323","tr_customer_id":153340,"tr_customer_product_id":153330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Bella Harber","mobile_number":"687-229-6322","email_id":"Corbin_Spencer@gmail.com","dop":"2025-06-09","serial_number":"100340725009684","imei1":"100340725009684","imei2":"100340725009684","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153386,"job_number":"JOB_153386","tr_customer_id":153403,"tr_customer_product_id":153393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:47.000Z","modified_at":"2026-01-13T06:34:47.000Z","name":"Rocky Kihn","mobile_number":"647-238-4940","email_id":"Christine_OHara58@gmail.com","dop":"2025-12-14","serial_number":"143009261320082","imei1":"143009261320082","imei2":"143009261320082","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153435,"job_number":"JOB_153435","tr_customer_id":153452,"tr_customer_product_id":153442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:44:29.000Z","modified_at":"2026-01-13T06:44:29.000Z","name":"Gennaro Goldner","mobile_number":"672-408-8464","email_id":"Ardith21@yahoo.com","dop":"2025-12-14","serial_number":"167754165732138","imei1":"167754165732138","imei2":"167754165732138","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153436,"job_number":"JOB_153436","tr_customer_id":153453,"tr_customer_product_id":153443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:19.000Z","modified_at":"2026-01-13T06:45:19.000Z","name":"Delfina Romaguera","mobile_number":"669-856-6230","email_id":"Rodrick12@hotmail.com","dop":"2025-12-14","serial_number":"144203005884587","imei1":"144203005884587","imei2":"144203005884587","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153437,"job_number":"JOB_153437","tr_customer_id":153454,"tr_customer_product_id":153444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:55.000Z","modified_at":"2026-01-13T06:45:55.000Z","name":"Jeff Flatley","mobile_number":"980-824-0583","email_id":"Nico51@hotmail.com","dop":"2025-12-14","serial_number":"110431504331280","imei1":"110431504331280","imei2":"110431504331280","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153438,"job_number":"JOB_153438","tr_customer_id":153455,"tr_customer_product_id":153445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:46:45.000Z","modified_at":"2026-01-13T06:46:45.000Z","name":"Paris Kuhlman","mobile_number":"668-305-9525","email_id":"Vern54@yahoo.com","dop":"2025-12-14","serial_number":"154647379634597","imei1":"154647379634597","imei2":"154647379634597","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153464,"job_number":"JOB_153464","tr_customer_id":153481,"tr_customer_product_id":153471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:25:04.000Z","modified_at":"2026-01-13T07:25:04.000Z","name":"Hilda Daniel","mobile_number":"336-787-3623","email_id":"Jessyca.Skiles@yahoo.com","dop":"2025-11-04","serial_number":"74790186277957","imei1":"74790186277957","imei2":"74790186277957","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:25:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153041,"job_number":"JOB_153041","tr_customer_id":153058,"tr_customer_product_id":153048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:01.000Z","modified_at":"2026-01-13T03:50:01.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10771045020908","imei1":"10771045020908","imei2":"10771045020908","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153043,"job_number":"JOB_153043","tr_customer_id":153060,"tr_customer_product_id":153050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:03.000Z","modified_at":"2026-01-13T03:50:03.000Z","name":"Issac Halvorson","mobile_number":"623-899-5283","email_id":"Luciano.Sauer@hotmail.com","dop":"2000-01-31","serial_number":"1039681522645958","imei1":"1039681522645958","imei2":"1039681522645958","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153094,"job_number":"JOB_153094","tr_customer_id":153111,"tr_customer_product_id":153101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:45.000Z","modified_at":"2026-01-13T03:50:45.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10015942569125","imei1":"10015942569125","imei2":"10015942569125","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153096,"job_number":"JOB_153096","tr_customer_id":153113,"tr_customer_product_id":153103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:46.000Z","modified_at":"2026-01-13T03:50:46.000Z","name":"Jarvis Kemmer","mobile_number":"972-753-9216","email_id":"Hilda.Keeling@yahoo.com","dop":"2000-01-31","serial_number":"1020112878943666","imei1":"1020112878943666","imei2":"1020112878943666","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153133,"job_number":"JOB_153133","tr_customer_id":153150,"tr_customer_product_id":153140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10288763450665","imei1":"10288763450665","imei2":"10288763450665","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153137,"job_number":"JOB_153137","tr_customer_id":153154,"tr_customer_product_id":153144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Jabari Stehr","mobile_number":"287-975-7792","email_id":"Gus_Bins67@gmail.com","dop":"2000-01-31","serial_number":"1098414206692260","imei1":"1098414206692260","imei2":"1098414206692260","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153165,"job_number":"JOB_153165","tr_customer_id":153182,"tr_customer_product_id":153172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10841115840820","imei1":"10841115840820","imei2":"10841115840820","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153168,"job_number":"JOB_153168","tr_customer_id":153185,"tr_customer_product_id":153175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:12.000Z","modified_at":"2026-01-13T03:52:12.000Z","name":"Jermaine Zulauf","mobile_number":"918-227-4575","email_id":"Lincoln.Gottlieb@yahoo.com","dop":"2000-01-31","serial_number":"1027394656263062","imei1":"1027394656263062","imei2":"1027394656263062","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153375,"job_number":"JOB_153375","tr_customer_id":153392,"tr_customer_product_id":153382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:24.000Z","modified_at":"2026-01-13T06:34:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10959448393593","imei1":"10959448393593","imei2":"10959448393593","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153377,"job_number":"JOB_153377","tr_customer_id":153394,"tr_customer_product_id":153384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:26.000Z","modified_at":"2026-01-13T06:34:26.000Z","name":"Tyree Ritchie","mobile_number":"491-439-3683","email_id":"Kim_Pouros@hotmail.com","dop":"2000-01-31","serial_number":"1061851432109229","imei1":"1061851432109229","imei2":"1061851432109229","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153387,"job_number":"JOB_153387","tr_customer_id":153404,"tr_customer_product_id":153394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:05.000Z","modified_at":"2026-01-13T06:35:05.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10678535364811","imei1":"10678535364811","imei2":"10678535364811","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153389,"job_number":"JOB_153389","tr_customer_id":153406,"tr_customer_product_id":153396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:07.000Z","modified_at":"2026-01-13T06:35:07.000Z","name":"Modesta Spinka","mobile_number":"615-484-8860","email_id":"Titus.Pacocha@yahoo.com","dop":"2000-01-31","serial_number":"1007142660208962","imei1":"1007142660208962","imei2":"1007142660208962","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153404,"job_number":"JOB_153404","tr_customer_id":153421,"tr_customer_product_id":153411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:45.000Z","modified_at":"2026-01-13T06:35:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10727612053937","imei1":"10727612053937","imei2":"10727612053937","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153406,"job_number":"JOB_153406","tr_customer_id":153423,"tr_customer_product_id":153413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:47.000Z","modified_at":"2026-01-13T06:35:47.000Z","name":"Tristin Ryan","mobile_number":"731-841-8579","email_id":"Malvina_Botsford@gmail.com","dop":"2000-01-31","serial_number":"1040407565557196","imei1":"1040407565557196","imei2":"1040407565557196","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153415,"job_number":"JOB_153415","tr_customer_id":153432,"tr_customer_product_id":153422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:25.000Z","modified_at":"2026-01-13T06:36:25.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10674195446428","imei1":"10674195446428","imei2":"10674195446428","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153418,"job_number":"JOB_153418","tr_customer_id":153435,"tr_customer_product_id":153425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:27.000Z","modified_at":"2026-01-13T06:36:27.000Z","name":"Rebecca Beatty","mobile_number":"599-283-0498","email_id":"Rachel_Corwin@gmail.com","dop":"2000-01-31","serial_number":"1098154260216714","imei1":"1098154260216714","imei2":"1098154260216714","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDl9.7jAqnoAy0sCPPfBpmnDLDHDFJpx6_PTYZ8LDF_teCxM |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 4bdae23f-9f35-4c6b-9da6-e018d9a3c69c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 866 |
| ETag | W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:11 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"job_id":99821,"engineer_id":17}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDl9.7jAqnoAy0sCPPfBpmnDLDHDFJpx6_PTYZ8LDF_teCxM |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | e7f87695-c098-4a79-84f6-d4951632b68b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 49 |
{
"job_id": 153464,
"engineer_id": 2
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 54 |
| ETag | W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:11 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Engineer assigned successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDl9.7jAqnoAy0sCPPfBpmnDLDHDFJpx6_PTYZ8LDF_teCxM |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 777144ef-ee0e-4885-aec6-c970fa0c4b88 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"54a31-tjVdq8wBMCp87vDtGngm8jlkltY" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:25:11 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":152945,"job_number":"JOB_152945","tr_customer_id":152962,"tr_customer_product_id":152952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:04.000Z","modified_at":"2026-01-12T21:41:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16444528275127","imei1":"16444528275127","imei2":"16444528275127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152947,"job_number":"JOB_152947","tr_customer_id":152964,"tr_customer_product_id":152954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:06.000Z","modified_at":"2026-01-12T21:41:06.000Z","name":"Sibyl O'Connell","mobile_number":"864-508-7178","email_id":"Lera6@hotmail.com","dop":"2025-04-06","serial_number":"12161968684743364","imei1":"12161968684743364","imei2":"12161968684743364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152948,"job_number":"JOB_152948","tr_customer_id":152965,"tr_customer_product_id":152955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:45.000Z","modified_at":"2026-01-12T21:41:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19073498794923","imei1":"19073498794923","imei2":"19073498794923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152950,"job_number":"JOB_152950","tr_customer_id":152967,"tr_customer_product_id":152957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:47.000Z","modified_at":"2026-01-12T21:41:47.000Z","name":"Aurore Hilll","mobile_number":"316-283-2109","email_id":"Johnathan_Howell@gmail.com","dop":"2025-04-06","serial_number":"19191826310946700","imei1":"19191826310946700","imei2":"19191826310946700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152951,"job_number":"JOB_152951","tr_customer_id":152968,"tr_customer_product_id":152958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:42:26.000Z","modified_at":"2026-01-12T21:42:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13119127811699","imei1":"13119127811699","imei2":"13119127811699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:42:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152953,"job_number":"JOB_152953","tr_customer_id":152970,"tr_customer_product_id":152960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:42:28.000Z","modified_at":"2026-01-12T21:42:28.000Z","name":"Janessa Greenfelder","mobile_number":"677-558-2956","email_id":"Idella85@yahoo.com","dop":"2025-04-06","serial_number":"14365178523919976","imei1":"14365178523919976","imei2":"14365178523919976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152954,"job_number":"JOB_152954","tr_customer_id":152971,"tr_customer_product_id":152961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:34:30.000Z","modified_at":"2026-01-12T23:34:30.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-02","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-02T23:34:29.692521461Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:34:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152955,"job_number":"JOB_152955","tr_customer_id":152972,"tr_customer_product_id":152962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:34:30.000Z","modified_at":"2026-01-12T23:34:30.000Z","name":"Lakshmidhar Ahuja","mobile_number":"7060765524","email_id":"darshwana.kaur@yahoo.co.in","dop":"2026-01-02","serial_number":"555718812455204","imei1":"555718812455204","imei2":"555718812455204","popurl":"www.deevakar-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:34:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152956,"job_number":"JOB_152956","tr_customer_id":152973,"tr_customer_product_id":152963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:36:56.000Z","modified_at":"2026-01-12T23:36:56.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-02","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-02T23:36:55.697260513Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152957,"job_number":"JOB_152957","tr_customer_id":152974,"tr_customer_product_id":152964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:13:56.000Z","modified_at":"2026-01-13T00:13:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"01124567894665","imei1":"01124567894665","imei2":"01124567894665","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:13:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152961,"job_number":"JOB_152961","tr_customer_id":152978,"tr_customer_product_id":152968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:59:07.000Z","modified_at":"2026-01-13T00:59:07.000Z","name":"Duncan Hamill","mobile_number":"825-616-1411","email_id":"Lizzie_Kohler@yahoo.com","dop":"2025-10-12","serial_number":"1005687804592704","imei1":"1005687804592704","imei2":"1005687804592704","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152963,"job_number":"JOB_152963","tr_customer_id":152980,"tr_customer_product_id":152970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:22:03.000Z","modified_at":"2026-01-13T01:22:03.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2026-01-03","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2026-01-03T01:22:03.107431112Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152978,"job_number":"JOB_152978","tr_customer_id":152995,"tr_customer_product_id":152985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:14.000Z","modified_at":"2026-01-13T03:08:14.000Z","name":"Geraldine Lubowitz","mobile_number":"467-229-6632","email_id":"Hazel30@gmail.com","dop":"2025-04-06","serial_number":"12233429785513206","imei1":"12233429785513206","imei2":"12233429785513206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152980,"job_number":"JOB_152980","tr_customer_id":152997,"tr_customer_product_id":152987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:47.000Z","modified_at":"2026-01-13T03:08:47.000Z","name":"Augusta Hilpert","mobile_number":"999-471-9071","email_id":"Jude88@gmail.com","dop":"2025-04-06","serial_number":"15043299492058636","imei1":"15043299492058636","imei2":"15043299492058636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152982,"job_number":"JOB_152982","tr_customer_id":152999,"tr_customer_product_id":152989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:09:21.000Z","modified_at":"2026-01-13T03:09:21.000Z","name":"Hassan Yost","mobile_number":"264-378-4605","email_id":"Eulalia_Stark@hotmail.com","dop":"2025-04-06","serial_number":"17154142032826798","imei1":"17154142032826798","imei2":"17154142032826798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:09:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152986,"job_number":"JOB_152986","tr_customer_id":153003,"tr_customer_product_id":152993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:31.000Z","modified_at":"2026-01-13T03:48:31.000Z","name":"Jeffery Konopelski","mobile_number":"984-952-2139","email_id":"Delia50@gmail.com","dop":"2025-04-06","serial_number":"10013235749073844","imei1":"10013235749073844","imei2":"10013235749073844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152988,"job_number":"JOB_152988","tr_customer_id":153005,"tr_customer_product_id":152995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:38.000Z","modified_at":"2026-01-13T03:48:38.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11880112270859","imei1":"11880112270859","imei2":"11880112270859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152990,"job_number":"JOB_152990","tr_customer_id":153007,"tr_customer_product_id":152997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:40.000Z","modified_at":"2026-01-13T03:48:40.000Z","name":"Kyleigh Johnston","mobile_number":"392-597-6881","email_id":"Dorothea.Bogisich85@hotmail.com","dop":"2025-04-06","serial_number":"12920132890083952","imei1":"12920132890083952","imei2":"12920132890083952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152991,"job_number":"JOB_152991","tr_customer_id":153008,"tr_customer_product_id":152998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:08.000Z","modified_at":"2026-01-13T03:49:08.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10450777953251","imei1":"10450777953251","imei2":"10450777953251","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152993,"job_number":"JOB_152993","tr_customer_id":153010,"tr_customer_product_id":153000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:09.000Z","modified_at":"2026-01-13T03:49:09.000Z","name":"Karine Lebsack","mobile_number":"977-381-7576","email_id":"Luther51@hotmail.com","dop":"2025-06-18","serial_number":"1042195630777838","imei1":"1042195630777838","imei2":"1042195630777838","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152996,"job_number":"JOB_152996","tr_customer_id":153013,"tr_customer_product_id":153003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:14.000Z","modified_at":"2026-01-13T03:49:14.000Z","name":"Alison Hamill","mobile_number":"745-240-9299","email_id":"Jarrett.Graham65@yahoo.com","dop":"2025-04-06","serial_number":"15194139488119204","imei1":"15194139488119204","imei2":"15194139488119204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152998,"job_number":"JOB_152998","tr_customer_id":153015,"tr_customer_product_id":153005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:15.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Morgan Zemlak","mobile_number":"773-714-6804","email_id":"Lexi.Reilly93@yahoo.com","dop":"2025-04-06","serial_number":"18176075426418570","imei1":"18176075426418570","imei2":"18176075426418570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152999,"job_number":"JOB_152999","tr_customer_id":153016,"tr_customer_product_id":153006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:16.000Z","modified_at":"2026-01-13T03:49:16.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19071431659130","imei1":"19071431659130","imei2":"19071431659130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153001,"job_number":"JOB_153001","tr_customer_id":153018,"tr_customer_product_id":153008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:17.000Z","modified_at":"2026-01-13T03:49:17.000Z","name":"Ethyl Murphy","mobile_number":"526-816-1746","email_id":"Faye52@gmail.com","dop":"2025-04-06","serial_number":"14574128161791344","imei1":"14574128161791344","imei2":"14574128161791344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153002,"job_number":"JOB_153002","tr_customer_id":153019,"tr_customer_product_id":153009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:18.000Z","modified_at":"2026-01-13T03:49:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19225349064885","imei1":"19225349064885","imei2":"19225349064885","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153004,"job_number":"JOB_153004","tr_customer_id":153021,"tr_customer_product_id":153011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:19.000Z","modified_at":"2026-01-13T03:49:19.000Z","name":"Nettie Witting","mobile_number":"815-907-1531","email_id":"Virginie74@hotmail.com","dop":"2025-04-06","serial_number":"10601861065443798","imei1":"10601861065443798","imei2":"10601861065443798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153005,"job_number":"JOB_153005","tr_customer_id":153022,"tr_customer_product_id":153012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:21.000Z","modified_at":"2026-01-13T03:49:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11549932616810","imei1":"11549932616810","imei2":"11549932616810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153007,"job_number":"JOB_153007","tr_customer_id":153024,"tr_customer_product_id":153014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:22.000Z","modified_at":"2026-01-13T03:49:22.000Z","name":"Wendy Ziemann","mobile_number":"956-538-3965","email_id":"Lonny.White@gmail.com","dop":"2025-04-06","serial_number":"14865650404964128","imei1":"14865650404964128","imei2":"14865650404964128","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153009,"job_number":"JOB_153009","tr_customer_id":153026,"tr_customer_product_id":153016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:27.000Z","modified_at":"2026-01-13T03:49:27.000Z","name":"Gonzalo Daniel","mobile_number":"726-437-9061","email_id":"Kaylee6@gmail.com","dop":"2025-04-06","serial_number":"11273833509541268","imei1":"11273833509541268","imei2":"11273833509541268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153012,"job_number":"JOB_153012","tr_customer_id":153029,"tr_customer_product_id":153019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:34.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"Andreanne Cassin","mobile_number":"739-516-5141","email_id":"Jarvis_Keebler@gmail.com","dop":"2025-04-06","serial_number":"13213391237709272","imei1":"13213391237709272","imei2":"13213391237709272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153013,"job_number":"JOB_153013","tr_customer_id":153030,"tr_customer_product_id":153020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:35.000Z","modified_at":"2026-01-13T03:49:35.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15564773480890","imei1":"15564773480890","imei2":"15564773480890","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153014,"job_number":"JOB_153014","tr_customer_id":153031,"tr_customer_product_id":153021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:36.000Z","modified_at":"2026-01-13T03:49:36.000Z","name":"Genevieve Christiansen","mobile_number":"609-220-8540","email_id":"Kavon18@gmail.com","dop":"2025-09-16","serial_number":"18835594473873","imei1":"18835594473873","imei2":"18835594473873","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153015,"job_number":"JOB_153015","tr_customer_id":153032,"tr_customer_product_id":153022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:38.000Z","modified_at":"2026-01-13T03:49:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19813392024704","imei1":"19813392024704","imei2":"19813392024704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153017,"job_number":"JOB_153017","tr_customer_id":153034,"tr_customer_product_id":153024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Kitty Lueilwitz","mobile_number":"646-749-9591","email_id":"Rosamond35@gmail.com","dop":"2025-09-09","serial_number":"11462213309292","imei1":"11462213309292","imei2":"11462213309292","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153018,"job_number":"JOB_153018","tr_customer_id":153035,"tr_customer_product_id":153025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Evie Treutel","mobile_number":"906-222-6390","email_id":"Barrett13@gmail.com","dop":"2025-09-09","serial_number":"14848928990324","imei1":"14848928990324","imei2":"14848928990324","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153020,"job_number":"JOB_153020","tr_customer_id":153037,"tr_customer_product_id":153027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:40.000Z","modified_at":"2026-01-13T03:49:40.000Z","name":"Violet Ebert","mobile_number":"593-518-3750","email_id":"Otilia_Moore@yahoo.com","dop":"2025-04-06","serial_number":"17674437261519444","imei1":"17674437261519444","imei2":"17674437261519444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153021,"job_number":"JOB_153021","tr_customer_id":153038,"tr_customer_product_id":153028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:47.000Z","modified_at":"2026-01-13T03:49:47.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10778763278278","imei1":"10778763278278","imei2":"10778763278278","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153023,"job_number":"JOB_153023","tr_customer_id":153040,"tr_customer_product_id":153030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:48.000Z","modified_at":"2026-01-13T03:49:48.000Z","name":"Sadie Armstrong","mobile_number":"908-507-8196","email_id":"Rebeca.Lynch47@yahoo.com","dop":"2025-06-18","serial_number":"1053385808139450","imei1":"1053385808139450","imei2":"1053385808139450","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153025,"job_number":"JOB_153025","tr_customer_id":153042,"tr_customer_product_id":153032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:52.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Skyla Keeling","mobile_number":"875-901-9572","email_id":"Adah.Abernathy10@yahoo.com","dop":"2025-09-09","serial_number":"15288842733007","imei1":"15288842733007","imei2":"15288842733007","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153026,"job_number":"JOB_153026","tr_customer_id":153043,"tr_customer_product_id":153033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16528922137835","imei1":"16528922137835","imei2":"16528922137835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153027,"job_number":"JOB_153027","tr_customer_id":153044,"tr_customer_product_id":153034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Genesis Hudson","mobile_number":"545-745-3246","email_id":"Delpha75@gmail.com","dop":"2025-09-09","serial_number":"19428872260199","imei1":"19428872260199","imei2":"19428872260199","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153029,"job_number":"JOB_153029","tr_customer_id":153046,"tr_customer_product_id":153036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Brock Gorczany","mobile_number":"250-398-4087","email_id":"Kory.Jacobs46@yahoo.com","dop":"2025-09-09","serial_number":"15093671361032","imei1":"15093671361032","imei2":"15093671361032","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153031,"job_number":"JOB_153031","tr_customer_id":153048,"tr_customer_product_id":153038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Jarvis Rath","mobile_number":"996-571-4584","email_id":"Elisha7@gmail.com","dop":"2025-09-09","serial_number":"10254687094207","imei1":"10254687094207","imei2":"10254687094207","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153032,"job_number":"JOB_153032","tr_customer_id":153049,"tr_customer_product_id":153039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Ona Rodriguez","mobile_number":"842-374-7408","email_id":"Rhianna_Hauck41@hotmail.com","dop":"2025-04-06","serial_number":"18081435645439704","imei1":"18081435645439704","imei2":"18081435645439704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153033,"job_number":"JOB_153033","tr_customer_id":153050,"tr_customer_product_id":153040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Rosalyn Hilpert","mobile_number":"896-465-3399","email_id":"Moses.Grady@yahoo.com","dop":"2025-09-09","serial_number":"17091861974159","imei1":"17091861974159","imei2":"17091861974159","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153036,"job_number":"JOB_153036","tr_customer_id":153053,"tr_customer_product_id":153043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:55.000Z","modified_at":"2026-01-13T03:49:55.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"18060098958557","imei1":"18060098958557","imei2":"18060098958557","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153037,"job_number":"JOB_153037","tr_customer_id":153054,"tr_customer_product_id":153044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:56.000Z","modified_at":"2026-01-13T03:49:56.000Z","name":"Noemy Ullrich","mobile_number":"831-724-5885","email_id":"Sarah.Koch@gmail.com","dop":"2025-09-16","serial_number":"19292304559775","imei1":"19292304559775","imei2":"19292304559775","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153038,"job_number":"JOB_153038","tr_customer_id":153055,"tr_customer_product_id":153045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:57.000Z","modified_at":"2026-01-13T03:49:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16171685555591","imei1":"16171685555591","imei2":"16171685555591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153040,"job_number":"JOB_153040","tr_customer_id":153057,"tr_customer_product_id":153047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:59.000Z","modified_at":"2026-01-13T03:49:59.000Z","name":"Watson Rempel","mobile_number":"556-493-8063","email_id":"Gage_Pollich19@yahoo.com","dop":"2025-04-06","serial_number":"16134003839228460","imei1":"16134003839228460","imei2":"16134003839228460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153044,"job_number":"JOB_153044","tr_customer_id":153061,"tr_customer_product_id":153051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:04.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10083490726550","imei1":"10083490726550","imei2":"10083490726550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153046,"job_number":"JOB_153046","tr_customer_id":153063,"tr_customer_product_id":153053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:05.000Z","modified_at":"2026-01-13T03:50:05.000Z","name":"Bethel McLaughlin","mobile_number":"598-945-2245","email_id":"Shakira.Schuster75@yahoo.com","dop":"2025-04-06","serial_number":"14937021882346436","imei1":"14937021882346436","imei2":"14937021882346436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153048,"job_number":"JOB_153048","tr_customer_id":153065,"tr_customer_product_id":153055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:08.000Z","modified_at":"2026-01-13T03:50:08.000Z","name":"April Treutel","mobile_number":"420-895-4874","email_id":"Tiara_Simonis@yahoo.com","dop":"2025-09-09","serial_number":"16286577028714","imei1":"16286577028714","imei2":"16286577028714","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153049,"job_number":"JOB_153049","tr_customer_id":153066,"tr_customer_product_id":153056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Albertha Johns","mobile_number":"411-980-4646","email_id":"Margot_Bruen20@gmail.com","dop":"2025-09-09","serial_number":"15781439813235","imei1":"15781439813235","imei2":"15781439813235","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153050,"job_number":"JOB_153050","tr_customer_id":153067,"tr_customer_product_id":153057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nelda Hills","mobile_number":"204-244-7851","email_id":"Alta.Baumbach59@hotmail.com","dop":"2025-09-09","serial_number":"12705447284041","imei1":"12705447284041","imei2":"12705447284041","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153051,"job_number":"JOB_153051","tr_customer_id":153068,"tr_customer_product_id":153058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Isabell Botsford","mobile_number":"756-667-9480","email_id":"Michele68@gmail.com","dop":"2025-09-09","serial_number":"19469016127033","imei1":"19469016127033","imei2":"19469016127033","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153052,"job_number":"JOB_153052","tr_customer_id":153069,"tr_customer_product_id":153059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nathanial Jast","mobile_number":"924-711-3457","email_id":"Gunnar.Walsh@yahoo.com","dop":"2025-09-09","serial_number":"10391829021392","imei1":"10391829021392","imei2":"10391829021392","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153056,"job_number":"JOB_153056","tr_customer_id":153073,"tr_customer_product_id":153063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:11.000Z","modified_at":"2026-01-13T03:50:11.000Z","name":"Keeley Bode","mobile_number":"394-649-9827","email_id":"Evans.Paucek82@yahoo.com","dop":"2025-05-30","serial_number":"17230963683630","imei1":"17230963683630","imei2":"17230963683630","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153057,"job_number":"JOB_153057","tr_customer_id":153074,"tr_customer_product_id":153064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:12.000Z","modified_at":"2026-01-13T03:50:12.000Z","name":"Karlie Dickinson","mobile_number":"714-317-8229","email_id":"Hanna.Cruickshank92@gmail.com","dop":"2025-05-30","serial_number":"1031496690652217","imei1":"1031496690652217","imei2":"1031496690652217","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153058,"job_number":"JOB_153058","tr_customer_id":153075,"tr_customer_product_id":153065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:15.000Z","modified_at":"2026-01-13T03:50:15.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18771789001924","imei1":"18771789001924","imei2":"18771789001924","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153059,"job_number":"JOB_153059","tr_customer_id":153076,"tr_customer_product_id":153066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:16.000Z","modified_at":"2026-01-13T03:50:16.000Z","name":"Gina Schulist","mobile_number":"928-944-7730","email_id":"Gerald_Hills31@yahoo.com","dop":"2025-09-16","serial_number":"11005054118814","imei1":"11005054118814","imei2":"11005054118814","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153060,"job_number":"JOB_153060","tr_customer_id":153077,"tr_customer_product_id":153067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:18.000Z","modified_at":"2026-01-13T03:50:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13822944721277","imei1":"13822944721277","imei2":"13822944721277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153062,"job_number":"JOB_153062","tr_customer_id":153079,"tr_customer_product_id":153069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:20.000Z","modified_at":"2026-01-13T03:50:20.000Z","name":"Cynthia Graham","mobile_number":"603-611-6067","email_id":"Judson.Kuhlman34@yahoo.com","dop":"2025-04-06","serial_number":"14760525474247120","imei1":"14760525474247120","imei2":"14760525474247120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153063,"job_number":"JOB_153063","tr_customer_id":153080,"tr_customer_product_id":153070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13096219447386","imei1":"13096219447386","imei2":"13096219447386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153064,"job_number":"JOB_153064","tr_customer_id":153081,"tr_customer_product_id":153071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Avis Durgan","mobile_number":"912-805-0170","email_id":"Selina.Herzog33@hotmail.com","dop":"2025-09-09","serial_number":"16356015097685","imei1":"16356015097685","imei2":"16356015097685","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153066,"job_number":"JOB_153066","tr_customer_id":153083,"tr_customer_product_id":153073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Cullen Predovic","mobile_number":"282-933-3045","email_id":"America.Wisozk51@hotmail.com","dop":"2025-09-09","serial_number":"19108774208927","imei1":"19108774208927","imei2":"19108774208927","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153067,"job_number":"JOB_153067","tr_customer_id":153084,"tr_customer_product_id":153074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:25.000Z","modified_at":"2026-01-13T03:50:25.000Z","name":"Milan Miller","mobile_number":"790-657-9980","email_id":"Kris16@yahoo.com","dop":"2025-09-09","serial_number":"11200593074184","imei1":"11200593074184","imei2":"11200593074184","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153069,"job_number":"JOB_153069","tr_customer_id":153086,"tr_customer_product_id":153076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:26.000Z","modified_at":"2026-01-13T03:50:26.000Z","name":"Jailyn Murray","mobile_number":"833-564-9185","email_id":"Lauren.Kuphal85@gmail.com","dop":"2025-04-06","serial_number":"12812647535142484","imei1":"12812647535142484","imei2":"12812647535142484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153074,"job_number":"JOB_153074","tr_customer_id":153091,"tr_customer_product_id":153081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:32.000Z","modified_at":"2026-01-13T03:50:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13844552556611","imei1":"13844552556611","imei2":"13844552556611","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153076,"job_number":"JOB_153076","tr_customer_id":153093,"tr_customer_product_id":153083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:34.000Z","modified_at":"2026-01-13T03:50:34.000Z","name":"Kaitlin Windler","mobile_number":"201-669-5785","email_id":"Sienna_Corkery85@gmail.com","dop":"2025-04-06","serial_number":"10440709278762594","imei1":"10440709278762594","imei2":"10440709278762594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153077,"job_number":"JOB_153077","tr_customer_id":153094,"tr_customer_product_id":153084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:36.000Z","modified_at":"2026-01-13T03:50:36.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14210164826325","imei1":"14210164826325","imei2":"14210164826325","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153080,"job_number":"JOB_153080","tr_customer_id":153097,"tr_customer_product_id":153087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19224335783664","imei1":"19224335783664","imei2":"19224335783664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153082,"job_number":"JOB_153082","tr_customer_id":153099,"tr_customer_product_id":153089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18445398425976","imei1":"18445398425976","imei2":"18445398425976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153084,"job_number":"JOB_153084","tr_customer_id":153101,"tr_customer_product_id":153091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Amir Spencer","mobile_number":"738-414-9550","email_id":"Mario_Bogan67@yahoo.com","dop":"2025-04-06","serial_number":"11935463815113542","imei1":"11935463815113542","imei2":"11935463815113542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153085,"job_number":"JOB_153085","tr_customer_id":153102,"tr_customer_product_id":153092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Faustino Langworth","mobile_number":"250-265-0398","email_id":"Korbin_Ankunding39@yahoo.com","dop":"2025-04-06","serial_number":"16078364766113880","imei1":"16078364766113880","imei2":"16078364766113880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153086,"job_number":"JOB_153086","tr_customer_id":153103,"tr_customer_product_id":153093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"Jeanette Grady","mobile_number":"316-608-4183","email_id":"Jadyn_OHara16@gmail.com","dop":"2025-04-06","serial_number":"19153294343452520","imei1":"19153294343452520","imei2":"19153294343452520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153087,"job_number":"JOB_153087","tr_customer_id":153104,"tr_customer_product_id":153094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13173564929167","imei1":"13173564929167","imei2":"13173564929167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153093,"job_number":"JOB_153093","tr_customer_id":153110,"tr_customer_product_id":153100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Darrick Brown","mobile_number":"276-943-9247","email_id":"Opal2@hotmail.com","dop":"2025-04-06","serial_number":"16541453210419996","imei1":"16541453210419996","imei2":"16541453210419996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153097,"job_number":"JOB_153097","tr_customer_id":153114,"tr_customer_product_id":153104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18999790093893","imei1":"18999790093893","imei2":"18999790093893","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153098,"job_number":"JOB_153098","tr_customer_id":153115,"tr_customer_product_id":153105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10419869269352","imei1":"10419869269352","imei2":"10419869269352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153099,"job_number":"JOB_153099","tr_customer_id":153116,"tr_customer_product_id":153106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18067897014023","imei1":"18067897014023","imei2":"18067897014023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153103,"job_number":"JOB_153103","tr_customer_id":153120,"tr_customer_product_id":153110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Kaleigh Flatley","mobile_number":"570-357-2377","email_id":"Brayan.Spencer@yahoo.com","dop":"2025-04-06","serial_number":"18438963295359948","imei1":"18438963295359948","imei2":"18438963295359948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153104,"job_number":"JOB_153104","tr_customer_id":153121,"tr_customer_product_id":153111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Enid Kris","mobile_number":"437-791-7523","email_id":"Fermin.Muller95@hotmail.com","dop":"2025-04-06","serial_number":"13143860045647592","imei1":"13143860045647592","imei2":"13143860045647592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153105,"job_number":"JOB_153105","tr_customer_id":153122,"tr_customer_product_id":153112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Jayne Schuppe","mobile_number":"745-966-7108","email_id":"Susana.Predovic10@hotmail.com","dop":"2025-04-06","serial_number":"14304569801109850","imei1":"14304569801109850","imei2":"14304569801109850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153106,"job_number":"JOB_153106","tr_customer_id":153123,"tr_customer_product_id":153113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:57.000Z","modified_at":"2026-01-13T03:50:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13701174672689","imei1":"13701174672689","imei2":"13701174672689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153108,"job_number":"JOB_153108","tr_customer_id":153125,"tr_customer_product_id":153115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"Etha Gorczany","mobile_number":"549-498-0752","email_id":"Karl64@yahoo.com","dop":"2025-04-06","serial_number":"11905239359408752","imei1":"11905239359408752","imei2":"11905239359408752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153109,"job_number":"JOB_153109","tr_customer_id":153126,"tr_customer_product_id":153116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16851118059558","imei1":"16851118059558","imei2":"16851118059558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153111,"job_number":"JOB_153111","tr_customer_id":153128,"tr_customer_product_id":153118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:00.000Z","modified_at":"2026-01-13T03:51:00.000Z","name":"Jacklyn Hoppe","mobile_number":"782-304-3329","email_id":"Beth.Stracke90@hotmail.com","dop":"2025-04-06","serial_number":"11949546922932804","imei1":"11949546922932804","imei2":"11949546922932804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153114,"job_number":"JOB_153114","tr_customer_id":153131,"tr_customer_product_id":153121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16475215694770","imei1":"16475215694770","imei2":"16475215694770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153117,"job_number":"JOB_153117","tr_customer_id":153134,"tr_customer_product_id":153124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:11.000Z","modified_at":"2026-01-13T03:51:11.000Z","name":"Lacy Block","mobile_number":"786-394-6562","email_id":"Jennifer.Reilly@gmail.com","dop":"2025-04-06","serial_number":"17579672354579640","imei1":"17579672354579640","imei2":"17579672354579640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153118,"job_number":"JOB_153118","tr_customer_id":153135,"tr_customer_product_id":153125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:17.000Z","modified_at":"2026-01-13T03:51:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18976150243856","imei1":"18976150243856","imei2":"18976150243856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153120,"job_number":"JOB_153120","tr_customer_id":153137,"tr_customer_product_id":153127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:19.000Z","modified_at":"2026-01-13T03:51:19.000Z","name":"Jerry Friesen","mobile_number":"518-345-9827","email_id":"Adelia_Hettinger2@gmail.com","dop":"2025-04-06","serial_number":"17307083703358260","imei1":"17307083703358260","imei2":"17307083703358260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153121,"job_number":"JOB_153121","tr_customer_id":153138,"tr_customer_product_id":153128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:20.000Z","modified_at":"2026-01-13T03:51:20.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14419795897250","imei1":"14419795897250","imei2":"14419795897250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153123,"job_number":"JOB_153123","tr_customer_id":153140,"tr_customer_product_id":153130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:21.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Peter Hilpert","mobile_number":"897-986-7560","email_id":"Judson21@gmail.com","dop":"2025-04-06","serial_number":"10289533883965028","imei1":"10289533883965028","imei2":"10289533883965028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153124,"job_number":"JOB_153124","tr_customer_id":153141,"tr_customer_product_id":153131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:22.000Z","modified_at":"2026-01-13T03:51:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16928359501430","imei1":"16928359501430","imei2":"16928359501430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153128,"job_number":"JOB_153128","tr_customer_id":153145,"tr_customer_product_id":153135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Emily Jerde","mobile_number":"869-493-5374","email_id":"Tara_McGlynn@gmail.com","dop":"2025-04-06","serial_number":"14302115476753244","imei1":"14302115476753244","imei2":"14302115476753244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153130,"job_number":"JOB_153130","tr_customer_id":153147,"tr_customer_product_id":153137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16010550654542","imei1":"16010550654542","imei2":"16010550654542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153132,"job_number":"JOB_153132","tr_customer_id":153149,"tr_customer_product_id":153139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:26.000Z","modified_at":"2026-01-13T03:51:26.000Z","name":"Callie Christiansen","mobile_number":"444-371-4512","email_id":"Aniyah_Fahey@hotmail.com","dop":"2025-04-06","serial_number":"17713763706513330","imei1":"17713763706513330","imei2":"17713763706513330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153134,"job_number":"JOB_153134","tr_customer_id":153151,"tr_customer_product_id":153141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18716729802145","imei1":"18716729802145","imei2":"18716729802145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153138,"job_number":"JOB_153138","tr_customer_id":153155,"tr_customer_product_id":153145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Alvis Cartwright","mobile_number":"529-857-4653","email_id":"Nina_Durgan@hotmail.com","dop":"2025-04-06","serial_number":"13116854987603646","imei1":"13116854987603646","imei2":"13116854987603646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153139,"job_number":"JOB_153139","tr_customer_id":153156,"tr_customer_product_id":153146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:30.000Z","modified_at":"2026-01-13T03:51:30.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14023860338983","imei1":"14023860338983","imei2":"14023860338983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153141,"job_number":"JOB_153141","tr_customer_id":153158,"tr_customer_product_id":153148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:31.000Z","modified_at":"2026-01-13T03:51:31.000Z","name":"Lori O'Keefe","mobile_number":"466-664-1135","email_id":"Ona_Christiansen@hotmail.com","dop":"2025-04-06","serial_number":"17437709589776542","imei1":"17437709589776542","imei2":"17437709589776542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153142,"job_number":"JOB_153142","tr_customer_id":153159,"tr_customer_product_id":153149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:35.000Z","modified_at":"2026-01-13T03:51:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13593104213416","imei1":"13593104213416","imei2":"13593104213416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153144,"job_number":"JOB_153144","tr_customer_id":153161,"tr_customer_product_id":153151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:36.000Z","modified_at":"2026-01-13T03:51:36.000Z","name":"Consuelo Schuster","mobile_number":"901-743-1013","email_id":"Fabian82@hotmail.com","dop":"2025-04-06","serial_number":"12261540853864804","imei1":"12261540853864804","imei2":"12261540853864804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153148,"job_number":"JOB_153148","tr_customer_id":153165,"tr_customer_product_id":153155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:39.000Z","modified_at":"2026-01-13T03:51:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17475014846148","imei1":"17475014846148","imei2":"17475014846148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153150,"job_number":"JOB_153150","tr_customer_id":153167,"tr_customer_product_id":153157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:41.000Z","modified_at":"2026-01-13T03:51:41.000Z","name":"Elwyn Leffler","mobile_number":"327-674-7261","email_id":"Dina5@hotmail.com","dop":"2025-04-06","serial_number":"16511833796415536","imei1":"16511833796415536","imei2":"16511833796415536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153151,"job_number":"JOB_153151","tr_customer_id":153168,"tr_customer_product_id":153158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10130165355224","imei1":"10130165355224","imei2":"10130165355224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153152,"job_number":"JOB_153152","tr_customer_id":153169,"tr_customer_product_id":153159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11115597249717","imei1":"11115597249717","imei2":"11115597249717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153155,"job_number":"JOB_153155","tr_customer_id":153172,"tr_customer_product_id":153162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:04.000Z","modified_at":"2026-01-13T03:52:04.000Z","name":"Elyse Kutch","mobile_number":"645-761-8893","email_id":"Priscilla.Witting@hotmail.com","dop":"2025-04-06","serial_number":"18340930470477076","imei1":"18340930470477076","imei2":"18340930470477076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153156,"job_number":"JOB_153156","tr_customer_id":153173,"tr_customer_product_id":153163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:05.000Z","modified_at":"2026-01-13T03:52:05.000Z","name":"Oleta Emard","mobile_number":"222-876-0291","email_id":"Kylee.Mann@hotmail.com","dop":"2025-04-06","serial_number":"18636482248472350","imei1":"18636482248472350","imei2":"18636482248472350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153157,"job_number":"JOB_153157","tr_customer_id":153174,"tr_customer_product_id":153164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:07.000Z","modified_at":"2026-01-13T03:52:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13985051678366","imei1":"13985051678366","imei2":"13985051678366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153159,"job_number":"JOB_153159","tr_customer_id":153176,"tr_customer_product_id":153166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:08.000Z","modified_at":"2026-01-13T03:52:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17578726537565","imei1":"17578726537565","imei2":"17578726537565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153161,"job_number":"JOB_153161","tr_customer_id":153178,"tr_customer_product_id":153168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:09.000Z","modified_at":"2026-01-13T03:52:09.000Z","name":"Ezekiel Lindgren","mobile_number":"377-339-2399","email_id":"Zora43@hotmail.com","dop":"2025-04-06","serial_number":"17446845544872254","imei1":"17446845544872254","imei2":"17446845544872254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153162,"job_number":"JOB_153162","tr_customer_id":153179,"tr_customer_product_id":153169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10052525619475","imei1":"10052525619475","imei2":"10052525619475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153163,"job_number":"JOB_153163","tr_customer_id":153180,"tr_customer_product_id":153170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"Oscar Rutherford","mobile_number":"365-219-5809","email_id":"Betsy32@gmail.com","dop":"2025-04-06","serial_number":"14954681092067464","imei1":"14954681092067464","imei2":"14954681092067464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153167,"job_number":"JOB_153167","tr_customer_id":153184,"tr_customer_product_id":153174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Nico Moen","mobile_number":"854-383-0204","email_id":"Linwood.Dickinson@yahoo.com","dop":"2025-04-06","serial_number":"14097674512720782","imei1":"14097674512720782","imei2":"14097674512720782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153169,"job_number":"JOB_153169","tr_customer_id":153186,"tr_customer_product_id":153176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:20.000Z","modified_at":"2026-01-13T03:52:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16044510551502","imei1":"16044510551502","imei2":"16044510551502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153171,"job_number":"JOB_153171","tr_customer_id":153188,"tr_customer_product_id":153178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:21.000Z","modified_at":"2026-01-13T03:52:21.000Z","name":"Johnpaul Nitzsche","mobile_number":"207-608-3747","email_id":"Robert.Schimmel87@hotmail.com","dop":"2025-04-06","serial_number":"11100976521545972","imei1":"11100976521545972","imei2":"11100976521545972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153172,"job_number":"JOB_153172","tr_customer_id":153189,"tr_customer_product_id":153179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:25.000Z","modified_at":"2026-01-13T03:59:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30175298275047","imei1":"30175298275047","imei2":"30175298275047","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153173,"job_number":"JOB_153173","tr_customer_id":153190,"tr_customer_product_id":153180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39736907178927","imei1":"39736907178927","imei2":"39736907178927","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153174,"job_number":"JOB_153174","tr_customer_id":153191,"tr_customer_product_id":153181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21407778553161","imei1":"21407778553161","imei2":"21407778553161","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153175,"job_number":"JOB_153175","tr_customer_id":153192,"tr_customer_product_id":153182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62544012041904","imei1":"62544012041904","imei2":"62544012041904","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153176,"job_number":"JOB_153176","tr_customer_id":153193,"tr_customer_product_id":153183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99959134188493","imei1":"99959134188493","imei2":"99959134188493","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153177,"job_number":"JOB_153177","tr_customer_id":153194,"tr_customer_product_id":153184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:27.000Z","modified_at":"2026-01-13T03:59:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"22392790873021","imei1":"22392790873021","imei2":"22392790873021","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153179,"job_number":"JOB_153179","tr_customer_id":153196,"tr_customer_product_id":153186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:55.000Z","modified_at":"2026-01-13T03:59:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51040340604623","imei1":"51040340604623","imei2":"51040340604623","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153180,"job_number":"JOB_153180","tr_customer_id":153197,"tr_customer_product_id":153187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21006414201226","imei1":"21006414201226","imei2":"21006414201226","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153181,"job_number":"JOB_153181","tr_customer_id":153198,"tr_customer_product_id":153188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50056823112746","imei1":"50056823112746","imei2":"50056823112746","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153182,"job_number":"JOB_153182","tr_customer_id":153199,"tr_customer_product_id":153189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93748794197334","imei1":"93748794197334","imei2":"93748794197334","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153183,"job_number":"JOB_153183","tr_customer_id":153200,"tr_customer_product_id":153190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91296671455571","imei1":"91296671455571","imei2":"91296671455571","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153184,"job_number":"JOB_153184","tr_customer_id":153201,"tr_customer_product_id":153191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30364673967097","imei1":"30364673967097","imei2":"30364673967097","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153186,"job_number":"JOB_153186","tr_customer_id":153203,"tr_customer_product_id":153193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:25.000Z","modified_at":"2026-01-13T04:00:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10209990333814","imei1":"10209990333814","imei2":"10209990333814","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153187,"job_number":"JOB_153187","tr_customer_id":153204,"tr_customer_product_id":153194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15049222200872","imei1":"15049222200872","imei2":"15049222200872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153188,"job_number":"JOB_153188","tr_customer_id":153205,"tr_customer_product_id":153195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47543399690737","imei1":"47543399690737","imei2":"47543399690737","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153189,"job_number":"JOB_153189","tr_customer_id":153206,"tr_customer_product_id":153196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"43075571160093","imei1":"43075571160093","imei2":"43075571160093","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153190,"job_number":"JOB_153190","tr_customer_id":153207,"tr_customer_product_id":153197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65833124924632","imei1":"65833124924632","imei2":"65833124924632","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153191,"job_number":"JOB_153191","tr_customer_id":153208,"tr_customer_product_id":153198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:27.000Z","modified_at":"2026-01-13T04:00:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36123112343377","imei1":"36123112343377","imei2":"36123112343377","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153193,"job_number":"JOB_153193","tr_customer_id":153210,"tr_customer_product_id":153200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:49.000Z","modified_at":"2026-01-13T04:23:49.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"172610529232810","imei1":"172610529232810","imei2":"172610529232810","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153195,"job_number":"JOB_153195","tr_customer_id":153212,"tr_customer_product_id":153202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:50.000Z","modified_at":"2026-01-13T04:23:50.000Z","name":"Brennan Grant","mobile_number":"841-700-9396","email_id":"Jed28@yahoo.com","dop":"2025-10-22","serial_number":"1015320496052172","imei1":"1015320496052172","imei2":"1015320496052172","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153196,"job_number":"JOB_153196","tr_customer_id":153213,"tr_customer_product_id":153203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:21.000Z","modified_at":"2026-01-13T04:24:21.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"196369374839931","imei1":"196369374839931","imei2":"196369374839931","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153198,"job_number":"JOB_153198","tr_customer_id":153215,"tr_customer_product_id":153205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:23.000Z","modified_at":"2026-01-13T04:24:23.000Z","name":"Efren Deckow","mobile_number":"879-726-6721","email_id":"Bennie_Crist60@gmail.com","dop":"2025-10-22","serial_number":"1027657902913303","imei1":"1027657902913303","imei2":"1027657902913303","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153201,"job_number":"JOB_153201","tr_customer_id":153218,"tr_customer_product_id":153208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:53.000Z","modified_at":"2026-01-13T04:24:53.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"125791411203086","imei1":"125791411203086","imei2":"125791411203086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153203,"job_number":"JOB_153203","tr_customer_id":153220,"tr_customer_product_id":153210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:54.000Z","modified_at":"2026-01-13T04:24:54.000Z","name":"Ramona Ledner","mobile_number":"997-943-0364","email_id":"Walton_Schultz12@yahoo.com","dop":"2025-10-22","serial_number":"1014941016516362","imei1":"1014941016516362","imei2":"1014941016516362","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153205,"job_number":"JOB_153205","tr_customer_id":153222,"tr_customer_product_id":153212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:29:36.000Z","modified_at":"2026-01-13T04:29:36.000Z","name":"Sigurd Hansen","mobile_number":"369-653-0024","email_id":"Kaya.Ryan71@hotmail.com","dop":"2025-04-06","serial_number":"14806398941573048","imei1":"14806398941573048","imei2":"14806398941573048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153206,"job_number":"JOB_153206","tr_customer_id":153223,"tr_customer_product_id":153213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:12.000Z","modified_at":"2026-01-13T04:36:12.000Z","name":"Kailey Hermiston","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"127217837454338","imei1":"127217837454338","imei2":"127217837454338","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153207,"job_number":"JOB_153207","tr_customer_id":153224,"tr_customer_product_id":153214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:45.000Z","modified_at":"2026-01-13T04:36:45.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"93723787000779","imei1":"93723787000779","imei2":"93723787000779","popurl":"2026-01-03T04:36:45.085377771Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153208,"job_number":"JOB_153208","tr_customer_id":153225,"tr_customer_product_id":153215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:37:12.000Z","modified_at":"2026-01-13T04:37:12.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"76112773586133","imei1":"76112773586133","imei2":"76112773586133","popurl":"2026-01-03T04:37:11.995408367Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153209,"job_number":"JOB_153209","tr_customer_id":153226,"tr_customer_product_id":153216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:44:49.000Z","modified_at":"2026-01-13T04:44:49.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"107163902252086","imei1":"107163902252086","imei2":"107163902252086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153210,"job_number":"JOB_153210","tr_customer_id":153227,"tr_customer_product_id":153217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:12.000Z","modified_at":"2026-01-13T04:45:12.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"183484091925795","imei1":"183484091925795","imei2":"183484091925795","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153212,"job_number":"JOB_153212","tr_customer_id":153229,"tr_customer_product_id":153219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:14.000Z","modified_at":"2026-01-13T04:45:14.000Z","name":"Giles Gibson","mobile_number":"419-212-5365","email_id":"Otha_Sawayn@yahoo.com","dop":"2025-10-22","serial_number":"1036299542913658","imei1":"1036299542913658","imei2":"1036299542913658","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153213,"job_number":"JOB_153213","tr_customer_id":153230,"tr_customer_product_id":153220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:45.000Z","modified_at":"2026-01-13T04:45:45.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"172432575893510","imei1":"172432575893510","imei2":"172432575893510","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153215,"job_number":"JOB_153215","tr_customer_id":153232,"tr_customer_product_id":153222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:47.000Z","modified_at":"2026-01-13T04:45:47.000Z","name":"Maybelle Kris","mobile_number":"645-731-4700","email_id":"Horacio_Gottlieb@hotmail.com","dop":"2025-10-22","serial_number":"1051173146041751","imei1":"1051173146041751","imei2":"1051173146041751","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153216,"job_number":"JOB_153216","tr_customer_id":153233,"tr_customer_product_id":153223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:02.000Z","modified_at":"2026-01-13T04:46:02.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"105388920262325","imei1":"105388920262325","imei2":"105388920262325","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153218,"job_number":"JOB_153218","tr_customer_id":153235,"tr_customer_product_id":153225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:14.000Z","modified_at":"2026-01-13T04:46:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103271004910804","imei1":"103271004910804","imei2":"103271004910804","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153220,"job_number":"JOB_153220","tr_customer_id":153237,"tr_customer_product_id":153227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:19.000Z","modified_at":"2026-01-13T04:46:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"121531535585656","imei1":"121531535585656","imei2":"121531535585656","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153222,"job_number":"JOB_153222","tr_customer_id":153239,"tr_customer_product_id":153229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:21.000Z","modified_at":"2026-01-13T04:46:21.000Z","name":"Morris Morissette","mobile_number":"933-453-8654","email_id":"Hank_DAmore43@hotmail.com","dop":"2025-10-22","serial_number":"1055933553979311","imei1":"1055933553979311","imei2":"1055933553979311","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153223,"job_number":"JOB_153223","tr_customer_id":153240,"tr_customer_product_id":153230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:17.000Z","modified_at":"2026-01-13T04:52:17.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"104773064761836","imei1":"104773064761836","imei2":"104773064761836","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153225,"job_number":"JOB_153225","tr_customer_id":153242,"tr_customer_product_id":153232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:19.000Z","modified_at":"2026-01-13T04:52:19.000Z","name":"Enoch Trantow","mobile_number":"596-420-5906","email_id":"Ebba83@hotmail.com","dop":"2025-10-22","serial_number":"1028491311451506","imei1":"1028491311451506","imei2":"1028491311451506","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153226,"job_number":"JOB_153226","tr_customer_id":153243,"tr_customer_product_id":153233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:48.000Z","modified_at":"2026-01-13T04:52:48.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"136460134790317","imei1":"136460134790317","imei2":"136460134790317","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153228,"job_number":"JOB_153228","tr_customer_id":153245,"tr_customer_product_id":153235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:49.000Z","modified_at":"2026-01-13T04:52:49.000Z","name":"Nikko Grant","mobile_number":"218-303-5722","email_id":"Rafaela45@gmail.com","dop":"2025-10-22","serial_number":"1090083597382496","imei1":"1090083597382496","imei2":"1090083597382496","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153229,"job_number":"JOB_153229","tr_customer_id":153246,"tr_customer_product_id":153236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:19.000Z","modified_at":"2026-01-13T04:53:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"185565137752770","imei1":"185565137752770","imei2":"185565137752770","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153231,"job_number":"JOB_153231","tr_customer_id":153248,"tr_customer_product_id":153238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:21.000Z","modified_at":"2026-01-13T04:53:21.000Z","name":"Roxane Effertz","mobile_number":"825-917-4302","email_id":"Nils.Torphy@yahoo.com","dop":"2025-10-22","serial_number":"1053231169461800","imei1":"1053231169461800","imei2":"1053231169461800","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153233,"job_number":"JOB_153233","tr_customer_id":153250,"tr_customer_product_id":153240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:56:49.000Z","modified_at":"2026-01-13T04:56:49.000Z","name":"Davin Nikolaus","mobile_number":"457-593-4561","email_id":"Ricardo4@gmail.com","dop":"2025-04-06","serial_number":"13354455852505362","imei1":"13354455852505362","imei2":"13354455852505362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153235,"job_number":"JOB_153235","tr_customer_id":153252,"tr_customer_product_id":153242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:57:13.000Z","modified_at":"2026-01-13T04:57:13.000Z","name":"Ubaldo Botsford","mobile_number":"907-820-6875","email_id":"Stephan.Ferry9@hotmail.com","dop":"2025-04-06","serial_number":"14765986392064696","imei1":"14765986392064696","imei2":"14765986392064696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153237,"job_number":"JOB_153237","tr_customer_id":153254,"tr_customer_product_id":153244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:58:10.000Z","modified_at":"2026-01-13T04:58:10.000Z","name":"Cyril Tremblay","mobile_number":"979-500-2554","email_id":"Yvette_Marvin45@yahoo.com","dop":"2025-10-22","serial_number":"1056343915380824","imei1":"1056343915380824","imei2":"1056343915380824","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153238,"job_number":"JOB_153238","tr_customer_id":153255,"tr_customer_product_id":153245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:17:06.000Z","modified_at":"2026-01-13T05:17:06.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"161975035492012","imei1":"161975035492012","imei2":"161975035492012","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153239,"job_number":"JOB_153239","tr_customer_id":153256,"tr_customer_product_id":153246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:20:25.000Z","modified_at":"2026-01-13T05:20:25.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135669078592301","imei1":"135669078592301","imei2":"135669078592301","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153240,"job_number":"JOB_153240","tr_customer_id":153257,"tr_customer_product_id":153247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:22:27.000Z","modified_at":"2026-01-13T05:22:27.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"165222760031524","imei1":"165222760031524","imei2":"165222760031524","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:22:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153241,"job_number":"JOB_153241","tr_customer_id":153258,"tr_customer_product_id":153248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:23:15.000Z","modified_at":"2026-01-13T05:23:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"119025367808455","imei1":"119025367808455","imei2":"119025367808455","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153242,"job_number":"JOB_153242","tr_customer_id":153259,"tr_customer_product_id":153249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:24:54.000Z","modified_at":"2026-01-13T05:24:54.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"172136379190305","imei1":"172136379190305","imei2":"172136379190305","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153244,"job_number":"JOB_153244","tr_customer_id":153261,"tr_customer_product_id":153251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:26:53.000Z","modified_at":"2026-01-13T05:26:53.000Z","name":"Trisha Maggio","mobile_number":"509-919-5751","email_id":"Wilber_Ledner76@hotmail.com","dop":"2025-10-22","serial_number":"1060461040571941","imei1":"1060461040571941","imei2":"1060461040571941","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153245,"job_number":"JOB_153245","tr_customer_id":153262,"tr_customer_product_id":153252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:52.000Z","modified_at":"2026-01-13T05:36:52.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"143015094103846","imei1":"143015094103846","imei2":"143015094103846","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153246,"job_number":"JOB_153246","tr_customer_id":153263,"tr_customer_product_id":153253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:59.000Z","modified_at":"2026-01-13T05:36:59.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135706289273509","imei1":"135706289273509","imei2":"135706289273509","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153253,"job_number":"JOB_153253","tr_customer_id":153270,"tr_customer_product_id":153260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:48:59.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"14601550761522","imei1":"14601550761522","imei2":"14601550761522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:48:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153255,"job_number":"JOB_153255","tr_customer_id":153272,"tr_customer_product_id":153262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:00.000Z","modified_at":"2026-01-13T05:49:00.000Z","name":"Theo Harvey","mobile_number":"568-508-9272","email_id":"Georgette.Kiehn53@gmail.com","dop":"2025-04-06","serial_number":"19563600656991784","imei1":"19563600656991784","imei2":"19563600656991784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153256,"job_number":"JOB_153256","tr_customer_id":153273,"tr_customer_product_id":153263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:10.000Z","modified_at":"2026-01-13T05:49:10.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15151051947589","imei1":"15151051947589","imei2":"15151051947589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153258,"job_number":"JOB_153258","tr_customer_id":153275,"tr_customer_product_id":153265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:12.000Z","modified_at":"2026-01-13T05:49:12.000Z","name":"Dashawn Hermann","mobile_number":"366-421-2268","email_id":"Kiara64@yahoo.com","dop":"2025-04-06","serial_number":"10149682355446776","imei1":"10149682355446776","imei2":"10149682355446776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153259,"job_number":"JOB_153259","tr_customer_id":153276,"tr_customer_product_id":153266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:23.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"16502447482263","imei1":"16502447482263","imei2":"16502447482263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153261,"job_number":"JOB_153261","tr_customer_id":153278,"tr_customer_product_id":153268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:24.000Z","modified_at":"2026-01-13T05:52:24.000Z","name":"Chadrick Mante","mobile_number":"577-324-9620","email_id":"Dimitri.Mraz@gmail.com","dop":"2025-04-06","serial_number":"19873372476959810","imei1":"19873372476959810","imei2":"19873372476959810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153262,"job_number":"JOB_153262","tr_customer_id":153279,"tr_customer_product_id":153269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:34.000Z","modified_at":"2026-01-13T05:52:34.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12782726870985","imei1":"12782726870985","imei2":"12782726870985","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153264,"job_number":"JOB_153264","tr_customer_id":153281,"tr_customer_product_id":153271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:36.000Z","modified_at":"2026-01-13T05:52:36.000Z","name":"Pablo Baumbach","mobile_number":"524-424-2119","email_id":"Lauretta_Medhurst82@yahoo.com","dop":"2025-04-06","serial_number":"15876524230180028","imei1":"15876524230180028","imei2":"15876524230180028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153265,"job_number":"JOB_153265","tr_customer_id":153282,"tr_customer_product_id":153272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:46.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10561655597470","imei1":"10561655597470","imei2":"10561655597470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153267,"job_number":"JOB_153267","tr_customer_id":153284,"tr_customer_product_id":153274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:47.000Z","modified_at":"2026-01-13T05:52:47.000Z","name":"Rubie Torp","mobile_number":"589-743-9046","email_id":"William.Jakubowski47@gmail.com","dop":"2025-04-06","serial_number":"16268468770075092","imei1":"16268468770075092","imei2":"16268468770075092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153269,"job_number":"JOB_153269","tr_customer_id":153286,"tr_customer_product_id":153276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:54:15.000Z","modified_at":"2026-01-13T05:54:15.000Z","name":"Vanessa Wintheiser","mobile_number":"930-983-9512","email_id":"Leta63@hotmail.com","dop":"2025-10-22","serial_number":"1068588156351757","imei1":"1068588156351757","imei2":"1068588156351757","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153270,"job_number":"JOB_153270","tr_customer_id":153287,"tr_customer_product_id":153277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:55:54.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12770235651817","imei1":"12770235651817","imei2":"12770235651817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153272,"job_number":"JOB_153272","tr_customer_id":153289,"tr_customer_product_id":153279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:55.000Z","modified_at":"2026-01-13T05:55:55.000Z","name":"Theo Veum","mobile_number":"776-540-0866","email_id":"Audrey_Goodwin80@gmail.com","dop":"2025-04-06","serial_number":"10142298107612374","imei1":"10142298107612374","imei2":"10142298107612374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153273,"job_number":"JOB_153273","tr_customer_id":153290,"tr_customer_product_id":153280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:04.000Z","modified_at":"2026-01-13T05:56:04.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10858996788344","imei1":"10858996788344","imei2":"10858996788344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153275,"job_number":"JOB_153275","tr_customer_id":153292,"tr_customer_product_id":153282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:06.000Z","modified_at":"2026-01-13T05:56:06.000Z","name":"Amir Osinski","mobile_number":"970-757-5171","email_id":"Darrin.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"13668257848654312","imei1":"13668257848654312","imei2":"13668257848654312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153276,"job_number":"JOB_153276","tr_customer_id":153293,"tr_customer_product_id":153283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:15.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15002484387711","imei1":"15002484387711","imei2":"15002484387711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153278,"job_number":"JOB_153278","tr_customer_id":153295,"tr_customer_product_id":153285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:16.000Z","modified_at":"2026-01-13T05:56:16.000Z","name":"Jalon Weissnat","mobile_number":"495-704-3263","email_id":"Eldora_Grimes@gmail.com","dop":"2025-04-06","serial_number":"19511129363463748","imei1":"19511129363463748","imei2":"19511129363463748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153279,"job_number":"JOB_153279","tr_customer_id":153296,"tr_customer_product_id":153286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:57:42.000Z","modified_at":"2026-01-13T05:57:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"178440612464784","imei1":"178440612464784","imei2":"178440612464784","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153280,"job_number":"JOB_153280","tr_customer_id":153297,"tr_customer_product_id":153287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10415522636280","imei1":"10415522636280","imei2":"10415522636280","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153281,"job_number":"JOB_153281","tr_customer_id":153298,"tr_customer_product_id":153288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"Akeem Klein","mobile_number":"392-743-1226","email_id":"Dallin.Daniel@yahoo.com","dop":"2025-09-16","serial_number":"15569093999622","imei1":"15569093999622","imei2":"15569093999622","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153282,"job_number":"JOB_153282","tr_customer_id":153299,"tr_customer_product_id":153289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:32.000Z","modified_at":"2026-01-13T06:01:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17014254994420","imei1":"17014254994420","imei2":"17014254994420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153284,"job_number":"JOB_153284","tr_customer_id":153301,"tr_customer_product_id":153291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:33.000Z","modified_at":"2026-01-13T06:01:33.000Z","name":"April Bernier","mobile_number":"639-900-5352","email_id":"Cicero_Rau@gmail.com","dop":"2025-04-06","serial_number":"16598664835250332","imei1":"16598664835250332","imei2":"16598664835250332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153285,"job_number":"JOB_153285","tr_customer_id":153302,"tr_customer_product_id":153292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:36.000Z","modified_at":"2026-01-13T06:01:36.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17197773438740","imei1":"17197773438740","imei2":"17197773438740","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153286,"job_number":"JOB_153286","tr_customer_id":153303,"tr_customer_product_id":153293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:37.000Z","modified_at":"2026-01-13T06:01:37.000Z","name":"Kaycee Dicki","mobile_number":"563-554-1342","email_id":"Eliza_Morar@hotmail.com","dop":"2025-09-16","serial_number":"19175643689183","imei1":"19175643689183","imei2":"19175643689183","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153287,"job_number":"JOB_153287","tr_customer_id":153304,"tr_customer_product_id":153294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13822937840563","imei1":"13822937840563","imei2":"13822937840563","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153288,"job_number":"JOB_153288","tr_customer_id":153305,"tr_customer_product_id":153295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"Brice Schulist","mobile_number":"322-863-7129","email_id":"Nils44@gmail.com","dop":"2025-09-16","serial_number":"15101747268147","imei1":"15101747268147","imei2":"15101747268147","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153289,"job_number":"JOB_153289","tr_customer_id":153306,"tr_customer_product_id":153296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:16.000Z","modified_at":"2026-01-13T06:02:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14365759410539","imei1":"14365759410539","imei2":"14365759410539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153291,"job_number":"JOB_153291","tr_customer_id":153308,"tr_customer_product_id":153298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Robyn Batz","mobile_number":"508-230-9642","email_id":"Colleen.Lebsack60@gmail.com","dop":"2025-10-22","serial_number":"146189110550573","imei1":"146189110550573","imei2":"146189110550573","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153292,"job_number":"JOB_153292","tr_customer_id":153309,"tr_customer_product_id":153299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Penelope Cassin","mobile_number":"476-737-0431","email_id":"Irving.Mohr@gmail.com","dop":"2025-04-06","serial_number":"18915717971422150","imei1":"18915717971422150","imei2":"18915717971422150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153293,"job_number":"JOB_153293","tr_customer_id":153310,"tr_customer_product_id":153300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:47.000Z","modified_at":"2026-01-13T06:02:47.000Z","name":"Frieda Goodwin","mobile_number":"693-724-8572","email_id":"Torrey.Konopelski39@yahoo.com","dop":"2025-10-22","serial_number":"119775467761062","imei1":"119775467761062","imei2":"119775467761062","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153294,"job_number":"JOB_153294","tr_customer_id":153311,"tr_customer_product_id":153301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:01.000Z","modified_at":"2026-01-13T06:03:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16975009979062","imei1":"16975009979062","imei2":"16975009979062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153296,"job_number":"JOB_153296","tr_customer_id":153313,"tr_customer_product_id":153303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:02.000Z","modified_at":"2026-01-13T06:03:02.000Z","name":"Elinore Leannon","mobile_number":"389-941-6574","email_id":"Doug_Graham99@yahoo.com","dop":"2025-04-06","serial_number":"10764151622346564","imei1":"10764151622346564","imei2":"10764151622346564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153297,"job_number":"JOB_153297","tr_customer_id":153314,"tr_customer_product_id":153304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:35.000Z","modified_at":"2026-01-13T06:03:35.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2026-01-03T06:03:35.052354845Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153298,"job_number":"JOB_153298","tr_customer_id":153315,"tr_customer_product_id":153305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:36.000Z","modified_at":"2026-01-13T06:03:36.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2026-01-03T06:03:35.617489493Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153300,"job_number":"JOB_153300","tr_customer_id":153317,"tr_customer_product_id":153307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:17.000Z","modified_at":"2026-01-13T06:04:17.000Z","name":"Harold Daugherty","mobile_number":"422-762-8791","email_id":"Mason21@yahoo.com","dop":"2025-10-22","serial_number":"1014646778342944","imei1":"1014646778342944","imei2":"1014646778342944","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153301,"job_number":"JOB_153301","tr_customer_id":153318,"tr_customer_product_id":153308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:38.000Z","modified_at":"2026-01-13T06:04:38.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12268244399874","imei1":"12268244399874","imei2":"12268244399874","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153303,"job_number":"JOB_153303","tr_customer_id":153320,"tr_customer_product_id":153310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:40.000Z","modified_at":"2026-01-13T06:04:40.000Z","name":"Zackery Reichel","mobile_number":"515-744-2425","email_id":"Jordon_Denesik@hotmail.com","dop":"2025-04-06","serial_number":"12863285320508118","imei1":"12863285320508118","imei2":"12863285320508118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153304,"job_number":"JOB_153304","tr_customer_id":153321,"tr_customer_product_id":153311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:22.000Z","modified_at":"2026-01-13T06:05:22.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17274175270779","imei1":"17274175270779","imei2":"17274175270779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153306,"job_number":"JOB_153306","tr_customer_id":153323,"tr_customer_product_id":153313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:23.000Z","modified_at":"2026-01-13T06:05:23.000Z","name":"Justen Rowe","mobile_number":"783-495-7409","email_id":"Ashleigh_Macejkovic@gmail.com","dop":"2025-04-06","serial_number":"18837100737248520","imei1":"18837100737248520","imei2":"18837100737248520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153307,"job_number":"JOB_153307","tr_customer_id":153324,"tr_customer_product_id":153314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:01.000Z","modified_at":"2026-01-13T06:06:01.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14704300265370","imei1":"14704300265370","imei2":"14704300265370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153309,"job_number":"JOB_153309","tr_customer_id":153326,"tr_customer_product_id":153316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:02.000Z","modified_at":"2026-01-13T06:06:02.000Z","name":"Landen Brakus","mobile_number":"715-741-1690","email_id":"Demario63@gmail.com","dop":"2025-04-06","serial_number":"14424858794371792","imei1":"14424858794371792","imei2":"14424858794371792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153310,"job_number":"JOB_153310","tr_customer_id":153327,"tr_customer_product_id":153317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:13:47.000Z","modified_at":"2026-01-13T06:13:47.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-03","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-03T06:13:46.881874Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:13:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153327,"job_number":"JOB_153327","tr_customer_id":153344,"tr_customer_product_id":153334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:49.000Z","modified_at":"2026-01-13T06:21:49.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10336844726187","imei1":"10336844726187","imei2":"10336844726187","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153329,"job_number":"JOB_153329","tr_customer_id":153346,"tr_customer_product_id":153336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:50.000Z","modified_at":"2026-01-13T06:21:50.000Z","name":"Carissa Gerhold","mobile_number":"947-564-7275","email_id":"Reanna69@gmail.com","dop":"2025-06-18","serial_number":"1077181388124335","imei1":"1077181388124335","imei2":"1077181388124335","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153330,"job_number":"JOB_153330","tr_customer_id":153347,"tr_customer_product_id":153337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:33.000Z","modified_at":"2026-01-13T06:22:33.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10565054783146","imei1":"10565054783146","imei2":"10565054783146","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153332,"job_number":"JOB_153332","tr_customer_id":153349,"tr_customer_product_id":153339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:34.000Z","modified_at":"2026-01-13T06:22:34.000Z","name":"Marion Walsh","mobile_number":"377-301-7681","email_id":"Camylle.Rice@gmail.com","dop":"2025-06-18","serial_number":"1051139741247594","imei1":"1051139741247594","imei2":"1051139741247594","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153333,"job_number":"JOB_153333","tr_customer_id":153350,"tr_customer_product_id":153340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Alvena Lemke","mobile_number":"650-434-0670","email_id":"Zoey11@hotmail.com","dop":"2025-09-09","serial_number":"19680804035961","imei1":"19680804035961","imei2":"19680804035961","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153334,"job_number":"JOB_153334","tr_customer_id":153351,"tr_customer_product_id":153341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Rogelio Berge","mobile_number":"668-436-1530","email_id":"Sandy_Schuster70@gmail.com","dop":"2025-09-09","serial_number":"12555831927229","imei1":"12555831927229","imei2":"12555831927229","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153336,"job_number":"JOB_153336","tr_customer_id":153353,"tr_customer_product_id":153343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Tobin Satterfield","mobile_number":"425-731-6292","email_id":"Sam_Hodkiewicz@hotmail.com","dop":"2025-09-09","serial_number":"13037333653986","imei1":"13037333653986","imei2":"13037333653986","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153337,"job_number":"JOB_153337","tr_customer_id":153354,"tr_customer_product_id":153344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Oswald Ondricka","mobile_number":"853-993-0322","email_id":"Aric55@gmail.com","dop":"2025-09-09","serial_number":"12394674407704","imei1":"12394674407704","imei2":"12394674407704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153339,"job_number":"JOB_153339","tr_customer_id":153356,"tr_customer_product_id":153346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Jazlyn Hickle","mobile_number":"243-414-4689","email_id":"Lupe17@yahoo.com","dop":"2025-09-09","serial_number":"17305848009503","imei1":"17305848009503","imei2":"17305848009503","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153340,"job_number":"JOB_153340","tr_customer_id":153357,"tr_customer_product_id":153347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Damian Cartwright","mobile_number":"550-940-1210","email_id":"Santiago88@hotmail.com","dop":"2025-09-09","serial_number":"12110917290357","imei1":"12110917290357","imei2":"12110917290357","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153342,"job_number":"JOB_153342","tr_customer_id":153359,"tr_customer_product_id":153349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:18.000Z","modified_at":"2026-01-13T06:26:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18859951171375","imei1":"18859951171375","imei2":"18859951171375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153344,"job_number":"JOB_153344","tr_customer_id":153361,"tr_customer_product_id":153351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:19.000Z","modified_at":"2026-01-13T06:26:19.000Z","name":"Rosemarie Paucek","mobile_number":"545-302-6204","email_id":"Della57@yahoo.com","dop":"2025-04-06","serial_number":"12852159785857304","imei1":"12852159785857304","imei2":"12852159785857304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153345,"job_number":"JOB_153345","tr_customer_id":153362,"tr_customer_product_id":153352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:59.000Z","modified_at":"2026-01-13T06:26:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10527505146561","imei1":"10527505146561","imei2":"10527505146561","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153347,"job_number":"JOB_153347","tr_customer_id":153364,"tr_customer_product_id":153354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:01.000Z","modified_at":"2026-01-13T06:27:01.000Z","name":"Aubrey Goodwin","mobile_number":"919-250-7371","email_id":"Edna22@hotmail.com","dop":"2025-04-06","serial_number":"18269692544653800","imei1":"18269692544653800","imei2":"18269692544653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153348,"job_number":"JOB_153348","tr_customer_id":153365,"tr_customer_product_id":153355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:40.000Z","modified_at":"2026-01-13T06:27:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17291009450595","imei1":"17291009450595","imei2":"17291009450595","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153350,"job_number":"JOB_153350","tr_customer_id":153367,"tr_customer_product_id":153357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:41.000Z","modified_at":"2026-01-13T06:27:41.000Z","name":"Daryl Dietrich","mobile_number":"679-877-0207","email_id":"Adelbert5@hotmail.com","dop":"2025-04-06","serial_number":"19070192069252350","imei1":"19070192069252350","imei2":"19070192069252350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153352,"job_number":"JOB_153352","tr_customer_id":153369,"tr_customer_product_id":153359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:46.000Z","modified_at":"2026-01-13T06:27:46.000Z","name":"Telly Langworth","mobile_number":"946-252-3101","email_id":"Ellsworth_Adams22@yahoo.com","dop":"2025-04-06","serial_number":"12031316829551564","imei1":"12031316829551564","imei2":"12031316829551564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153355,"job_number":"JOB_153355","tr_customer_id":153372,"tr_customer_product_id":153362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:06.000Z","modified_at":"2026-01-13T06:29:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17887383653421","imei1":"17887383653421","imei2":"17887383653421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153357,"job_number":"JOB_153357","tr_customer_id":153374,"tr_customer_product_id":153364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:07.000Z","modified_at":"2026-01-13T06:29:07.000Z","name":"Louisa Rodriguez","mobile_number":"663-904-4065","email_id":"Rodrigo.Hand13@gmail.com","dop":"2025-04-06","serial_number":"18551667092990812","imei1":"18551667092990812","imei2":"18551667092990812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153359,"job_number":"JOB_153359","tr_customer_id":153376,"tr_customer_product_id":153366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:45.000Z","modified_at":"2026-01-13T06:29:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17949174685515","imei1":"17949174685515","imei2":"17949174685515","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153361,"job_number":"JOB_153361","tr_customer_id":153378,"tr_customer_product_id":153368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:46.000Z","modified_at":"2026-01-13T06:29:46.000Z","name":"Thurman Reichel","mobile_number":"914-602-2292","email_id":"Darrel.Walter@yahoo.com","dop":"2025-04-06","serial_number":"13011199722601872","imei1":"13011199722601872","imei2":"13011199722601872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153362,"job_number":"JOB_153362","tr_customer_id":153379,"tr_customer_product_id":153369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:24.000Z","modified_at":"2026-01-13T06:30:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10421878084399","imei1":"10421878084399","imei2":"10421878084399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153364,"job_number":"JOB_153364","tr_customer_id":153381,"tr_customer_product_id":153371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:25.000Z","modified_at":"2026-01-13T06:30:25.000Z","name":"Molly Veum","mobile_number":"555-217-6666","email_id":"Nash.Miller@yahoo.com","dop":"2025-04-06","serial_number":"19240704685234056","imei1":"19240704685234056","imei2":"19240704685234056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153366,"job_number":"JOB_153366","tr_customer_id":153383,"tr_customer_product_id":153373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:25.000Z","modified_at":"2026-01-13T06:33:25.000Z","name":"Brayan Lynch","mobile_number":"543-265-9508","email_id":"Myriam59@hotmail.com","dop":"2025-04-06","serial_number":"12670510371516634","imei1":"12670510371516634","imei2":"12670510371516634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153367,"job_number":"JOB_153367","tr_customer_id":153384,"tr_customer_product_id":153374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:51.000Z","modified_at":"2026-01-13T06:33:51.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"18626661440596","imei1":"18626661440596","imei2":"18626661440596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153369,"job_number":"JOB_153369","tr_customer_id":153386,"tr_customer_product_id":153376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:02.000Z","modified_at":"2026-01-13T06:34:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797117996959","imei1":"12797117996959","imei2":"12797117996959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153371,"job_number":"JOB_153371","tr_customer_id":153388,"tr_customer_product_id":153378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:03.000Z","modified_at":"2026-01-13T06:34:03.000Z","name":"Isaiah Schaden","mobile_number":"683-699-8668","email_id":"Serena_Cole@hotmail.com","dop":"2025-04-06","serial_number":"16075224579808756","imei1":"16075224579808756","imei2":"16075224579808756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153372,"job_number":"JOB_153372","tr_customer_id":153389,"tr_customer_product_id":153379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:20.000Z","modified_at":"2026-01-13T06:34:20.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12174947098728","imei1":"12174947098728","imei2":"12174947098728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153374,"job_number":"JOB_153374","tr_customer_id":153391,"tr_customer_product_id":153381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:22.000Z","modified_at":"2026-01-13T06:34:22.000Z","name":"Marcella Herman","mobile_number":"202-454-9766","email_id":"Yesenia_Halvorson@gmail.com","dop":"2025-04-06","serial_number":"15013812619606148","imei1":"15013812619606148","imei2":"15013812619606148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153378,"job_number":"JOB_153378","tr_customer_id":153395,"tr_customer_product_id":153385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:35.000Z","modified_at":"2026-01-13T06:34:35.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"12223648626349","imei1":"12223648626349","imei2":"12223648626349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153380,"job_number":"JOB_153380","tr_customer_id":153397,"tr_customer_product_id":153387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:41.000Z","modified_at":"2026-01-13T06:34:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13558591334748","imei1":"13558591334748","imei2":"13558591334748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153382,"job_number":"JOB_153382","tr_customer_id":153399,"tr_customer_product_id":153389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"115622991148787","imei1":"115622991148787","imei2":"115622991148787","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153383,"job_number":"JOB_153383","tr_customer_id":153400,"tr_customer_product_id":153390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Francisca Littel","mobile_number":"714-867-2230","email_id":"Jaren_Hayes44@yahoo.com","dop":"2025-04-06","serial_number":"17499193125431096","imei1":"17499193125431096","imei2":"17499193125431096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153385,"job_number":"JOB_153385","tr_customer_id":153402,"tr_customer_product_id":153392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:44.000Z","modified_at":"2026-01-13T06:34:44.000Z","name":"Fatima Gleichner","mobile_number":"207-611-9731","email_id":"Asha.Dach@yahoo.com","dop":"2025-10-22","serial_number":"1025322667138398","imei1":"1025322667138398","imei2":"1025322667138398","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153390,"job_number":"JOB_153390","tr_customer_id":153407,"tr_customer_product_id":153397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:09.000Z","modified_at":"2026-01-13T06:35:09.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10192687973073","imei1":"10192687973073","imei2":"10192687973073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153392,"job_number":"JOB_153392","tr_customer_id":153409,"tr_customer_product_id":153399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:11.000Z","modified_at":"2026-01-13T06:35:11.000Z","name":"Roselyn Dickinson","mobile_number":"328-244-6622","email_id":"Edyth_Lebsack@hotmail.com","dop":"2025-04-06","serial_number":"17186626718510722","imei1":"17186626718510722","imei2":"17186626718510722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153393,"job_number":"JOB_153393","tr_customer_id":153410,"tr_customer_product_id":153400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:18.000Z","modified_at":"2026-01-13T06:35:18.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"14309726416255","imei1":"14309726416255","imei2":"14309726416255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153395,"job_number":"JOB_153395","tr_customer_id":153412,"tr_customer_product_id":153402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:19.000Z","modified_at":"2026-01-13T06:35:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13881171132274","imei1":"13881171132274","imei2":"13881171132274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153397,"job_number":"JOB_153397","tr_customer_id":153414,"tr_customer_product_id":153404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:20.000Z","modified_at":"2026-01-13T06:35:20.000Z","name":"Forest Brown","mobile_number":"803-337-0806","email_id":"Angelo.Baumbach@gmail.com","dop":"2025-04-06","serial_number":"15711283115032536","imei1":"15711283115032536","imei2":"15711283115032536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153398,"job_number":"JOB_153398","tr_customer_id":153415,"tr_customer_product_id":153405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:35.000Z","modified_at":"2026-01-13T06:35:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14906925255648","imei1":"14906925255648","imei2":"14906925255648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153400,"job_number":"JOB_153400","tr_customer_id":153417,"tr_customer_product_id":153407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:37.000Z","modified_at":"2026-01-13T06:35:37.000Z","name":"Casimer Rau","mobile_number":"215-342-8734","email_id":"Kenna73@hotmail.com","dop":"2025-04-06","serial_number":"19496350485434544","imei1":"19496350485434544","imei2":"19496350485434544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153401,"job_number":"JOB_153401","tr_customer_id":153418,"tr_customer_product_id":153408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:41.000Z","modified_at":"2026-01-13T06:35:41.000Z","name":"Ashiq khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"181121931280099","imei1":"181121931280099","imei2":"181121931280099","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153403,"job_number":"JOB_153403","tr_customer_id":153420,"tr_customer_product_id":153410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:43.000Z","modified_at":"2026-01-13T06:35:43.000Z","name":"Aylin Kris","mobile_number":"223-877-5221","email_id":"Kayla_Treutel92@yahoo.com","dop":"2025-10-22","serial_number":"1096402720268648","imei1":"1096402720268648","imei2":"1096402720268648","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153407,"job_number":"JOB_153407","tr_customer_id":153424,"tr_customer_product_id":153414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:58.000Z","modified_at":"2026-01-13T06:35:58.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19843566021029","imei1":"19843566021029","imei2":"19843566021029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153409,"job_number":"JOB_153409","tr_customer_id":153426,"tr_customer_product_id":153416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:59.000Z","modified_at":"2026-01-13T06:35:59.000Z","name":"Aliyah Mitchell","mobile_number":"947-860-5150","email_id":"Carli.Harvey58@hotmail.com","dop":"2025-04-06","serial_number":"10134312447276504","imei1":"10134312447276504","imei2":"10134312447276504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153410,"job_number":"JOB_153410","tr_customer_id":153427,"tr_customer_product_id":153417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:20.000Z","modified_at":"2026-01-13T06:36:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12532377438466","imei1":"12532377438466","imei2":"12532377438466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153412,"job_number":"JOB_153412","tr_customer_id":153429,"tr_customer_product_id":153419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:22.000Z","modified_at":"2026-01-13T06:36:22.000Z","name":"Rozella Schoen","mobile_number":"495-804-7754","email_id":"Stephon_Dicki@yahoo.com","dop":"2025-04-06","serial_number":"12679789341247674","imei1":"12679789341247674","imei2":"12679789341247674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153413,"job_number":"JOB_153413","tr_customer_id":153430,"tr_customer_product_id":153420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:24.000Z","modified_at":"2026-01-13T06:36:24.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"166320133855729","imei1":"166320133855729","imei2":"166320133855729","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153416,"job_number":"JOB_153416","tr_customer_id":153433,"tr_customer_product_id":153423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:26.000Z","modified_at":"2026-01-13T06:36:26.000Z","name":"Erica Walsh","mobile_number":"319-903-4291","email_id":"Keon_Grant42@gmail.com","dop":"2025-10-22","serial_number":"1022549045064815","imei1":"1022549045064815","imei2":"1022549045064815","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153419,"job_number":"JOB_153419","tr_customer_id":153436,"tr_customer_product_id":153426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:06.000Z","modified_at":"2026-01-13T06:37:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18035179744807","imei1":"18035179744807","imei2":"18035179744807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153421,"job_number":"JOB_153421","tr_customer_id":153438,"tr_customer_product_id":153428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:08.000Z","modified_at":"2026-01-13T06:37:08.000Z","name":"Elton Daugherty","mobile_number":"859-218-8312","email_id":"Barton_Reilly@gmail.com","dop":"2025-04-06","serial_number":"11313420214238194","imei1":"11313420214238194","imei2":"11313420214238194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153422,"job_number":"JOB_153422","tr_customer_id":153439,"tr_customer_product_id":153429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:36.000Z","modified_at":"2026-01-13T06:40:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17535175495540","imei1":"17535175495540","imei2":"17535175495540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153424,"job_number":"JOB_153424","tr_customer_id":153441,"tr_customer_product_id":153431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:38.000Z","modified_at":"2026-01-13T06:40:38.000Z","name":"Michele Fadel","mobile_number":"485-280-0952","email_id":"Naomie.Armstrong5@yahoo.com","dop":"2025-04-06","serial_number":"13357762284738180","imei1":"13357762284738180","imei2":"13357762284738180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153425,"job_number":"JOB_153425","tr_customer_id":153442,"tr_customer_product_id":153432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:29.000Z","modified_at":"2026-01-13T06:41:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16293684663073","imei1":"16293684663073","imei2":"16293684663073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153427,"job_number":"JOB_153427","tr_customer_id":153444,"tr_customer_product_id":153434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:30.000Z","modified_at":"2026-01-13T06:41:30.000Z","name":"Willa Deckow","mobile_number":"290-537-1272","email_id":"Tanner.Nolan@hotmail.com","dop":"2025-04-06","serial_number":"10865604647974306","imei1":"10865604647974306","imei2":"10865604647974306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153429,"job_number":"JOB_153429","tr_customer_id":153446,"tr_customer_product_id":153436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:44.000Z","modified_at":"2026-01-13T06:41:44.000Z","name":"Otto Ward","mobile_number":"457-604-0207","email_id":"Alex87@yahoo.com","dop":"2025-04-06","serial_number":"19627713621514290","imei1":"19627713621514290","imei2":"19627713621514290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153431,"job_number":"JOB_153431","tr_customer_id":153448,"tr_customer_product_id":153438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:58.000Z","modified_at":"2026-01-13T06:41:58.000Z","name":"Sidney Rath","mobile_number":"601-411-1665","email_id":"Lorine.Reinger@gmail.com","dop":"2025-04-06","serial_number":"13708697357119920","imei1":"13708697357119920","imei2":"13708697357119920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153432,"job_number":"JOB_153432","tr_customer_id":153449,"tr_customer_product_id":153439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:16.000Z","modified_at":"2026-01-13T06:42:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12663480145504","imei1":"12663480145504","imei2":"12663480145504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153434,"job_number":"JOB_153434","tr_customer_id":153451,"tr_customer_product_id":153441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:18.000Z","modified_at":"2026-01-13T06:42:18.000Z","name":"Asha Konopelski","mobile_number":"704-491-9183","email_id":"Lukas_Effertz87@yahoo.com","dop":"2025-04-06","serial_number":"14830881497778844","imei1":"14830881497778844","imei2":"14830881497778844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153439,"job_number":"JOB_153439","tr_customer_id":153456,"tr_customer_product_id":153446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:30.000Z","modified_at":"2026-01-13T06:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13335342852575","imei1":"13335342852575","imei2":"13335342852575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153442,"job_number":"JOB_153442","tr_customer_id":153459,"tr_customer_product_id":153449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Jerel Huels","mobile_number":"941-536-9895","email_id":"Vinnie_Bayer@hotmail.com","dop":"2025-04-06","serial_number":"11246406938412776","imei1":"11246406938412776","imei2":"11246406938412776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153443,"job_number":"JOB_153443","tr_customer_id":153460,"tr_customer_product_id":153450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Kirstin Kohler","mobile_number":"384-304-7801","email_id":"Murray.Ortiz65@gmail.com","dop":"2025-04-06","serial_number":"19843988441614216","imei1":"19843988441614216","imei2":"19843988441614216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153444,"job_number":"JOB_153444","tr_customer_id":153461,"tr_customer_product_id":153451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:17.000Z","modified_at":"2026-01-13T06:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10893295769409","imei1":"10893295769409","imei2":"10893295769409","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153446,"job_number":"JOB_153446","tr_customer_id":153463,"tr_customer_product_id":153453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:19.000Z","modified_at":"2026-01-13T06:48:19.000Z","name":"Parker Jakubowski","mobile_number":"952-465-2758","email_id":"Dakota_Ledner10@hotmail.com","dop":"2025-04-06","serial_number":"12311975918017010","imei1":"12311975918017010","imei2":"12311975918017010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153447,"job_number":"JOB_153447","tr_customer_id":153464,"tr_customer_product_id":153454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:03.000Z","modified_at":"2026-01-13T06:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13169385017653","imei1":"13169385017653","imei2":"13169385017653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153449,"job_number":"JOB_153449","tr_customer_id":153466,"tr_customer_product_id":153456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:05.000Z","modified_at":"2026-01-13T06:49:05.000Z","name":"Savannah McCullough","mobile_number":"667-299-8593","email_id":"Nico.Parker@hotmail.com","dop":"2025-04-06","serial_number":"11764441752405088","imei1":"11764441752405088","imei2":"11764441752405088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153450,"job_number":"JOB_153450","tr_customer_id":153467,"tr_customer_product_id":153457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Giri Iyengar","mobile_number":"7046840199","email_id":"devajyoti.jain@hotmail.com","dop":"2026-01-03","serial_number":"178243689739422","imei1":"178243689739422","imei2":"178243689739422","popurl":"www.bhadra-dwivedi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153451,"job_number":"JOB_153451","tr_customer_id":153468,"tr_customer_product_id":153458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Tanya Varrier","mobile_number":"7017488671","email_id":"abani.chaturvedi@gmail.com","dop":"2026-01-03","serial_number":"559635736216011","imei1":"559635736216011","imei2":"559635736216011","popurl":"www.aayushmaan-menon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153452,"job_number":"JOB_153452","tr_customer_id":153469,"tr_customer_product_id":153459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.511179290Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153453,"job_number":"JOB_153453","tr_customer_id":153470,"tr_customer_product_id":153460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.528382776Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153454,"job_number":"JOB_153454","tr_customer_id":153471,"tr_customer_product_id":153461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153455,"job_number":"JOB_153455","tr_customer_id":153472,"tr_customer_product_id":153462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153456,"job_number":"JOB_153456","tr_customer_id":153473,"tr_customer_product_id":153463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153457,"job_number":"JOB_153457","tr_customer_id":153474,"tr_customer_product_id":153464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153458,"job_number":"JOB_153458","tr_customer_id":153475,"tr_customer_product_id":153465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:00:31.000Z","modified_at":"2026-01-13T07:00:31.000Z","name":"Nova Koss","mobile_number":"239-334-5085","email_id":"Zane_Wilderman@gmail.com","dop":"2025-10-22","serial_number":"150491293341920","imei1":"150491293341920","imei2":"150491293341920","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153459,"job_number":"JOB_153459","tr_customer_id":153476,"tr_customer_product_id":153466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:25.000Z","modified_at":"2026-01-13T07:01:25.000Z","name":"Garnet Ebert","mobile_number":"351-222-7222","email_id":"Roger_Hammes@yahoo.com","dop":"2025-10-22","serial_number":"106917328565507","imei1":"106917328565507","imei2":"106917328565507","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153461,"job_number":"JOB_153461","tr_customer_id":153478,"tr_customer_product_id":153468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:27.000Z","modified_at":"2026-01-13T07:01:27.000Z","name":"Elmira Stokes","mobile_number":"698-394-4383","email_id":"Dangelo.Greenholt87@hotmail.com","dop":"2025-04-06","serial_number":"15247447049429286","imei1":"15247447049429286","imei2":"15247447049429286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153462,"job_number":"JOB_153462","tr_customer_id":153479,"tr_customer_product_id":153469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:39.000Z","modified_at":"2026-01-13T07:01:39.000Z","name":"Kyle Bins","mobile_number":"907-897-0318","email_id":"Jennyfer_Weimann@hotmail.com","dop":"2025-10-22","serial_number":"150708821765717","imei1":"150708821765717","imei2":"150708821765717","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152959,"job_number":"JOB_152959","tr_customer_id":152976,"tr_customer_product_id":152966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:42:44.000Z","modified_at":"2026-01-13T00:42:44.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12200118723400","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152964,"job_number":"JOB_152964","tr_customer_id":152981,"tr_customer_product_id":152971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:02.000Z","modified_at":"2026-01-13T01:36:02.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"15571427091090","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152965,"job_number":"JOB_152965","tr_customer_id":152982,"tr_customer_product_id":152972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:06.000Z","modified_at":"2026-01-13T01:36:06.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"19373853917739","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152966,"job_number":"JOB_152966","tr_customer_id":152983,"tr_customer_product_id":152973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:08.000Z","modified_at":"2026-01-13T01:36:08.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14191217372006","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152967,"job_number":"JOB_152967","tr_customer_id":152984,"tr_customer_product_id":152974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:23.000Z","modified_at":"2026-01-13T01:39:24.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18016644965930","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152968,"job_number":"JOB_152968","tr_customer_id":152985,"tr_customer_product_id":152975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:36.000Z","modified_at":"2026-01-13T01:39:36.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18112050941983","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152969,"job_number":"JOB_152969","tr_customer_id":152986,"tr_customer_product_id":152976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:57.000Z","modified_at":"2026-01-13T01:39:57.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"13474864112371","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152970,"job_number":"JOB_152970","tr_customer_id":152987,"tr_customer_product_id":152977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:40:52.000Z","modified_at":"2026-01-13T01:40:52.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11293058515635","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152971,"job_number":"JOB_152971","tr_customer_id":152988,"tr_customer_product_id":152978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:41:28.000Z","modified_at":"2026-01-13T01:41:28.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14760262405521","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152973,"job_number":"JOB_152973","tr_customer_id":152990,"tr_customer_product_id":152980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:44:49.000Z","modified_at":"2026-01-13T01:44:49.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"10776339681431","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152975,"job_number":"JOB_152975","tr_customer_id":152992,"tr_customer_product_id":152982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:47:51.000Z","modified_at":"2026-01-13T01:47:51.000Z","name":"Verlie Nikolaus","mobile_number":"722-739-1864","email_id":"Camylle.Schinner@gmail.com","dop":"2026-01-10","serial_number":"21252447753937","imei1":"21252447753937","imei2":"21252447753937","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152976,"job_number":"JOB_152976","tr_customer_id":152993,"tr_customer_product_id":152983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:48:09.000Z","modified_at":"2026-01-13T01:48:09.000Z","name":"Sierra McClure","mobile_number":"464-948-4886","email_id":"Clemens.Nader31@yahoo.com","dop":"2026-01-10","serial_number":"400525471592484","imei1":"400525471592484","imei2":"400525471592484","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152983,"job_number":"JOB_152983","tr_customer_id":153000,"tr_customer_product_id":152990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:46:22.000Z","modified_at":"2026-01-13T03:46:22.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14924344586132","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153011,"job_number":"JOB_153011","tr_customer_id":153028,"tr_customer_product_id":153018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:33.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Elmer31@hotmail.com","dop":"2025-07-02","serial_number":"12961196646355","imei1":"12961196646355","imei2":"12961196646355","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153024,"job_number":"JOB_153024","tr_customer_id":153041,"tr_customer_product_id":153031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:50.000Z","modified_at":"2026-01-13T03:49:50.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Tanya56@yahoo.com","dop":"2025-07-02","serial_number":"16024879192606","imei1":"16024879192606","imei2":"16024879192606","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153047,"job_number":"JOB_153047","tr_customer_id":153064,"tr_customer_product_id":153054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:07.000Z","modified_at":"2026-01-13T03:50:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Emerald22@gmail.com","dop":"2025-07-02","serial_number":"19292784459597","imei1":"19292784459597","imei2":"19292784459597","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153070,"job_number":"JOB_153070","tr_customer_id":153087,"tr_customer_product_id":153077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:28.000Z","modified_at":"2026-01-13T03:50:28.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"185642560040121","imei1":"185642560040121","imei2":"185642560040121","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153071,"job_number":"JOB_153071","tr_customer_id":153088,"tr_customer_product_id":153078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Quincy O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"182173578734661","imei1":"182173578734661","imei2":"182173578734661","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153072,"job_number":"JOB_153072","tr_customer_id":153089,"tr_customer_product_id":153079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Caden Keeling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"186833928174921","imei1":"186833928174921","imei2":"186833928174921","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153073,"job_number":"JOB_153073","tr_customer_id":153090,"tr_customer_product_id":153080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Pearline Witting","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140291337641622","imei1":"140291337641622","imei2":"140291337641622","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153089,"job_number":"JOB_153089","tr_customer_id":153106,"tr_customer_product_id":153096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"129686786924475","imei1":"129686786924475","imei2":"129686786924475","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153090,"job_number":"JOB_153090","tr_customer_id":153107,"tr_customer_product_id":153097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Raina Blick","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"118504064178089","imei1":"118504064178089","imei2":"118504064178089","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153091,"job_number":"JOB_153091","tr_customer_id":153108,"tr_customer_product_id":153098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Michael Hudson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128738008478937","imei1":"128738008478937","imei2":"128738008478937","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153092,"job_number":"JOB_153092","tr_customer_id":153109,"tr_customer_product_id":153099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Karlie Towne","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162034816487930","imei1":"162034816487930","imei2":"162034816487930","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153112,"job_number":"JOB_153112","tr_customer_id":153129,"tr_customer_product_id":153119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:09.000Z","modified_at":"2026-01-13T03:51:09.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108845179568721","imei1":"108845179568721","imei2":"108845179568721","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153115,"job_number":"JOB_153115","tr_customer_id":153132,"tr_customer_product_id":153122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"Laverne Thiel","mobile_number":"394-928-2392","email_id":"Emelia_Osinski@yahoo.com","dop":"2025-06-09","serial_number":"107449911204701","imei1":"107449911204701","imei2":"107449911204701","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153126,"job_number":"JOB_153126","tr_customer_id":153143,"tr_customer_product_id":153133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:23.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100493670574337","imei1":"100493670574337","imei2":"100493670574337","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153129,"job_number":"JOB_153129","tr_customer_id":153146,"tr_customer_product_id":153136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Gino Hoppe","mobile_number":"218-849-7578","email_id":"Justine.Hyatt66@yahoo.com","dop":"2025-06-09","serial_number":"105833888639457","imei1":"105833888639457","imei2":"105833888639457","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153145,"job_number":"JOB_153145","tr_customer_id":153162,"tr_customer_product_id":153152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107134574172981","imei1":"107134574172981","imei2":"107134574172981","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153147,"job_number":"JOB_153147","tr_customer_id":153164,"tr_customer_product_id":153154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Howard Jerde","mobile_number":"225-762-0200","email_id":"Fermin.Emmerich@gmail.com","dop":"2025-06-09","serial_number":"103702688840930","imei1":"103702688840930","imei2":"103702688840930","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153315,"job_number":"JOB_153315","tr_customer_id":153332,"tr_customer_product_id":153322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:03.000Z","modified_at":"2026-01-13T06:19:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109231383262124","imei1":"109231383262124","imei2":"109231383262124","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153317,"job_number":"JOB_153317","tr_customer_id":153334,"tr_customer_product_id":153324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:04.000Z","modified_at":"2026-01-13T06:19:04.000Z","name":"Fermin Greenfelder","mobile_number":"955-317-6851","email_id":"Stewart_McDermott@gmail.com","dop":"2025-06-09","serial_number":"103613644269013","imei1":"103613644269013","imei2":"103613644269013","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153318,"job_number":"JOB_153318","tr_customer_id":153335,"tr_customer_product_id":153325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:21.000Z","modified_at":"2026-01-13T06:19:21.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108378338967206","imei1":"108378338967206","imei2":"108378338967206","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153320,"job_number":"JOB_153320","tr_customer_id":153337,"tr_customer_product_id":153327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:22.000Z","modified_at":"2026-01-13T06:19:22.000Z","name":"Aiyana Terry","mobile_number":"244-508-8666","email_id":"Larue48@yahoo.com","dop":"2025-06-09","serial_number":"100018750637698","imei1":"100018750637698","imei2":"100018750637698","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153321,"job_number":"JOB_153321","tr_customer_id":153338,"tr_customer_product_id":153328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101759281341148","imei1":"101759281341148","imei2":"101759281341148","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153323,"job_number":"JOB_153323","tr_customer_id":153340,"tr_customer_product_id":153330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Bella Harber","mobile_number":"687-229-6322","email_id":"Corbin_Spencer@gmail.com","dop":"2025-06-09","serial_number":"100340725009684","imei1":"100340725009684","imei2":"100340725009684","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153386,"job_number":"JOB_153386","tr_customer_id":153403,"tr_customer_product_id":153393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:47.000Z","modified_at":"2026-01-13T06:34:47.000Z","name":"Rocky Kihn","mobile_number":"647-238-4940","email_id":"Christine_OHara58@gmail.com","dop":"2025-12-14","serial_number":"143009261320082","imei1":"143009261320082","imei2":"143009261320082","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153435,"job_number":"JOB_153435","tr_customer_id":153452,"tr_customer_product_id":153442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:44:29.000Z","modified_at":"2026-01-13T06:44:29.000Z","name":"Gennaro Goldner","mobile_number":"672-408-8464","email_id":"Ardith21@yahoo.com","dop":"2025-12-14","serial_number":"167754165732138","imei1":"167754165732138","imei2":"167754165732138","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153436,"job_number":"JOB_153436","tr_customer_id":153453,"tr_customer_product_id":153443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:19.000Z","modified_at":"2026-01-13T06:45:19.000Z","name":"Delfina Romaguera","mobile_number":"669-856-6230","email_id":"Rodrick12@hotmail.com","dop":"2025-12-14","serial_number":"144203005884587","imei1":"144203005884587","imei2":"144203005884587","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153437,"job_number":"JOB_153437","tr_customer_id":153454,"tr_customer_product_id":153444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:55.000Z","modified_at":"2026-01-13T06:45:55.000Z","name":"Jeff Flatley","mobile_number":"980-824-0583","email_id":"Nico51@hotmail.com","dop":"2025-12-14","serial_number":"110431504331280","imei1":"110431504331280","imei2":"110431504331280","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153438,"job_number":"JOB_153438","tr_customer_id":153455,"tr_customer_product_id":153445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:46:45.000Z","modified_at":"2026-01-13T06:46:45.000Z","name":"Paris Kuhlman","mobile_number":"668-305-9525","email_id":"Vern54@yahoo.com","dop":"2025-12-14","serial_number":"154647379634597","imei1":"154647379634597","imei2":"154647379634597","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153041,"job_number":"JOB_153041","tr_customer_id":153058,"tr_customer_product_id":153048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:01.000Z","modified_at":"2026-01-13T03:50:01.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10771045020908","imei1":"10771045020908","imei2":"10771045020908","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153043,"job_number":"JOB_153043","tr_customer_id":153060,"tr_customer_product_id":153050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:03.000Z","modified_at":"2026-01-13T03:50:03.000Z","name":"Issac Halvorson","mobile_number":"623-899-5283","email_id":"Luciano.Sauer@hotmail.com","dop":"2000-01-31","serial_number":"1039681522645958","imei1":"1039681522645958","imei2":"1039681522645958","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153094,"job_number":"JOB_153094","tr_customer_id":153111,"tr_customer_product_id":153101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:45.000Z","modified_at":"2026-01-13T03:50:45.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10015942569125","imei1":"10015942569125","imei2":"10015942569125","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153096,"job_number":"JOB_153096","tr_customer_id":153113,"tr_customer_product_id":153103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:46.000Z","modified_at":"2026-01-13T03:50:46.000Z","name":"Jarvis Kemmer","mobile_number":"972-753-9216","email_id":"Hilda.Keeling@yahoo.com","dop":"2000-01-31","serial_number":"1020112878943666","imei1":"1020112878943666","imei2":"1020112878943666","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153133,"job_number":"JOB_153133","tr_customer_id":153150,"tr_customer_product_id":153140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10288763450665","imei1":"10288763450665","imei2":"10288763450665","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153137,"job_number":"JOB_153137","tr_customer_id":153154,"tr_customer_product_id":153144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Jabari Stehr","mobile_number":"287-975-7792","email_id":"Gus_Bins67@gmail.com","dop":"2000-01-31","serial_number":"1098414206692260","imei1":"1098414206692260","imei2":"1098414206692260","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153165,"job_number":"JOB_153165","tr_customer_id":153182,"tr_customer_product_id":153172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10841115840820","imei1":"10841115840820","imei2":"10841115840820","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153168,"job_number":"JOB_153168","tr_customer_id":153185,"tr_customer_product_id":153175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:12.000Z","modified_at":"2026-01-13T03:52:12.000Z","name":"Jermaine Zulauf","mobile_number":"918-227-4575","email_id":"Lincoln.Gottlieb@yahoo.com","dop":"2000-01-31","serial_number":"1027394656263062","imei1":"1027394656263062","imei2":"1027394656263062","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153375,"job_number":"JOB_153375","tr_customer_id":153392,"tr_customer_product_id":153382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:24.000Z","modified_at":"2026-01-13T06:34:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10959448393593","imei1":"10959448393593","imei2":"10959448393593","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153377,"job_number":"JOB_153377","tr_customer_id":153394,"tr_customer_product_id":153384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:26.000Z","modified_at":"2026-01-13T06:34:26.000Z","name":"Tyree Ritchie","mobile_number":"491-439-3683","email_id":"Kim_Pouros@hotmail.com","dop":"2000-01-31","serial_number":"1061851432109229","imei1":"1061851432109229","imei2":"1061851432109229","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153387,"job_number":"JOB_153387","tr_customer_id":153404,"tr_customer_product_id":153394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:05.000Z","modified_at":"2026-01-13T06:35:05.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10678535364811","imei1":"10678535364811","imei2":"10678535364811","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153389,"job_number":"JOB_153389","tr_customer_id":153406,"tr_customer_product_id":153396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:07.000Z","modified_at":"2026-01-13T06:35:07.000Z","name":"Modesta Spinka","mobile_number":"615-484-8860","email_id":"Titus.Pacocha@yahoo.com","dop":"2000-01-31","serial_number":"1007142660208962","imei1":"1007142660208962","imei2":"1007142660208962","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153404,"job_number":"JOB_153404","tr_customer_id":153421,"tr_customer_product_id":153411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:45.000Z","modified_at":"2026-01-13T06:35:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10727612053937","imei1":"10727612053937","imei2":"10727612053937","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153406,"job_number":"JOB_153406","tr_customer_id":153423,"tr_customer_product_id":153413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:47.000Z","modified_at":"2026-01-13T06:35:47.000Z","name":"Tristin Ryan","mobile_number":"731-841-8579","email_id":"Malvina_Botsford@gmail.com","dop":"2000-01-31","serial_number":"1040407565557196","imei1":"1040407565557196","imei2":"1040407565557196","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153415,"job_number":"JOB_153415","tr_customer_id":153432,"tr_customer_product_id":153422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:25.000Z","modified_at":"2026-01-13T06:36:25.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10674195446428","imei1":"10674195446428","imei2":"10674195446428","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153418,"job_number":"JOB_153418","tr_customer_id":153435,"tr_customer_product_id":153425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:27.000Z","modified_at":"2026-01-13T06:36:27.000Z","name":"Rebecca Beatty","mobile_number":"599-283-0498","email_id":"Rachel_Corwin@gmail.com","dop":"2000-01-31","serial_number":"1098154260216714","imei1":"1098154260216714","imei2":"1098154260216714","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iameng","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept-Language | en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | fa7caf56-1d2b-4ea1-8b5d-faf9280addf4 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 56 |
{
"username": "iameng",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 694 |
| ETag | W/"2b6-LlsjAWaI1Of+LvygQepMRqZWBOs" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:12 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTJ9.nqgTiCOZkQTj9gawmQp53MLk4RfSjhG77wxqRuqA3GM"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTJ9.nqgTiCOZkQTj9gawmQp53MLk4RfSjhG77wxqRuqA3GM |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 07f291b3-be07-48f8-8c3d-59bb82540805 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 441 |
| ETag | W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:12 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTJ9.nqgTiCOZkQTj9gawmQp53MLk4RfSjhG77wxqRuqA3GM |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ec443028-67ff-4ba0-8f0c-733480a0ec61 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 164 |
| ETag | W/"a4-QqK89asy6LZmxD4M4Cil7D1+riE" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:13 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":9},{"label":"Repair completed","key":"repair_completed","count":160}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_repair"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTJ9.nqgTiCOZkQTj9gawmQp53MLk4RfSjhG77wxqRuqA3GM |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a1b5fac9-12a4-445f-bf1c-dde8ce0ce9ec |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{"details_key":"pending_for_repair"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"22a9-vha1KOaXCf9U/exZvjQtuk2TFJ8" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:25:13 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":153254,"job_number":"JOB_153254","tr_customer_id":153271,"tr_customer_product_id":153261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:49:07.000Z","name":"Agnes Sauer","mobile_number":"768-305-9608","email_id":"Alberto.Nolan@yahoo.com","dop":"2025-04-06","serial_number":"15889270236263","imei1":"15889270236263","imei2":"15889270236263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153257,"job_number":"JOB_153257","tr_customer_id":153274,"tr_customer_product_id":153264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:11.000Z","modified_at":"2026-01-13T05:49:20.000Z","name":"Kamren Botsford","mobile_number":"600-682-4862","email_id":"Martine_Rippin42@yahoo.com","dop":"2025-04-06","serial_number":"10789530576132","imei1":"10789530576132","imei2":"10789530576132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:20.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153260,"job_number":"JOB_153260","tr_customer_id":153277,"tr_customer_product_id":153267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:32.000Z","name":"Eloise Jacobi","mobile_number":"918-815-6531","email_id":"Gabrielle85@yahoo.com","dop":"2025-04-06","serial_number":"17319101684601","imei1":"17319101684601","imei2":"17319101684601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:32.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153263,"job_number":"JOB_153263","tr_customer_id":153280,"tr_customer_product_id":153270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:35.000Z","modified_at":"2026-01-13T05:52:43.000Z","name":"Vance Kunde","mobile_number":"505-450-8939","email_id":"Vaughn.Wilderman24@yahoo.com","dop":"2025-04-06","serial_number":"10133662090302","imei1":"10133662090302","imei2":"10133662090302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:43.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153266,"job_number":"JOB_153266","tr_customer_id":153283,"tr_customer_product_id":153273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:54.000Z","name":"Keven Brown","mobile_number":"731-749-4248","email_id":"Bill35@yahoo.com","dop":"2025-04-06","serial_number":"14457627057717","imei1":"14457627057717","imei2":"14457627057717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153271,"job_number":"JOB_153271","tr_customer_id":153288,"tr_customer_product_id":153278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:56:02.000Z","name":"Maximus Bergstrom","mobile_number":"754-359-7636","email_id":"Morris_Jerde22@gmail.com","dop":"2025-04-06","serial_number":"19241883672005","imei1":"19241883672005","imei2":"19241883672005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:02.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153274,"job_number":"JOB_153274","tr_customer_id":153291,"tr_customer_product_id":153281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:05.000Z","modified_at":"2026-01-13T05:56:13.000Z","name":"Nyasia Barrows","mobile_number":"562-821-7870","email_id":"Tressa_Jacobson@gmail.com","dop":"2025-04-06","serial_number":"11133565931734","imei1":"11133565931734","imei2":"11133565931734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:13.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153277,"job_number":"JOB_153277","tr_customer_id":153294,"tr_customer_product_id":153284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:23.000Z","name":"Beulah Smith","mobile_number":"397-354-9766","email_id":"Derek.OKeefe@gmail.com","dop":"2025-04-06","serial_number":"12844022201102","imei1":"12844022201102","imei2":"12844022201102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:23.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153464,"job_number":"JOB_153464","tr_customer_id":153481,"tr_customer_product_id":153471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:25:04.000Z","modified_at":"2026-01-13T07:25:11.000Z","name":"Hilda Daniel","mobile_number":"336-787-3623","email_id":"Jessyca.Skiles@yahoo.com","dop":"2025-11-04","serial_number":"74790186277957","imei1":"74790186277957","imei2":"74790186277957","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T07:25:11.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"repair_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTJ9.nqgTiCOZkQTj9gawmQp53MLk4RfSjhG77wxqRuqA3GM |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d5f83769-975a-4af3-a800-abcec305ea83 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"details_key": "repair_completed"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:13 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTJ9.nqgTiCOZkQTj9gawmQp53MLk4RfSjhG77wxqRuqA3GM |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 9618220f-3ae8-471f-8695-c3bb1b871261 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"29d4-0BzX5Pp98TmUgSYiTOHNkBJKPm4" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:25:14 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":153464,"job_number":"JOB_153464","tr_customer_id":153481,"tr_customer_product_id":153471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:25:04.000Z","modified_at":"2026-01-13T07:25:11.000Z","name":"Hilda Daniel","mobile_number":"336-787-3623","email_id":"Jessyca.Skiles@yahoo.com","dop":"2025-11-04","serial_number":"74790186277957","imei1":"74790186277957","imei2":"74790186277957","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T07:25:11.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":153464,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T07:25:04.000Z"}],"quatations":[]},{"id":153277,"job_number":"JOB_153277","tr_customer_id":153294,"tr_customer_product_id":153284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:23.000Z","name":"Beulah Smith","mobile_number":"397-354-9766","email_id":"Derek.OKeefe@gmail.com","dop":"2025-04-06","serial_number":"12844022201102","imei1":"12844022201102","imei2":"12844022201102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:23.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153277,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:56:15.000Z"}],"quatations":[]},{"id":153274,"job_number":"JOB_153274","tr_customer_id":153291,"tr_customer_product_id":153281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:05.000Z","modified_at":"2026-01-13T05:56:13.000Z","name":"Nyasia Barrows","mobile_number":"562-821-7870","email_id":"Tressa_Jacobson@gmail.com","dop":"2025-04-06","serial_number":"11133565931734","imei1":"11133565931734","imei2":"11133565931734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:13.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153274,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:56:05.000Z"}],"quatations":[]},{"id":153271,"job_number":"JOB_153271","tr_customer_id":153288,"tr_customer_product_id":153278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:56:02.000Z","name":"Maximus Bergstrom","mobile_number":"754-359-7636","email_id":"Morris_Jerde22@gmail.com","dop":"2025-04-06","serial_number":"19241883672005","imei1":"19241883672005","imei2":"19241883672005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:02.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153271,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:55:54.000Z"}],"quatations":[]},{"id":153266,"job_number":"JOB_153266","tr_customer_id":153283,"tr_customer_product_id":153273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:54.000Z","name":"Keven Brown","mobile_number":"731-749-4248","email_id":"Bill35@yahoo.com","dop":"2025-04-06","serial_number":"14457627057717","imei1":"14457627057717","imei2":"14457627057717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153266,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:52:46.000Z"}],"quatations":[]},{"id":153263,"job_number":"JOB_153263","tr_customer_id":153280,"tr_customer_product_id":153270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:35.000Z","modified_at":"2026-01-13T05:52:43.000Z","name":"Vance Kunde","mobile_number":"505-450-8939","email_id":"Vaughn.Wilderman24@yahoo.com","dop":"2025-04-06","serial_number":"10133662090302","imei1":"10133662090302","imei2":"10133662090302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:43.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153263,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:52:35.000Z"}],"quatations":[]},{"id":153260,"job_number":"JOB_153260","tr_customer_id":153277,"tr_customer_product_id":153267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:32.000Z","name":"Eloise Jacobi","mobile_number":"918-815-6531","email_id":"Gabrielle85@yahoo.com","dop":"2025-04-06","serial_number":"17319101684601","imei1":"17319101684601","imei2":"17319101684601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:32.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153260,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:52:23.000Z"}],"quatations":[]},{"id":153257,"job_number":"JOB_153257","tr_customer_id":153274,"tr_customer_product_id":153264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:11.000Z","modified_at":"2026-01-13T05:49:20.000Z","name":"Kamren Botsford","mobile_number":"600-682-4862","email_id":"Martine_Rippin42@yahoo.com","dop":"2025-04-06","serial_number":"10789530576132","imei1":"10789530576132","imei2":"10789530576132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:20.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153257,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:49:11.000Z"}],"quatations":[]},{"id":153254,"job_number":"JOB_153254","tr_customer_id":153271,"tr_customer_product_id":153261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:49:07.000Z","name":"Agnes Sauer","mobile_number":"768-305-9608","email_id":"Alberto.Nolan@yahoo.com","dop":"2025-04-06","serial_number":"15889270236263","imei1":"15889270236263","imei2":"15889270236263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153254,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:48:59.000Z"}],"quatations":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTJ9.nqgTiCOZkQTj9gawmQp53MLk4RfSjhG77wxqRuqA3GM |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | dfc92c8f-fdf8-4c25-9377-559acb68403b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:25:14 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTJ9.nqgTiCOZkQTj9gawmQp53MLk4RfSjhG77wxqRuqA3GM |
| Content-Type | application/json |
| Accept | application/json, text/plain, */* |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 4905394b-f9ae-4997-9e6b-58f75b5761a7 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 136 |
{
"job_id":153464,
"problems": [
{
"id": 3,
"remark": "Reinstalled OS"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 42 |
| ETag | W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:14 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Repair successful.","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamqc","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | bfb41ff9-271f-4f36-9d4e-c1c2b71a32a1 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 55 |
{
"username": "iamqc",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 681 |
| ETag | W/"2a9-obOogcZjEwZae603fTTdZI3SM5k" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:14 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI4OTExNH0.v-wa8hx6-cHpT6lzVflWXyJgCcTh6B_4zh6H3yMCFps"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI4OTExNH0.v-wa8hx6-cHpT6lzVflWXyJgCcTh6B_4zh6H3yMCFps |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | c2b3a804-b9cb-45b5-951a-f53168e58550 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 431 |
| ETag | W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:15 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI4OTExNH0.v-wa8hx6-cHpT6lzVflWXyJgCcTh6B_4zh6H3yMCFps |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 391c0060-12a5-44be-9537-d73566da6399 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 202 |
| ETag | W/"ca-FB74LZeFgVgX2a6srX5guR/f1qk" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:15 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":3},{"label":"QC Completed","key":"qc_completed","count":158},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_qc"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI4OTExNH0.v-wa8hx6-cHpT6lzVflWXyJgCcTh6B_4zh6H3yMCFps |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f893d9dd-0075-4b89-b5ec-09bfca46a196 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 32 |
{"details_key":"pending_for_qc"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:15 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"qc_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI4OTExNH0.v-wa8hx6-cHpT6lzVflWXyJgCcTh6B_4zh6H3yMCFps |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 12cf7c04-22ae-4776-a033-e39cdd301d61 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 30 |
{"details_key":"qc_completed"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2621f-g5FyCHKd99r4WHqNIidIsp9a82Y" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:25:15 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":153463,"job_number":"JOB_153463","tr_customer_id":153480,"tr_customer_product_id":153470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:24:48.000Z","modified_at":"2026-01-13T07:24:59.000Z","name":"Jasper Jacobs","mobile_number":"263-201-8380","email_id":"Oral54@yahoo.com","dop":"2025-11-04","serial_number":"60467304956938","imei1":"60467304956938","imei2":"60467304956938","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:24:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153358,"job_number":"JOB_153358","tr_customer_id":153375,"tr_customer_product_id":153365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:13.000Z","modified_at":"2026-01-13T06:29:31.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"74712190858251","imei1":"74712190858251","imei2":"74712190858251","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153354,"job_number":"JOB_153354","tr_customer_id":153371,"tr_customer_product_id":153361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:28:53.000Z","modified_at":"2026-01-13T06:29:07.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"95023931804388","imei1":"95023931804388","imei2":"95023931804388","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153353,"job_number":"JOB_153353","tr_customer_id":153370,"tr_customer_product_id":153360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:28:35.000Z","modified_at":"2026-01-13T06:28:48.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"26994953784520","imei1":"26994953784520","imei2":"26994953784520","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153326,"job_number":"JOB_153326","tr_customer_id":153343,"tr_customer_product_id":153333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:21.000Z","modified_at":"2026-01-13T06:21:34.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"51037878341202","imei1":"51037878341202","imei2":"51037878341202","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153325,"job_number":"JOB_153325","tr_customer_id":153342,"tr_customer_product_id":153332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:04.000Z","modified_at":"2026-01-13T06:21:16.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"15757610740311","imei1":"15757610740311","imei2":"15757610740311","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153324,"job_number":"JOB_153324","tr_customer_id":153341,"tr_customer_product_id":153331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:20:49.000Z","modified_at":"2026-01-13T06:20:59.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"41673180072938","imei1":"41673180072938","imei2":"41673180072938","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153322,"job_number":"JOB_153322","tr_customer_id":153339,"tr_customer_product_id":153329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:57.000Z","name":"Rossie Bayer","mobile_number":"243-568-8992","email_id":"Haleigh65@hotmail.com","dop":"2025-06-09","serial_number":"108899204115745","imei1":"108899204115745","imei2":"108899204115745","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153319,"job_number":"JOB_153319","tr_customer_id":153336,"tr_customer_product_id":153326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:22.000Z","modified_at":"2026-01-13T06:19:36.000Z","name":"Ambrose Marvin","mobile_number":"801-386-0030","email_id":"Meda62@hotmail.com","dop":"2025-06-09","serial_number":"107935549367467","imei1":"107935549367467","imei2":"107935549367467","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153316,"job_number":"JOB_153316","tr_customer_id":153333,"tr_customer_product_id":153323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:04.000Z","modified_at":"2026-01-13T06:19:16.000Z","name":"Nathaniel Olson","mobile_number":"803-630-5817","email_id":"Mireille.Schamberger50@gmail.com","dop":"2025-06-09","serial_number":"107778902735409","imei1":"107778902735409","imei2":"107778902735409","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153314,"job_number":"JOB_153314","tr_customer_id":153331,"tr_customer_product_id":153321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:16:49.000Z","modified_at":"2026-01-13T06:17:16.000Z","name":"Vivian Reynolds","mobile_number":"389-565-0345","email_id":"Sincere75@hotmail.com","dop":"2025-10-01","serial_number":"13450906526211","imei1":"13450906526211","imei2":"13450906526211","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:17:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153313,"job_number":"JOB_153313","tr_customer_id":153330,"tr_customer_product_id":153320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:16:09.000Z","modified_at":"2026-01-13T06:16:19.000Z","name":"Jody Pacocha","mobile_number":"499-305-9410","email_id":"Lia.Schaden@gmail.com","dop":"2025-11-04","serial_number":"55751222311381","imei1":"55751222311381","imei2":"55751222311381","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153312,"job_number":"JOB_153312","tr_customer_id":153329,"tr_customer_product_id":153319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:15:56.000Z","modified_at":"2026-01-13T06:16:06.000Z","name":"Emmanuel Hahn","mobile_number":"766-876-6194","email_id":"Francesco56@yahoo.com","dop":"2025-11-04","serial_number":"64454951455282","imei1":"64454951455282","imei2":"64454951455282","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153311,"job_number":"JOB_153311","tr_customer_id":153328,"tr_customer_product_id":153318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:15:43.000Z","modified_at":"2026-01-13T06:15:53.000Z","name":"Deven Pollich","mobile_number":"803-334-4382","email_id":"Jolie.Friesen68@yahoo.com","dop":"2025-11-04","serial_number":"41830548879824","imei1":"41830548879824","imei2":"41830548879824","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:15:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153252,"job_number":"JOB_153252","tr_customer_id":153269,"tr_customer_product_id":153259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:47:05.000Z","modified_at":"2026-01-13T05:47:10.000Z","name":"Veekshith k","mobile_number":"9034324233","email_id":"Veekshith@gmail.com","dop":"2025-12-14","serial_number":"180473904683947","imei1":"180473904683947","imei2":"180473904683947","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:47:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153251,"job_number":"JOB_153251","tr_customer_id":153268,"tr_customer_product_id":153258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:47:00.000Z","modified_at":"2026-01-13T05:47:05.000Z","name":"Kiran Kumar","mobile_number":"904533233","email_id":"kiran@gmail.com","dop":"2025-12-14","serial_number":"163841812032817","imei1":"163841812032817","imei2":"163841812032817","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:47:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153250,"job_number":"JOB_153250","tr_customer_id":153267,"tr_customer_product_id":153257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:46:55.000Z","modified_at":"2026-01-13T05:46:59.000Z","name":"Anitha Kumari","mobile_number":"8934535434","email_id":"anitha@gmail.com","dop":"2025-12-14","serial_number":"144345242210525","imei1":"144345242210525","imei2":"144345242210525","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153249,"job_number":"JOB_153249","tr_customer_id":153266,"tr_customer_product_id":153256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:17.000Z","modified_at":"2026-01-13T05:45:22.000Z","name":"{{irst_name}} k","mobile_number":"9034324233","email_id":"Veekshith@gmail.com","dop":"2025-12-14","serial_number":"157362364060723","imei1":"157362364060723","imei2":"157362364060723","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153248,"job_number":"JOB_153248","tr_customer_id":153265,"tr_customer_product_id":153255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:11.000Z","modified_at":"2026-01-13T05:45:16.000Z","name":"{{irst_name}} Kumar","mobile_number":"904533233","email_id":"kiran@gmail.com","dop":"2025-12-14","serial_number":"198613087741501","imei1":"198613087741501","imei2":"198613087741501","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153247,"job_number":"JOB_153247","tr_customer_id":153264,"tr_customer_product_id":153254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:06.000Z","modified_at":"2026-01-13T05:45:10.000Z","name":"{{irst_name}} Kumari","mobile_number":"8934535434","email_id":"anitha@gmail.com","dop":"2025-12-14","serial_number":"135620959077456","imei1":"135620959077456","imei2":"135620959077456","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153146,"job_number":"JOB_153146","tr_customer_id":153163,"tr_customer_product_id":153153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:48.000Z","name":"Edna Renner","mobile_number":"521-605-6662","email_id":"Raegan_Huel@gmail.com","dop":"2025-06-09","serial_number":"101831249953224","imei1":"101831249953224","imei2":"101831249953224","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153127,"job_number":"JOB_153127","tr_customer_id":153144,"tr_customer_product_id":153134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:34.000Z","name":"Jesus Bogisich","mobile_number":"679-297-1298","email_id":"Elna.Heathcote@hotmail.com","dop":"2025-06-09","serial_number":"109371719799567","imei1":"109371719799567","imei2":"109371719799567","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153113,"job_number":"JOB_153113","tr_customer_id":153130,"tr_customer_product_id":153120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:09.000Z","modified_at":"2026-01-13T03:51:19.000Z","name":"Chyna Balistreri","mobile_number":"349-335-7904","email_id":"Rhoda81@yahoo.com","dop":"2025-06-09","serial_number":"102626666223811","imei1":"102626666223811","imei2":"102626666223811","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153079,"job_number":"JOB_153079","tr_customer_id":153096,"tr_customer_product_id":153086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"Jessika Hessel","mobile_number":"709-340-3337","email_id":"Krystal8@hotmail.com","dop":"2025-10-01","serial_number":"12068824628396","imei1":"12068824628396","imei2":"12068824628396","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153035,"job_number":"JOB_153035","tr_customer_id":153052,"tr_customer_product_id":153042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:55.000Z","modified_at":"2026-01-13T03:50:02.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12139760903334","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152994,"job_number":"JOB_152994","tr_customer_id":153011,"tr_customer_product_id":153001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:10.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11037017348002","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153460,"job_number":"JOB_153460","tr_customer_id":153477,"tr_customer_product_id":153467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:26.000Z","modified_at":"2026-01-13T07:02:06.000Z","name":"Alivia Considine","mobile_number":"518-317-2380","email_id":"Erna_Kris84@hotmail.com","dop":"2025-04-06","serial_number":"19719354106709","imei1":"19719354106709","imei2":"19719354106709","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153448,"job_number":"JOB_153448","tr_customer_id":153465,"tr_customer_product_id":153455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:04.000Z","modified_at":"2026-01-13T06:49:42.000Z","name":"Nico McClure","mobile_number":"501-362-3642","email_id":"Norbert.Sawayn86@gmail.com","dop":"2025-04-06","serial_number":"14731581720705","imei1":"14731581720705","imei2":"14731581720705","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:49:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153445,"job_number":"JOB_153445","tr_customer_id":153462,"tr_customer_product_id":153452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:17.000Z","modified_at":"2026-01-13T06:48:56.000Z","name":"Jamil Dickinson","mobile_number":"590-759-8979","email_id":"Kimberly.Maggio70@gmail.com","dop":"2025-04-06","serial_number":"15965554356476","imei1":"15965554356476","imei2":"15965554356476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153441,"job_number":"JOB_153441","tr_customer_id":153458,"tr_customer_product_id":153448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:31.000Z","modified_at":"2026-01-13T06:48:10.000Z","name":"Maverick Adams","mobile_number":"456-448-8559","email_id":"Janessa.Kassulke@yahoo.com","dop":"2025-04-06","serial_number":"18207146180463","imei1":"18207146180463","imei2":"18207146180463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153440,"job_number":"JOB_153440","tr_customer_id":153457,"tr_customer_product_id":153447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:30.000Z","modified_at":"2026-01-13T06:48:07.000Z","name":"Joey Botsford","mobile_number":"997-401-3371","email_id":"Jacquelyn.Okuneva@gmail.com","dop":"2025-04-06","serial_number":"10149094290009","imei1":"10149094290009","imei2":"10149094290009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153433,"job_number":"JOB_153433","tr_customer_id":153450,"tr_customer_product_id":153440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:17.000Z","modified_at":"2026-01-13T06:43:00.000Z","name":"Nathen D'Amore","mobile_number":"219-861-1497","email_id":"Sheila_Hoppe@yahoo.com","dop":"2025-04-06","serial_number":"17627831077175","imei1":"17627831077175","imei2":"17627831077175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:43:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153430,"job_number":"JOB_153430","tr_customer_id":153447,"tr_customer_product_id":153437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:57.000Z","modified_at":"2026-01-13T06:42:34.000Z","name":"Moshe Jerde","mobile_number":"800-976-0751","email_id":"Lafayette.Thiel@gmail.com","dop":"2025-04-06","serial_number":"19218250814594","imei1":"19218250814594","imei2":"19218250814594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153428,"job_number":"JOB_153428","tr_customer_id":153445,"tr_customer_product_id":153435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:42.000Z","modified_at":"2026-01-13T06:42:19.000Z","name":"Kenna Batz","mobile_number":"804-508-1073","email_id":"Wanda56@hotmail.com","dop":"2025-04-06","serial_number":"18699635045385","imei1":"18699635045385","imei2":"18699635045385","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153426,"job_number":"JOB_153426","tr_customer_id":153443,"tr_customer_product_id":153433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:29.000Z","modified_at":"2026-01-13T06:42:10.000Z","name":"Randi Casper","mobile_number":"305-340-7811","email_id":"Jannie81@hotmail.com","dop":"2025-04-06","serial_number":"18332573452941","imei1":"18332573452941","imei2":"18332573452941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153423,"job_number":"JOB_153423","tr_customer_id":153440,"tr_customer_product_id":153430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:37.000Z","modified_at":"2026-01-13T06:41:21.000Z","name":"Boyd Kautzer","mobile_number":"612-716-9772","email_id":"Lauryn.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"17058788996246","imei1":"17058788996246","imei2":"17058788996246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153420,"job_number":"JOB_153420","tr_customer_id":153437,"tr_customer_product_id":153427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:07.000Z","modified_at":"2026-01-13T06:37:45.000Z","name":"Darrion Botsford","mobile_number":"784-778-0860","email_id":"Amparo.Turcotte12@yahoo.com","dop":"2025-04-06","serial_number":"17711954331293","imei1":"17711954331293","imei2":"17711954331293","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153417,"job_number":"JOB_153417","tr_customer_id":153434,"tr_customer_product_id":153424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:26.000Z","modified_at":"2026-01-13T06:36:59.000Z","name":"Lilla Bernhard","mobile_number":"823-828-9325","email_id":"Alison89@hotmail.com","dop":"2000-01-31","serial_number":"10006108857699","imei1":"10006108857699","imei2":"10006108857699","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153414,"job_number":"JOB_153414","tr_customer_id":153431,"tr_customer_product_id":153421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:24.000Z","modified_at":"2026-01-13T06:37:07.000Z","name":"Deja Hessel","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"116936879122410","imei1":"116936879122410","imei2":"116936879122410","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153411,"job_number":"JOB_153411","tr_customer_id":153428,"tr_customer_product_id":153418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:20.000Z","modified_at":"2026-01-13T06:37:00.000Z","name":"Roberta Purdy","mobile_number":"884-342-7518","email_id":"Orval_Bauch@hotmail.com","dop":"2025-04-06","serial_number":"11094089757398","imei1":"11094089757398","imei2":"11094089757398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153408,"job_number":"JOB_153408","tr_customer_id":153425,"tr_customer_product_id":153415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:58.000Z","modified_at":"2026-01-13T06:36:39.000Z","name":"Alyce Padberg","mobile_number":"489-281-6574","email_id":"Sigurd97@yahoo.com","dop":"2025-04-06","serial_number":"17623833105495","imei1":"17623833105495","imei2":"17623833105495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153405,"job_number":"JOB_153405","tr_customer_id":153422,"tr_customer_product_id":153412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:46.000Z","modified_at":"2026-01-13T06:36:19.000Z","name":"Zelda Pfeffer","mobile_number":"447-461-1503","email_id":"Damion_Vandervort@yahoo.com","dop":"2000-01-31","serial_number":"10791063874273","imei1":"10791063874273","imei2":"10791063874273","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153402,"job_number":"JOB_153402","tr_customer_id":153419,"tr_customer_product_id":153409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:42.000Z","modified_at":"2026-01-13T06:36:18.000Z","name":"Chelsea Streich","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"149157500091475","imei1":"149157500091475","imei2":"149157500091475","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153399,"job_number":"JOB_153399","tr_customer_id":153416,"tr_customer_product_id":153406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:36.000Z","modified_at":"2026-01-13T06:36:14.000Z","name":"Viva Marks","mobile_number":"331-967-4577","email_id":"Brown.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"17730972665861","imei1":"17730972665861","imei2":"17730972665861","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153396,"job_number":"JOB_153396","tr_customer_id":153413,"tr_customer_product_id":153403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:19.000Z","modified_at":"2026-01-13T06:35:51.000Z","name":"Rodolfo Spencer","mobile_number":"798-311-2600","email_id":"Wilfrid.Stracke@gmail.com","dop":"2025-04-06","serial_number":"11549616850912","imei1":"11549616850912","imei2":"11549616850912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153394,"job_number":"JOB_153394","tr_customer_id":153411,"tr_customer_product_id":153401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:18.000Z","modified_at":"2026-01-13T06:35:54.000Z","name":"Frederique Mohr","mobile_number":"384-670-6239","email_id":"Maybell78@hotmail.com","dop":"2025-10-21","serial_number":"14751608010196","imei1":"14751608010196","imei2":"14751608010196","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153391,"job_number":"JOB_153391","tr_customer_id":153408,"tr_customer_product_id":153398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:10.000Z","modified_at":"2026-01-13T06:35:50.000Z","name":"Jarrod Senger","mobile_number":"797-312-6822","email_id":"Prudence97@hotmail.com","dop":"2025-04-06","serial_number":"10637771405309","imei1":"10637771405309","imei2":"10637771405309","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153388,"job_number":"JOB_153388","tr_customer_id":153405,"tr_customer_product_id":153395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:05.000Z","modified_at":"2026-01-13T06:35:39.000Z","name":"Therese Gerlach","mobile_number":"434-907-2013","email_id":"Luciano_Gorczany@gmail.com","dop":"2000-01-31","serial_number":"10406526539296","imei1":"10406526539296","imei2":"10406526539296","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153384,"job_number":"JOB_153384","tr_customer_id":153401,"tr_customer_product_id":153391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:35:36.000Z","name":"Rodolfo Stracke","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"187829911197256","imei1":"187829911197256","imei2":"187829911197256","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153381,"job_number":"JOB_153381","tr_customer_id":153398,"tr_customer_product_id":153388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:41.000Z","modified_at":"2026-01-13T06:35:13.000Z","name":"Elizabeth Fisher","mobile_number":"718-606-2221","email_id":"Itzel_Bauch98@gmail.com","dop":"2025-04-06","serial_number":"15807422322553","imei1":"15807422322553","imei2":"15807422322553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153379,"job_number":"JOB_153379","tr_customer_id":153396,"tr_customer_product_id":153386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:35.000Z","modified_at":"2026-01-13T06:35:11.000Z","name":"Hattie Waters","mobile_number":"397-394-9916","email_id":"Seamus.Champlin98@gmail.com","dop":"2025-10-21","serial_number":"10366208297076","imei1":"10366208297076","imei2":"10366208297076","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153376,"job_number":"JOB_153376","tr_customer_id":153393,"tr_customer_product_id":153383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:25.000Z","modified_at":"2026-01-13T06:34:59.000Z","name":"Enos VonRueden","mobile_number":"874-906-1957","email_id":"Anita40@yahoo.com","dop":"2000-01-31","serial_number":"10228922048626","imei1":"10228922048626","imei2":"10228922048626","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153373,"job_number":"JOB_153373","tr_customer_id":153390,"tr_customer_product_id":153380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:21.000Z","modified_at":"2026-01-13T06:35:02.000Z","name":"Marcia Murphy","mobile_number":"782-385-9100","email_id":"Jazmyne.Nitzsche44@hotmail.com","dop":"2025-04-06","serial_number":"15506943955279","imei1":"15506943955279","imei2":"15506943955279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153370,"job_number":"JOB_153370","tr_customer_id":153387,"tr_customer_product_id":153377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:02.000Z","modified_at":"2026-01-13T06:34:35.000Z","name":"Hanna Sporer","mobile_number":"965-882-6945","email_id":"Raphael36@gmail.com","dop":"2025-04-06","serial_number":"18981159232156","imei1":"18981159232156","imei2":"18981159232156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153368,"job_number":"JOB_153368","tr_customer_id":153385,"tr_customer_product_id":153375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:51.000Z","modified_at":"2026-01-13T06:34:28.000Z","name":"Yasmine Mohr","mobile_number":"974-237-6041","email_id":"Bridgette.Bogan90@gmail.com","dop":"2025-10-21","serial_number":"11546601818771","imei1":"11546601818771","imei2":"11546601818771","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153365,"job_number":"JOB_153365","tr_customer_id":153382,"tr_customer_product_id":153372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:24.000Z","modified_at":"2026-01-13T06:34:00.000Z","name":"Shawn Reichel","mobile_number":"996-337-6530","email_id":"Gracie_Kemmer@gmail.com","dop":"2025-04-06","serial_number":"17769609635193","imei1":"17769609635193","imei2":"17769609635193","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153363,"job_number":"JOB_153363","tr_customer_id":153380,"tr_customer_product_id":153370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:24.000Z","modified_at":"2026-01-13T06:30:56.000Z","name":"Neha Considine","mobile_number":"659-405-0548","email_id":"Herbert58@yahoo.com","dop":"2025-04-06","serial_number":"15153876601935","imei1":"15153876601935","imei2":"15153876601935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153360,"job_number":"JOB_153360","tr_customer_id":153377,"tr_customer_product_id":153367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:45.000Z","modified_at":"2026-01-13T06:30:17.000Z","name":"Jarrett Wiza","mobile_number":"692-480-9775","email_id":"Glenna.Ferry36@gmail.com","dop":"2025-04-06","serial_number":"13658884591254","imei1":"13658884591254","imei2":"13658884591254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153356,"job_number":"JOB_153356","tr_customer_id":153373,"tr_customer_product_id":153363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:06.000Z","modified_at":"2026-01-13T06:29:39.000Z","name":"Delta Keeling","mobile_number":"911-865-7072","email_id":"Cordell.Turcotte4@yahoo.com","dop":"2025-04-06","serial_number":"15104738751563","imei1":"15104738751563","imei2":"15104738751563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153351,"job_number":"JOB_153351","tr_customer_id":153368,"tr_customer_product_id":153358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:44.000Z","modified_at":"2026-01-13T06:28:26.000Z","name":"Keanu Roob","mobile_number":"837-755-1053","email_id":"Wilfredo.Wisoky66@yahoo.com","dop":"2025-04-06","serial_number":"16918522598446","imei1":"16918522598446","imei2":"16918522598446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153349,"job_number":"JOB_153349","tr_customer_id":153366,"tr_customer_product_id":153356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:40.000Z","modified_at":"2026-01-13T06:28:14.000Z","name":"Humberto Kulas","mobile_number":"884-504-2182","email_id":"Valentin52@yahoo.com","dop":"2025-04-06","serial_number":"17304389644094","imei1":"17304389644094","imei2":"17304389644094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153346,"job_number":"JOB_153346","tr_customer_id":153363,"tr_customer_product_id":153353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:59.000Z","modified_at":"2026-01-13T06:27:33.000Z","name":"Vallie West","mobile_number":"407-473-1389","email_id":"Oliver.Abshire34@hotmail.com","dop":"2025-04-06","serial_number":"19340968579621","imei1":"19340968579621","imei2":"19340968579621","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:27:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153343,"job_number":"JOB_153343","tr_customer_id":153360,"tr_customer_product_id":153350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:18.000Z","modified_at":"2026-01-13T06:26:53.000Z","name":"Esmeralda Kerluke","mobile_number":"506-930-2893","email_id":"Fannie_Krajcik@hotmail.com","dop":"2025-04-06","serial_number":"17893364476748","imei1":"17893364476748","imei2":"17893364476748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153341,"job_number":"JOB_153341","tr_customer_id":153358,"tr_customer_product_id":153348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:16.000Z","modified_at":"2026-01-13T06:23:29.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"13116974344677","imei1":"13116974344677","imei2":"13116974344677","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153338,"job_number":"JOB_153338","tr_customer_id":153355,"tr_customer_product_id":153345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:23:09.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"19478416349558","imei1":"19478416349558","imei2":"19478416349558","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153335,"job_number":"JOB_153335","tr_customer_id":153352,"tr_customer_product_id":153342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:36.000Z","modified_at":"2026-01-13T06:22:49.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"18091870566457","imei1":"18091870566457","imei2":"18091870566457","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:22:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153331,"job_number":"JOB_153331","tr_customer_id":153348,"tr_customer_product_id":153338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:34.000Z","modified_at":"2026-01-13T06:23:10.000Z","name":"Nash Price","mobile_number":"200-567-3305","email_id":"Nick.Nitzsche56@yahoo.com","dop":"2025-06-18","serial_number":"10089028831102","imei1":"10089028831102","imei2":"10089028831102","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153328,"job_number":"JOB_153328","tr_customer_id":153345,"tr_customer_product_id":153335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:49.000Z","modified_at":"2026-01-13T06:22:26.000Z","name":"Earline DuBuque","mobile_number":"774-575-2993","email_id":"Hilton.McCullough@hotmail.com","dop":"2025-06-18","serial_number":"10630115371402","imei1":"10630115371402","imei2":"10630115371402","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153308,"job_number":"JOB_153308","tr_customer_id":153325,"tr_customer_product_id":153315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:01.000Z","modified_at":"2026-01-13T06:06:32.000Z","name":"Oswaldo Kuhlman","mobile_number":"411-317-4180","email_id":"Garnet_Durgan20@gmail.com","dop":"2025-04-06","serial_number":"17711627910827","imei1":"17711627910827","imei2":"17711627910827","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:06:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153305,"job_number":"JOB_153305","tr_customer_id":153322,"tr_customer_product_id":153312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:22.000Z","modified_at":"2026-01-13T06:05:55.000Z","name":"Alexander Pfannerstill","mobile_number":"548-598-7996","email_id":"Cornelius_Durgan@gmail.com","dop":"2025-04-06","serial_number":"18124973985957","imei1":"18124973985957","imei2":"18124973985957","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:05:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153302,"job_number":"JOB_153302","tr_customer_id":153319,"tr_customer_product_id":153309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:39.000Z","modified_at":"2026-01-13T06:05:15.000Z","name":"Luna Mohr","mobile_number":"516-760-2059","email_id":"Dahlia_Dare@gmail.com","dop":"2025-04-06","serial_number":"15519855397565","imei1":"15519855397565","imei2":"15519855397565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153299,"job_number":"JOB_153299","tr_customer_id":153316,"tr_customer_product_id":153306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:15.000Z","modified_at":"2026-01-13T06:04:55.000Z","name":"Lance Rohan","mobile_number":"273-361-1720","email_id":"Christ_Rice@hotmail.com","dop":"2025-10-22","serial_number":"195068451750918","imei1":"195068451750918","imei2":"195068451750918","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:04:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153295,"job_number":"JOB_153295","tr_customer_id":153312,"tr_customer_product_id":153302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:01.000Z","modified_at":"2026-01-13T06:03:38.000Z","name":"Hayley Harris","mobile_number":"218-724-7710","email_id":"Yvette.Nolan@gmail.com","dop":"2025-04-06","serial_number":"13075139451226","imei1":"13075139451226","imei2":"13075139451226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:03:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153290,"job_number":"JOB_153290","tr_customer_id":153307,"tr_customer_product_id":153297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:17.000Z","modified_at":"2026-01-13T06:02:54.000Z","name":"Malcolm DuBuque","mobile_number":"519-318-2941","email_id":"Marco_Buckridge@yahoo.com","dop":"2025-04-06","serial_number":"18737653148310","imei1":"18737653148310","imei2":"18737653148310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:02:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153283,"job_number":"JOB_153283","tr_customer_id":153300,"tr_customer_product_id":153290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:32.000Z","modified_at":"2026-01-13T06:02:09.000Z","name":"Johnathan Boyer","mobile_number":"512-475-3196","email_id":"Skylar_Huel95@yahoo.com","dop":"2025-04-06","serial_number":"15757694630382","imei1":"15757694630382","imei2":"15757694630382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153268,"job_number":"JOB_153268","tr_customer_id":153285,"tr_customer_product_id":153275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:54:14.000Z","modified_at":"2026-01-13T05:54:56.000Z","name":"Niko Schulist","mobile_number":"481-874-6480","email_id":"Darrick.Satterfield6@yahoo.com","dop":"2025-10-22","serial_number":"151916441720945","imei1":"151916441720945","imei2":"151916441720945","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153243,"job_number":"JOB_153243","tr_customer_id":153260,"tr_customer_product_id":153250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:26:51.000Z","modified_at":"2026-01-13T05:27:32.000Z","name":"Robert Ruecker","mobile_number":"747-309-3058","email_id":"Chaz56@hotmail.com","dop":"2025-10-22","serial_number":"145637679868377","imei1":"145637679868377","imei2":"145637679868377","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:27:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153236,"job_number":"JOB_153236","tr_customer_id":153253,"tr_customer_product_id":153243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:58:08.000Z","modified_at":"2026-01-13T04:58:49.000Z","name":"Olen Runolfsdottir","mobile_number":"693-480-7361","email_id":"Manuel91@hotmail.com","dop":"2025-10-22","serial_number":"194650892173770","imei1":"194650892173770","imei2":"194650892173770","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153234,"job_number":"JOB_153234","tr_customer_id":153251,"tr_customer_product_id":153241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:57:11.000Z","modified_at":"2026-01-13T04:57:48.000Z","name":"Valerie Weimann","mobile_number":"699-912-4764","email_id":"Rosella87@gmail.com","dop":"2025-04-06","serial_number":"10257836179161","imei1":"10257836179161","imei2":"10257836179161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153232,"job_number":"JOB_153232","tr_customer_id":153249,"tr_customer_product_id":153239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:56:48.000Z","modified_at":"2026-01-13T04:57:24.000Z","name":"Brooke Conroy","mobile_number":"724-781-1508","email_id":"Felicity64@gmail.com","dop":"2025-04-06","serial_number":"11149067402522","imei1":"11149067402522","imei2":"11149067402522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153230,"job_number":"JOB_153230","tr_customer_id":153247,"tr_customer_product_id":153237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:20.000Z","modified_at":"2026-01-13T04:53:41.000Z","name":"Olin Barton","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"107200541596307","imei1":"107200541596307","imei2":"107200541596307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T04:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153227,"job_number":"JOB_153227","tr_customer_id":153244,"tr_customer_product_id":153234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:49.000Z","modified_at":"2026-01-13T04:53:14.000Z","name":"Irving Quitzon","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"169166966641877","imei1":"169166966641877","imei2":"169166966641877","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:53:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153224,"job_number":"JOB_153224","tr_customer_id":153241,"tr_customer_product_id":153231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:18.000Z","modified_at":"2026-01-13T04:52:43.000Z","name":"Oscar Becker","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"148613264957660","imei1":"148613264957660","imei2":"148613264957660","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153221,"job_number":"JOB_153221","tr_customer_id":153238,"tr_customer_product_id":153228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:20.000Z","modified_at":"2026-01-13T04:46:46.000Z","name":"Kayla Pfannerstill","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"106492634415458","imei1":"106492634415458","imei2":"106492634415458","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153219,"job_number":"JOB_153219","tr_customer_id":153236,"tr_customer_product_id":153226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:15.000Z","modified_at":"2026-01-13T04:46:24.000Z","name":"Francisco Buckridge","mobile_number":"822-419-1357","email_id":"Kristofer.Waelchi57@gmail.com","dop":"2025-07-01","serial_number":"104286731915734","imei1":"104286731915734","imei2":"104286731915734","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153217,"job_number":"JOB_153217","tr_customer_id":153234,"tr_customer_product_id":153224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:03.000Z","modified_at":"2026-01-13T04:46:12.000Z","name":"Ashlynn Donnelly","mobile_number":"391-401-5748","email_id":"Neva.Conn@hotmail.com","dop":"2025-07-01","serial_number":"107786111302782","imei1":"107786111302782","imei2":"107786111302782","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153214,"job_number":"JOB_153214","tr_customer_id":153231,"tr_customer_product_id":153221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:46.000Z","modified_at":"2026-01-13T04:46:15.000Z","name":"Ramiro Kunze","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"193421172284975","imei1":"193421172284975","imei2":"193421172284975","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153211,"job_number":"JOB_153211","tr_customer_id":153228,"tr_customer_product_id":153218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:13.000Z","modified_at":"2026-01-13T04:45:40.000Z","name":"Lillie Macejkovic","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"141865893280422","imei1":"141865893280422","imei2":"141865893280422","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153204,"job_number":"JOB_153204","tr_customer_id":153221,"tr_customer_product_id":153211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:29:34.000Z","modified_at":"2026-01-13T04:30:13.000Z","name":"Clara Hermiston","mobile_number":"462-509-4186","email_id":"Vesta.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"12004814891364","imei1":"12004814891364","imei2":"12004814891364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153202,"job_number":"JOB_153202","tr_customer_id":153219,"tr_customer_product_id":153209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:53.000Z","modified_at":"2026-01-13T04:25:32.000Z","name":"Nicholaus Erdman","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"180799427188734","imei1":"180799427188734","imei2":"180799427188734","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153200,"job_number":"JOB_153200","tr_customer_id":153217,"tr_customer_product_id":153207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:44.000Z","modified_at":"2026-01-13T04:24:53.000Z","name":"Anusha 123saikam","mobile_number":"7894561230","email_id":"anusha@gmail.com","dop":"2025-12-10","serial_number":"130241026316878","imei1":"130241026316878","imei2":"130241026316878","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153199,"job_number":"JOB_153199","tr_customer_id":153216,"tr_customer_product_id":153206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:33.000Z","modified_at":"2026-01-13T04:24:42.000Z","name":"Akira nandan","mobile_number":"7894561230","email_id":"akira@gmail.com","dop":"2025-12-10","serial_number":"158049088537383","imei1":"158049088537383","imei2":"158049088537383","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153197,"job_number":"JOB_153197","tr_customer_id":153214,"tr_customer_product_id":153204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:22.000Z","modified_at":"2026-01-13T04:24:48.000Z","name":"Trevor Windler","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"187978613223407","imei1":"187978613223407","imei2":"187978613223407","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153194,"job_number":"JOB_153194","tr_customer_id":153211,"tr_customer_product_id":153201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:49.000Z","modified_at":"2026-01-13T04:24:16.000Z","name":"Alfonzo Farrell","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"100297118865037","imei1":"100297118865037","imei2":"100297118865037","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153192,"job_number":"JOB_153192","tr_customer_id":153209,"tr_customer_product_id":153199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:27.000Z","modified_at":"2026-01-13T04:00:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83788810237229","imei1":"83788810237229","imei2":"83788810237229","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153185,"job_number":"JOB_153185","tr_customer_id":153202,"tr_customer_product_id":153192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T04:00:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94819976954615","imei1":"94819976954615","imei2":"94819976954615","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:00:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153178,"job_number":"JOB_153178","tr_customer_id":153195,"tr_customer_product_id":153185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:27.000Z","modified_at":"2026-01-13T03:59:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29797554775792","imei1":"29797554775792","imei2":"29797554775792","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153170,"job_number":"JOB_153170","tr_customer_id":153187,"tr_customer_product_id":153177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:20.000Z","modified_at":"2026-01-13T03:52:53.000Z","name":"Garret Rowe","mobile_number":"883-929-1183","email_id":"Amely.Beier58@yahoo.com","dop":"2025-04-06","serial_number":"14482159822343","imei1":"14482159822343","imei2":"14482159822343","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153166,"job_number":"JOB_153166","tr_customer_id":153183,"tr_customer_product_id":153173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:46.000Z","name":"Dortha Veum","mobile_number":"660-969-1672","email_id":"Demond18@yahoo.com","dop":"2000-01-31","serial_number":"10016107663628","imei1":"10016107663628","imei2":"10016107663628","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153164,"job_number":"JOB_153164","tr_customer_id":153181,"tr_customer_product_id":153171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:48.000Z","name":"Hellen Koch","mobile_number":"626-882-4725","email_id":"Pamela.Dibbert67@gmail.com","dop":"2025-04-06","serial_number":"11225375272847","imei1":"11225375272847","imei2":"11225375272847","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153160,"job_number":"JOB_153160","tr_customer_id":153177,"tr_customer_product_id":153167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:09.000Z","modified_at":"2026-01-13T03:52:42.000Z","name":"Arno Bosco","mobile_number":"893-892-5495","email_id":"Erling84@gmail.com","dop":"2025-04-06","serial_number":"17465608746796","imei1":"17465608746796","imei2":"17465608746796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153158,"job_number":"JOB_153158","tr_customer_id":153175,"tr_customer_product_id":153165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:08.000Z","modified_at":"2026-01-13T03:52:45.000Z","name":"Carolina Metz","mobile_number":"594-473-0911","email_id":"Marlene_Pollich@gmail.com","dop":"2025-04-06","serial_number":"14980459183214","imei1":"14980459183214","imei2":"14980459183214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153154,"job_number":"JOB_153154","tr_customer_id":153171,"tr_customer_product_id":153161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:41.000Z","name":"Garrett Adams","mobile_number":"387-242-2491","email_id":"Lester.Price67@gmail.com","dop":"2025-04-06","serial_number":"12827174016787","imei1":"12827174016787","imei2":"12827174016787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153153,"job_number":"JOB_153153","tr_customer_id":153170,"tr_customer_product_id":153160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:39.000Z","name":"Waldo Purdy","mobile_number":"563-568-5004","email_id":"Reed.Reichel@yahoo.com","dop":"2025-04-06","serial_number":"11258330462824","imei1":"11258330462824","imei2":"11258330462824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153149,"job_number":"JOB_153149","tr_customer_id":153166,"tr_customer_product_id":153156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:39.000Z","modified_at":"2026-01-13T03:52:13.000Z","name":"Chet Mertz","mobile_number":"688-232-0809","email_id":"Nova_Prohaska@hotmail.com","dop":"2025-04-06","serial_number":"14850575317100","imei1":"14850575317100","imei2":"14850575317100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153143,"job_number":"JOB_153143","tr_customer_id":153160,"tr_customer_product_id":153150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:35.000Z","modified_at":"2026-01-13T03:52:07.000Z","name":"Hubert Kovacek","mobile_number":"517-577-8902","email_id":"Trenton.Weissnat77@hotmail.com","dop":"2025-04-06","serial_number":"19611515181213","imei1":"19611515181213","imei2":"19611515181213","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153140,"job_number":"JOB_153140","tr_customer_id":153157,"tr_customer_product_id":153147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:30.000Z","modified_at":"2026-01-13T03:52:06.000Z","name":"Carroll Robel","mobile_number":"647-850-5116","email_id":"Cicero.Abshire@hotmail.com","dop":"2025-04-06","serial_number":"11183956973022","imei1":"11183956973022","imei2":"11183956973022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153136,"job_number":"JOB_153136","tr_customer_id":153153,"tr_customer_product_id":153143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:52:02.000Z","name":"Ettie Armstrong","mobile_number":"795-463-6086","email_id":"Abraham_Little31@yahoo.com","dop":"2025-04-06","serial_number":"16460214171741","imei1":"16460214171741","imei2":"16460214171741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153135,"job_number":"JOB_153135","tr_customer_id":153152,"tr_customer_product_id":153142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:52:04.000Z","name":"Mac Lynch","mobile_number":"675-329-2613","email_id":"Bonnie.Maggio@hotmail.com","dop":"2000-01-31","serial_number":"10001411456309","imei1":"10001411456309","imei2":"10001411456309","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153131,"job_number":"JOB_153131","tr_customer_id":153148,"tr_customer_product_id":153138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:25.000Z","modified_at":"2026-01-13T03:52:02.000Z","name":"Marianne Morissette","mobile_number":"803-239-7742","email_id":"Kyleigh.Raynor75@yahoo.com","dop":"2025-04-06","serial_number":"15852842544750","imei1":"15852842544750","imei2":"15852842544750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153125,"job_number":"JOB_153125","tr_customer_id":153142,"tr_customer_product_id":153132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:22.000Z","modified_at":"2026-01-13T03:52:00.000Z","name":"Darrell Fay","mobile_number":"554-359-4015","email_id":"May3@yahoo.com","dop":"2025-04-06","serial_number":"19370363367281","imei1":"19370363367281","imei2":"19370363367281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153122,"job_number":"JOB_153122","tr_customer_id":153139,"tr_customer_product_id":153129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:20.000Z","modified_at":"2026-01-13T03:51:56.000Z","name":"Brent Trantow","mobile_number":"435-746-7481","email_id":"Derick37@yahoo.com","dop":"2025-04-06","serial_number":"14645292041566","imei1":"14645292041566","imei2":"14645292041566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153119,"job_number":"JOB_153119","tr_customer_id":153136,"tr_customer_product_id":153126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:18.000Z","modified_at":"2026-01-13T03:51:55.000Z","name":"Domenico MacGyver","mobile_number":"792-551-8862","email_id":"Amelia85@yahoo.com","dop":"2025-04-06","serial_number":"17053002578000","imei1":"17053002578000","imei2":"17053002578000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153116,"job_number":"JOB_153116","tr_customer_id":153133,"tr_customer_product_id":153123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:48.000Z","name":"Albina Ferry","mobile_number":"269-475-5046","email_id":"Devon14@gmail.com","dop":"2025-04-06","serial_number":"17088301016454","imei1":"17088301016454","imei2":"17088301016454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153110,"job_number":"JOB_153110","tr_customer_id":153127,"tr_customer_product_id":153117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:59.000Z","modified_at":"2026-01-13T03:51:33.000Z","name":"Treva McClure","mobile_number":"543-959-5423","email_id":"Kelly72@gmail.com","dop":"2025-04-06","serial_number":"16483744012794","imei1":"16483744012794","imei2":"16483744012794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153107,"job_number":"JOB_153107","tr_customer_id":153124,"tr_customer_product_id":153114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:57.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Kobe Conn","mobile_number":"815-288-8458","email_id":"Breana_Kemmer93@gmail.com","dop":"2025-04-06","serial_number":"18499585679775","imei1":"18499585679775","imei2":"18499585679775","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153102,"job_number":"JOB_153102","tr_customer_id":153119,"tr_customer_product_id":153109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:48.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Nils Bashirian","mobile_number":"635-954-3714","email_id":"Graham.OKon67@gmail.com","dop":"2025-04-06","serial_number":"10822940319181","imei1":"10822940319181","imei2":"10822940319181","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153101,"job_number":"JOB_153101","tr_customer_id":153118,"tr_customer_product_id":153108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:48.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Vicenta Treutel","mobile_number":"282-794-3952","email_id":"Cullen.Heaney@gmail.com","dop":"2025-04-06","serial_number":"16867005038800","imei1":"16867005038800","imei2":"16867005038800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153100,"job_number":"JOB_153100","tr_customer_id":153117,"tr_customer_product_id":153107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Elody Kuphal","mobile_number":"749-670-3447","email_id":"Javon59@gmail.com","dop":"2025-04-06","serial_number":"19176042363609","imei1":"19176042363609","imei2":"19176042363609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153095,"job_number":"JOB_153095","tr_customer_id":153112,"tr_customer_product_id":153102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:45.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Catalina Reichel","mobile_number":"494-745-9246","email_id":"Kaia_Beatty@gmail.com","dop":"2000-01-31","serial_number":"10716392563432","imei1":"10716392563432","imei2":"10716392563432","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153088,"job_number":"JOB_153088","tr_customer_id":153105,"tr_customer_product_id":153095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:51:17.000Z","name":"Dangelo Zemlak","mobile_number":"212-683-1235","email_id":"Judd.Stracke@gmail.com","dop":"2025-04-06","serial_number":"19089383228327","imei1":"19089383228327","imei2":"19089383228327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153083,"job_number":"JOB_153083","tr_customer_id":153100,"tr_customer_product_id":153090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:51:11.000Z","name":"Zack Waelchi","mobile_number":"304-824-1857","email_id":"Ariane_Kilback49@hotmail.com","dop":"2025-04-06","serial_number":"13034853505169","imei1":"13034853505169","imei2":"13034853505169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153081,"job_number":"JOB_153081","tr_customer_id":153098,"tr_customer_product_id":153088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:51:15.000Z","name":"Kali Gibson","mobile_number":"893-532-7219","email_id":"August.Murazik2@hotmail.com","dop":"2025-04-06","serial_number":"17521816623445","imei1":"17521816623445","imei2":"17521816623445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153078,"job_number":"JOB_153078","tr_customer_id":153095,"tr_customer_product_id":153085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:51:13.000Z","name":"Devan Wiza","mobile_number":"725-295-0415","email_id":"Joshuah.Deckow28@gmail.com","dop":"2025-04-06","serial_number":"10209135742394","imei1":"10209135742394","imei2":"10209135742394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153075,"job_number":"JOB_153075","tr_customer_id":153092,"tr_customer_product_id":153082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:32.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"Kareem Dibbert","mobile_number":"410-582-5268","email_id":"Luna.Bernhard48@hotmail.com","dop":"2025-04-06","serial_number":"18973484455942","imei1":"18973484455942","imei2":"18973484455942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153068,"job_number":"JOB_153068","tr_customer_id":153085,"tr_customer_product_id":153075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:25.000Z","modified_at":"2026-01-13T03:50:35.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"16146863279833","imei1":"16146863279833","imei2":"16146863279833","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153065,"job_number":"JOB_153065","tr_customer_id":153082,"tr_customer_product_id":153072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:51:02.000Z","name":"Raheem Barrows","mobile_number":"542-969-8713","email_id":"Keaton_Bode@gmail.com","dop":"2025-04-06","serial_number":"16074704762127","imei1":"16074704762127","imei2":"16074704762127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153061,"job_number":"JOB_153061","tr_customer_id":153078,"tr_customer_product_id":153068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:19.000Z","modified_at":"2026-01-13T03:50:51.000Z","name":"Colleen Ernser","mobile_number":"699-844-4279","email_id":"Kenna23@gmail.com","dop":"2025-04-06","serial_number":"17381127748744","imei1":"17381127748744","imei2":"17381127748744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153055,"job_number":"JOB_153055","tr_customer_id":153072,"tr_customer_product_id":153062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:10.000Z","modified_at":"2026-01-13T03:50:26.000Z","name":"Dameon Robel","mobile_number":"796-313-0838","email_id":"Fausto45@gmail.com","dop":"2025-05-30","serial_number":"12957538193832","imei1":"12957538193832","imei2":"12957538193832","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153054,"job_number":"JOB_153054","tr_customer_id":153071,"tr_customer_product_id":153061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:19.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"15717034834289","imei1":"15717034834289","imei2":"15717034834289","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153053,"job_number":"JOB_153053","tr_customer_id":153070,"tr_customer_product_id":153060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:19.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"15597299415899","imei1":"15597299415899","imei2":"15597299415899","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153045,"job_number":"JOB_153045","tr_customer_id":153062,"tr_customer_product_id":153052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:04.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Rylan Wyman","mobile_number":"486-791-8683","email_id":"Marisa57@gmail.com","dop":"2025-04-06","serial_number":"18642664288122","imei1":"18642664288122","imei2":"18642664288122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153042,"job_number":"JOB_153042","tr_customer_id":153059,"tr_customer_product_id":153049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:02.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Jesus Goldner","mobile_number":"440-840-5489","email_id":"Ava58@hotmail.com","dop":"2000-01-31","serial_number":"10479885380009","imei1":"10479885380009","imei2":"10479885380009","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153039,"job_number":"JOB_153039","tr_customer_id":153056,"tr_customer_product_id":153046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:58.000Z","modified_at":"2026-01-13T03:50:31.000Z","name":"Camille Yundt","mobile_number":"592-312-2814","email_id":"Lance.Wiegand33@gmail.com","dop":"2025-04-06","serial_number":"13475194639433","imei1":"13475194639433","imei2":"13475194639433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153034,"job_number":"JOB_153034","tr_customer_id":153051,"tr_customer_product_id":153041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"13248131917905","imei1":"13248131917905","imei2":"13248131917905","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153030,"job_number":"JOB_153030","tr_customer_id":153047,"tr_customer_product_id":153037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"10747985253385","imei1":"10747985253385","imei2":"10747985253385","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153028,"job_number":"JOB_153028","tr_customer_id":153045,"tr_customer_product_id":153035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Dillan Cormier","mobile_number":"531-656-0583","email_id":"Wilfred_Lubowitz18@yahoo.com","dop":"2025-04-06","serial_number":"13558337125786","imei1":"13558337125786","imei2":"13558337125786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153022,"job_number":"JOB_153022","tr_customer_id":153039,"tr_customer_product_id":153029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:47.000Z","modified_at":"2026-01-13T03:50:20.000Z","name":"Cordell Gutkowski","mobile_number":"243-829-0350","email_id":"Olen_Swaniawski@hotmail.com","dop":"2025-06-18","serial_number":"10653777848898","imei1":"10653777848898","imei2":"10653777848898","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153019,"job_number":"JOB_153019","tr_customer_id":153036,"tr_customer_product_id":153026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:49.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"18187294946294","imei1":"18187294946294","imei2":"18187294946294","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153016,"job_number":"JOB_153016","tr_customer_id":153033,"tr_customer_product_id":153023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:50:16.000Z","name":"Beverly Harris","mobile_number":"301-322-5530","email_id":"Felton7@gmail.com","dop":"2025-04-06","serial_number":"12487636936531","imei1":"12487636936531","imei2":"12487636936531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153010,"job_number":"JOB_153010","tr_customer_id":153027,"tr_customer_product_id":153017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:33.000Z","modified_at":"2026-01-13T03:50:05.000Z","name":"Kenna Windler","mobile_number":"808-886-1169","email_id":"Ronaldo80@hotmail.com","dop":"2025-04-06","serial_number":"17747950773101","imei1":"17747950773101","imei2":"17747950773101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153008,"job_number":"JOB_153008","tr_customer_id":153025,"tr_customer_product_id":153015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:26.000Z","modified_at":"2026-01-13T03:50:01.000Z","name":"Filomena Leuschke","mobile_number":"575-874-1570","email_id":"Sanford.McGlynn@hotmail.com","dop":"2025-04-06","serial_number":"19345460425815","imei1":"19345460425815","imei2":"19345460425815","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153006,"job_number":"JOB_153006","tr_customer_id":153023,"tr_customer_product_id":153013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:21.000Z","modified_at":"2026-01-13T03:49:57.000Z","name":"Ferne Bradtke","mobile_number":"883-989-8019","email_id":"Maximilian30@gmail.com","dop":"2025-04-06","serial_number":"17328317195301","imei1":"17328317195301","imei2":"17328317195301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153003,"job_number":"JOB_153003","tr_customer_id":153020,"tr_customer_product_id":153010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:18.000Z","modified_at":"2026-01-13T03:49:51.000Z","name":"Suzanne Nikolaus","mobile_number":"972-459-7557","email_id":"Chaim_McDermott59@gmail.com","dop":"2025-04-06","serial_number":"18972021658284","imei1":"18972021658284","imei2":"18972021658284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153000,"job_number":"JOB_153000","tr_customer_id":153017,"tr_customer_product_id":153007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:16.000Z","modified_at":"2026-01-13T03:49:47.000Z","name":"Meta Upton","mobile_number":"404-571-2631","email_id":"Emmett_Barton@yahoo.com","dop":"2025-04-06","serial_number":"18815561395940","imei1":"18815561395940","imei2":"18815561395940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152997,"job_number":"JOB_152997","tr_customer_id":153014,"tr_customer_product_id":153004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:14.000Z","modified_at":"2026-01-13T03:49:45.000Z","name":"Freda Hahn","mobile_number":"701-236-7489","email_id":"Freeman_Schultz46@hotmail.com","dop":"2025-04-06","serial_number":"15118045319983","imei1":"15118045319983","imei2":"15118045319983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152995,"job_number":"JOB_152995","tr_customer_id":153012,"tr_customer_product_id":153002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:13.000Z","modified_at":"2026-01-13T03:49:48.000Z","name":"Kris Anderson","mobile_number":"238-439-9244","email_id":"Casey.Little@gmail.com","dop":"2025-04-06","serial_number":"14347558089754","imei1":"14347558089754","imei2":"14347558089754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152992,"job_number":"JOB_152992","tr_customer_id":153009,"tr_customer_product_id":152999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:08.000Z","modified_at":"2026-01-13T03:49:41.000Z","name":"Columbus Leannon","mobile_number":"654-455-9095","email_id":"Aleen_Strosin@yahoo.com","dop":"2025-06-18","serial_number":"10044495438365","imei1":"10044495438365","imei2":"10044495438365","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152989,"job_number":"JOB_152989","tr_customer_id":153006,"tr_customer_product_id":152996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:39.000Z","modified_at":"2026-01-13T03:49:09.000Z","name":"Jerod Gleason","mobile_number":"897-611-3219","email_id":"Heath14@yahoo.com","dop":"2025-04-06","serial_number":"18061109590413","imei1":"18061109590413","imei2":"18061109590413","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152987,"job_number":"JOB_152987","tr_customer_id":153004,"tr_customer_product_id":152994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:36.000Z","modified_at":"2026-01-13T03:48:44.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"106501656275213","imei1":"106501656275213","imei2":"106501656275213","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152985,"job_number":"JOB_152985","tr_customer_id":153002,"tr_customer_product_id":152992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:29.000Z","modified_at":"2026-01-13T03:49:03.000Z","name":"Cleveland Graham","mobile_number":"701-491-9079","email_id":"Margret.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"15980580935740","imei1":"15980580935740","imei2":"15980580935740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152984,"job_number":"JOB_152984","tr_customer_id":153001,"tr_customer_product_id":152991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:26.000Z","modified_at":"2026-01-13T03:48:34.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"44686622256578","imei1":"44686622256578","imei2":"44686622256578","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152981,"job_number":"JOB_152981","tr_customer_id":152998,"tr_customer_product_id":152988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:09:19.000Z","modified_at":"2026-01-13T03:09:47.000Z","name":"Jaylan Lindgren","mobile_number":"317-271-0108","email_id":"Berry.Ziemann@yahoo.com","dop":"2025-04-06","serial_number":"18593004504346","imei1":"18593004504346","imei2":"18593004504346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:09:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152979,"job_number":"JOB_152979","tr_customer_id":152996,"tr_customer_product_id":152986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:46.000Z","modified_at":"2026-01-13T03:09:14.000Z","name":"Selmer Friesen","mobile_number":"827-819-6563","email_id":"Catherine_Hilpert@hotmail.com","dop":"2025-04-06","serial_number":"14106411238955","imei1":"14106411238955","imei2":"14106411238955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152977,"job_number":"JOB_152977","tr_customer_id":152994,"tr_customer_product_id":152984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:13.000Z","modified_at":"2026-01-13T03:08:41.000Z","name":"Seth Simonis","mobile_number":"323-963-5539","email_id":"Berenice.Luettgen@hotmail.com","dop":"2025-04-06","serial_number":"17889659388897","imei1":"17889659388897","imei2":"17889659388897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:08:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152974,"job_number":"JOB_152974","tr_customer_id":152991,"tr_customer_product_id":152981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:45:19.000Z","modified_at":"2026-01-13T01:45:29.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"145985204479432","imei1":"145985204479432","imei2":"145985204479432","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T01:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152972,"job_number":"JOB_152972","tr_customer_id":152989,"tr_customer_product_id":152979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:43:27.000Z","modified_at":"2026-01-13T01:44:35.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"116894662006412","imei1":"116894662006412","imei2":"116894662006412","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T01:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152960,"job_number":"JOB_152960","tr_customer_id":152977,"tr_customer_product_id":152967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:59:06.000Z","modified_at":"2026-01-13T00:59:11.000Z","name":"Luisa Connelly","mobile_number":"757-483-7816","email_id":"Rowland.Abbott2@hotmail.com","dop":"2025-10-12","serial_number":"14313103300915","imei1":"14313103300915","imei2":"14313103300915","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T00:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI4OTExNH0.v-wa8hx6-cHpT6lzVflWXyJgCcTh6B_4zh6H3yMCFps |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 1b28e51f-afa3-4074-8ea6-3f2f1e49f244 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"bc4-q68Qtx7qfJmepuykv9K4gIfpcKE" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:25:16 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":152958,"job_number":"JOB_152958","tr_customer_id":152975,"tr_customer_product_id":152965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:22:51.000Z","modified_at":"2026-01-13T00:22:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"179708433530840","imei1":"179708433530840","imei2":"179708433530840","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T00:22:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":152962,"job_number":"JOB_152962","tr_customer_id":152979,"tr_customer_product_id":152969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:18:01.000Z","modified_at":"2026-01-13T01:18:06.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"182929472243334","imei1":"182929472243334","imei2":"182929472243334","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T01:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":153464,"job_number":"JOB_153464","tr_customer_id":153481,"tr_customer_product_id":153471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:25:04.000Z","modified_at":"2026-01-13T07:25:14.000Z","name":"Hilda Daniel","mobile_number":"336-787-3623","email_id":"Jessyca.Skiles@yahoo.com","dop":"2025-11-04","serial_number":"74790186277957","imei1":"74790186277957","imei2":"74790186277957","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T07:25:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI4OTExNH0.v-wa8hx6-cHpT6lzVflWXyJgCcTh6B_4zh6H3yMCFps |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | c48bca1a-5522-4dce-931c-1ddb31f0633f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 24 |
{
"job_id": 153464
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 49 |
| ETag | W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:16 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"QC completed successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI4OTExNH0.v-wa8hx6-cHpT6lzVflWXyJgCcTh6B_4zh6H3yMCFps |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 8df8fd75-7503-4d84-b007-adb9ad475f26 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"7e4-hEErjhbviXJE0Ftd/XvKjP62L9Q" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:25:16 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":152958,"job_number":"JOB_152958","tr_customer_id":152975,"tr_customer_product_id":152965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:22:51.000Z","modified_at":"2026-01-13T00:22:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"179708433530840","imei1":"179708433530840","imei2":"179708433530840","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T00:22:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":152962,"job_number":"JOB_152962","tr_customer_id":152979,"tr_customer_product_id":152969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:18:01.000Z","modified_at":"2026-01-13T01:18:06.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"182929472243334","imei1":"182929472243334","imei2":"182929472243334","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T01:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamfd","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 2af2ce98-f963-43d8-9557-5e15960c0102 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 42 |
{"username":"iamfd","password":"password"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-UNLEX7xGvyQ8ffYqUTkfPow3ssY" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:17 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTd9.o6IY9SrfX0OZwzosNcJuz3eAgkIlvtFFsTJnAwPa8dk"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDB9.23E00K-tOMzwqab5cdlSfLP2WrOwF1j309cbbq_g3nQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ac386290-dddd-4c3e-9727-8befaf3195ac |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:17 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDB9.23E00K-tOMzwqab5cdlSfLP2WrOwF1j309cbbq_g3nQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | c4f226e1-5fe0-45f2-a41c-014a97cd5397 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-OXNhKjCt99fzhg1Mk3zhOpJSzGE" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:17 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":4},{"label":"Created today","key":"created_today","count":508},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_delivery"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDB9.23E00K-tOMzwqab5cdlSfLP2WrOwF1j309cbbq_g3nQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6e7b526b-9069-4ddd-9286-7e0ad52e3ccb |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 38 |
{"details_key":"pending_for_delivery"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"f76-c8kjEcN27JyEgLobLRajkPWxtnw" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:25:17 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":152972,"job_number":"JOB_152972","tr_customer_id":152989,"tr_customer_product_id":152979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:43:27.000Z","modified_at":"2026-01-13T01:44:35.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"116894662006412","imei1":"116894662006412","imei2":"116894662006412","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T01:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153230,"job_number":"JOB_153230","tr_customer_id":153247,"tr_customer_product_id":153237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:20.000Z","modified_at":"2026-01-13T04:53:41.000Z","name":"Olin Barton","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"107200541596307","imei1":"107200541596307","imei2":"107200541596307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T04:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152994,"job_number":"JOB_152994","tr_customer_id":153011,"tr_customer_product_id":153001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:10.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11037017348002","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153464,"job_number":"JOB_153464","tr_customer_id":153481,"tr_customer_product_id":153471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:25:04.000Z","modified_at":"2026-01-13T07:25:16.000Z","name":"Hilda Daniel","mobile_number":"336-787-3623","email_id":"Jessyca.Skiles@yahoo.com","dop":"2025-11-04","serial_number":"74790186277957","imei1":"74790186277957","imei2":"74790186277957","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T07:25:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDB9.23E00K-tOMzwqab5cdlSfLP2WrOwF1j309cbbq_g3nQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 3bcd0f06-39a9-46e5-bc8a-7a1285e12a0c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"f76-c8kjEcN27JyEgLobLRajkPWxtnw" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:25:18 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":152972,"job_number":"JOB_152972","tr_customer_id":152989,"tr_customer_product_id":152979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:43:27.000Z","modified_at":"2026-01-13T01:44:35.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"116894662006412","imei1":"116894662006412","imei2":"116894662006412","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T01:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153230,"job_number":"JOB_153230","tr_customer_id":153247,"tr_customer_product_id":153237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:20.000Z","modified_at":"2026-01-13T04:53:41.000Z","name":"Olin Barton","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"107200541596307","imei1":"107200541596307","imei2":"107200541596307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T04:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152994,"job_number":"JOB_152994","tr_customer_id":153011,"tr_customer_product_id":153001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:10.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11037017348002","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153464,"job_number":"JOB_153464","tr_customer_id":153481,"tr_customer_product_id":153471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:25:04.000Z","modified_at":"2026-01-13T07:25:16.000Z","name":"Hilda Daniel","mobile_number":"336-787-3623","email_id":"Jessyca.Skiles@yahoo.com","dop":"2025-11-04","serial_number":"74790186277957","imei1":"74790186277957","imei2":"74790186277957","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T07:25:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDB9.23E00K-tOMzwqab5cdlSfLP2WrOwF1j309cbbq_g3nQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 135f2815-7b19-42f7-95f9-165fc5e758b9 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 24 |
{
"job_id": 153464
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 58 |
| ETag | W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:18 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Delivered to customer successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_98100"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDB9.23E00K-tOMzwqab5cdlSfLP2WrOwF1j309cbbq_g3nQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b30a9f93-bb03-49ab-98ed-43c57cf67e61 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 26 |
{"searchText":"JOB_98100"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:18 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDB9.23E00K-tOMzwqab5cdlSfLP2WrOwF1j309cbbq_g3nQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f8aa3192-3403-49c4-abe1-b25fcb01da5a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:18 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
| Header Name | Header Value |
|---|
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | Singh |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 58ce8df9-6a4a-4431-9ec8-395ea8f31103 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 58 |
{
"username": "iamfd",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-xTR6jlBUbHBFUJBSCzdX9LkWo/E" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:18 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTh9.E-_qs6VtlgmycFIWE_-lUjHZD7Aob3LsaZFdLHKzlm8"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 200 | 1 | 0 | 0 |
| Verify that message should be 'Success' | 1 | 0 | 0 |
| Verify that token shoukd be valid | 1 | 0 | 0 |
| Verify JSON Success | 1 | 0 | 0 |
| Verify the resposne time is below 400ms | 1 | 0 | 0 |
| Total | 5 | 0 | 0 |
| Test Name | Assertion Error |
|---|
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | Singh |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 7dc7b452-600a-4690-9d86-df5c8c60aa17 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 71 |
{
"username": "{{invalidusername}}",
"password": "Pass123"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 111 |
| ETag | W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:19 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify correct error message is shown | 1 | 0 | 0 |
| Verify correct error status is shown | 0 | 1 | 0 |
| Verify jsonSchema | 1 | 0 | 0 |
| Total | 2 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify correct error status is shown | |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | Singh |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 776c7177-9d95-4d93-9321-790ba019a654 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 45 |
{
"username": "",
"password": ""
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 98 |
| ETag | W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:19 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify correct error message is shown | 1 | 0 | 0 |
| Verify correct error status is shown | 0 | 1 | 0 |
| Verify jsonSchema | 1 | 0 | 0 |
| Total | 2 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify correct error status is shown | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTh9.E-_qs6VtlgmycFIWE_-lUjHZD7Aob3LsaZFdLHKzlm8 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 7a329f6b-1122-4bf4-9c7a-6a276b9a478e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:19 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if status code is 200 | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify the response tine is below 400ms | 1 | 0 | 0 |
| Verify user data is present in response | 1 | 0 | 0 |
| Verify JSON Response Schema | 1 | 0 | 0 |
| Total | 5 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTh9.E-_qs6VtlgmycFIWE_-lUjHZD7Aob3LsaZFdLHKzlm8 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6a221aed-d51c-4a1e-9384-f5ab1c47584d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:19 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Security:Veirfy if passowrd field is not present in the response | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Security:Veirfy if passowrd field is not present in the response | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTh9.E-_qs6VtlgmycFIWE_-lUjHZD7Aob3LsaZFdLHKzlm8 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 8857b823-0303-4cf4-9225-aa09bd806670 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:20 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTh9.E-_qs6VtlgmycFIWE_-lUjHZD7Aob3LsaZFdLHKzlm8 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 4e517c81-ac7d-41f9-994b-be0fbea19576 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-+TpDK6QItJCLqxbSzdU3Cy4k6R8" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:20 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":3},{"label":"Created today","key":"created_today","count":508},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify that status code is 200 | 1 | 0 | 0 |
| Verify that response time is below 500ms | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify if the length of the data array is 3 | 1 | 0 | 0 |
| Verify if the keys are present in response data Array | 1 | 0 | 0 |
| Verify if the count for the Json object Pending for delivery is Number or not | 1 | 0 | 0 |
| Verify if the count for the Json object Created today is Number or not | 1 | 0 | 0 |
| Verify if the count for the Json object Pending for FST assignment is Number or not | 1 | 0 | 0 |
| Total | 9 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTh9.E-_qs6VtlgmycFIWE_-lUjHZD7Aob3LsaZFdLHKzlm8 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 7f2d41da-f85f-45dc-9f68-e361aa524ffb |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:20 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTh9.E-_qs6VtlgmycFIWE_-lUjHZD7Aob3LsaZFdLHKzlm8 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 24c8573e-0409-4857-895d-2487ecb7a5be |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-+TpDK6QItJCLqxbSzdU3Cy4k6R8" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:20 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":3},{"label":"Created today","key":"created_today","count":508},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify status code is 401 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTh9.E-_qs6VtlgmycFIWE_-lUjHZD7Aob3LsaZFdLHKzlm8 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 575d2948-cc2e-42f0-bc64-7be704596bea |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:25:21 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify that response time is below 500 | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify if the key mst_oem is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_model is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_action_status is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_warrenty_status is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_product is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_role is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_service_location is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_problem is present in the response body | 1 | 0 | 0 |
| Verify if the key map_fst_pincode is present in the response body | 1 | 0 | 0 |
| Verify if the key is storing a non empty array | 1 | 0 | 0 |
| Total | 14 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTh9.E-_qs6VtlgmycFIWE_-lUjHZD7Aob3LsaZFdLHKzlm8 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 03532d4f-dc99-4934-a37d-c90ab2dec750 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:21 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTh9.E-_qs6VtlgmycFIWE_-lUjHZD7Aob3LsaZFdLHKzlm8 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | be8b4121-6c01-43ea-b399-f1c1c82fdd84 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:25:21 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify status code is 401 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTh9.E-_qs6VtlgmycFIWE_-lUjHZD7Aob3LsaZFdLHKzlm8 |
| randomnumber | 201 |
| randomFirstName | Lafayette |
| randomLastName | Schinner |
| randomEmail | Dariana16@yahoo.com |
| randomPhone | 885-204-0513 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 012b1fd9-87d1-4c45-9970-384a324e9a9b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1059 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Jacinto",
"last_name": "Carter",
"mobile_number": "775-532-2131",
"mobile_number_alt": "",
"email_id": "Orion.Nitzsche28@hotmail.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"78200947399811",
"imei1": "78200947399811",
"imei2": "78200947399811",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 233 |
| ETag | W/"e9-0OZ3GdETCXhUYq0MO5brYdKaO4E" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:21 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Job created successfully. ","data":{"id":153465,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":153482,"tr_customer_product_id":153472,"job_number":"JOB_153465"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Verify if response message is Job Created Successfully | 1 | 0 | 0 |
| Verify that response time is below 500 | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify that id is present in the response data | 1 | 0 | 0 |
| Verify that mst_service_location_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_platform_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_warrenty_status_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_oem_id is present in the response data | 1 | 0 | 0 |
| Verify that tr_customer_id is present in the response data | 1 | 0 | 0 |
| Verify that tr_customer_product_id is present in the response data | 1 | 0 | 0 |
| Verify that job_number is present in the response data | 1 | 0 | 0 |
| Verify job_number starts with JOB_ | 1 | 0 | 0 |
| Total | 13 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTh9.E-_qs6VtlgmycFIWE_-lUjHZD7Aob3LsaZFdLHKzlm8 |
| randomnumber | 331 |
| randomFirstName | Hettie |
| randomLastName | Medhurst |
| randomEmail | Federico69@gmail.com |
| randomPhone | 609-681-0700 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ab8015f1-6d34-473d-8c90-ec50cfc456ee |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1051 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Kailyn",
"last_name": "Hodkiewicz",
"mobile_number": "655-846-2307",
"mobile_number_alt": "",
"email_id": "Elvie39@gmail.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"63610466059388",
"imei1": "63610466059388",
"imei2": "63610466059388",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:21 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMDl9.7jAqnoAy0sCPPfBpmnDLDHDFJpx6_PTYZ8LDF_teCxM |
| randomnumber | 406 |
| randomFirstName | Jacynthe |
| randomLastName | Hermann |
| randomEmail | Andreane.Wolf87@yahoo.com |
| randomPhone | 926-775-8934 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | dad6dcae-2d05-4ee3-873c-1acfc2462fd3 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1055 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Jamison",
"last_name": "Dare",
"mobile_number": "569-799-7725",
"mobile_number_alt": "",
"email_id": "Eloy_Buckridge65@gmail.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"38016054861650",
"imei1": "38016054861650",
"imei2": "38016054861650",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 100 |
| ETag | W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:22 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 403 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTh9.E-_qs6VtlgmycFIWE_-lUjHZD7Aob3LsaZFdLHKzlm8 |
| randomnumber | 40 |
| randomFirstName | Ned |
| randomLastName | Jenkins |
| randomEmail | Vladimir_Reichel@yahoo.com |
| randomPhone | 864-790-7996 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | aa1efa13-20f2-4068-9e3e-fe976c20b884 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 122 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 279 |
| ETag | W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:22 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n \"mst_service_location_id\": 0,\r\n \"mst_platform_id\": 2,\r\n \"mst_warrenty_status_id\": 1,\r\n \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 1 | 0 | 0 |
| Verify if the error message is shown | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTh9.E-_qs6VtlgmycFIWE_-lUjHZD7Aob3LsaZFdLHKzlm8 |
| randomnumber | 408 |
| randomFirstName | Vena |
| randomLastName | Roob |
| randomEmail | Krystina.Rippin2@yahoo.com |
| randomPhone | 757-788-6172 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 5be0ec62-5704-47c1-ad34-0b8cef63d6d9 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1039 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Lauriane",
"last_name": "Herman",
"mobile_number": "605-563-9426",
"mobile_number_alt": "",
"email_id": "Ida_Turner@hotmail.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"100000418",
"imei1": "100000418",
"imei2": "100000418",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 143 |
| ETag | W/"8f-asfwh61GY//05D/sXjFd8ssjiig" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:22 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify if the status code is 400 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTh9.E-_qs6VtlgmycFIWE_-lUjHZD7Aob3LsaZFdLHKzlm8 |
| randomnumber | 840 |
| randomFirstName | Madaline |
| randomLastName | Parker |
| randomEmail | Destinee22@hotmail.com |
| randomPhone | 991-897-5824 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | cb3534c8-8539-4ab7-a73b-92b2cc7a9f72 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 122 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 279 |
| ETag | W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:22 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n \"mst_service_location_id\": 0,\r\n \"mst_platform_id\": 2,\r\n \"mst_warrenty_status_id\": 1,\r\n \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 1 | 0 | 0 |
| Verify if the error message is shown | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTh9.E-_qs6VtlgmycFIWE_-lUjHZD7Aob3LsaZFdLHKzlm8 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ed5d610d-5441-4770-bf75-85ea07068bb4 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-cMi2knw/NYEgVtyt7E8xIuzk+Gw" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:23 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":3},{"label":"Created today","key":"created_today","count":509},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Check if the count for the created jobs today is greater than the old value | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Check if the count for the created jobs today is greater than the old value | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTh9.E-_qs6VtlgmycFIWE_-lUjHZD7Aob3LsaZFdLHKzlm8 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | eabe4725-4577-44af-95c4-3fae3203998e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 31 |
{"details_key":"created_today"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"7b746-Bpc4BtcPBPbqOih83NKRY+rZU9U" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:25:23 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":153041,"job_number":"JOB_153041","tr_customer_id":153058,"tr_customer_product_id":153048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:01.000Z","modified_at":"2026-01-13T03:50:01.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10771045020908","imei1":"10771045020908","imei2":"10771045020908","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153043,"job_number":"JOB_153043","tr_customer_id":153060,"tr_customer_product_id":153050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:03.000Z","modified_at":"2026-01-13T03:50:03.000Z","name":"Issac Halvorson","mobile_number":"623-899-5283","email_id":"Luciano.Sauer@hotmail.com","dop":"2000-01-31","serial_number":"1039681522645958","imei1":"1039681522645958","imei2":"1039681522645958","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153094,"job_number":"JOB_153094","tr_customer_id":153111,"tr_customer_product_id":153101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:45.000Z","modified_at":"2026-01-13T03:50:45.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10015942569125","imei1":"10015942569125","imei2":"10015942569125","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153096,"job_number":"JOB_153096","tr_customer_id":153113,"tr_customer_product_id":153103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:46.000Z","modified_at":"2026-01-13T03:50:46.000Z","name":"Jarvis Kemmer","mobile_number":"972-753-9216","email_id":"Hilda.Keeling@yahoo.com","dop":"2000-01-31","serial_number":"1020112878943666","imei1":"1020112878943666","imei2":"1020112878943666","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153133,"job_number":"JOB_153133","tr_customer_id":153150,"tr_customer_product_id":153140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10288763450665","imei1":"10288763450665","imei2":"10288763450665","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153137,"job_number":"JOB_153137","tr_customer_id":153154,"tr_customer_product_id":153144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Jabari Stehr","mobile_number":"287-975-7792","email_id":"Gus_Bins67@gmail.com","dop":"2000-01-31","serial_number":"1098414206692260","imei1":"1098414206692260","imei2":"1098414206692260","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153165,"job_number":"JOB_153165","tr_customer_id":153182,"tr_customer_product_id":153172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10841115840820","imei1":"10841115840820","imei2":"10841115840820","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153168,"job_number":"JOB_153168","tr_customer_id":153185,"tr_customer_product_id":153175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:12.000Z","modified_at":"2026-01-13T03:52:12.000Z","name":"Jermaine Zulauf","mobile_number":"918-227-4575","email_id":"Lincoln.Gottlieb@yahoo.com","dop":"2000-01-31","serial_number":"1027394656263062","imei1":"1027394656263062","imei2":"1027394656263062","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153375,"job_number":"JOB_153375","tr_customer_id":153392,"tr_customer_product_id":153382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:24.000Z","modified_at":"2026-01-13T06:34:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10959448393593","imei1":"10959448393593","imei2":"10959448393593","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153377,"job_number":"JOB_153377","tr_customer_id":153394,"tr_customer_product_id":153384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:26.000Z","modified_at":"2026-01-13T06:34:26.000Z","name":"Tyree Ritchie","mobile_number":"491-439-3683","email_id":"Kim_Pouros@hotmail.com","dop":"2000-01-31","serial_number":"1061851432109229","imei1":"1061851432109229","imei2":"1061851432109229","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153387,"job_number":"JOB_153387","tr_customer_id":153404,"tr_customer_product_id":153394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:05.000Z","modified_at":"2026-01-13T06:35:05.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10678535364811","imei1":"10678535364811","imei2":"10678535364811","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153389,"job_number":"JOB_153389","tr_customer_id":153406,"tr_customer_product_id":153396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:07.000Z","modified_at":"2026-01-13T06:35:07.000Z","name":"Modesta Spinka","mobile_number":"615-484-8860","email_id":"Titus.Pacocha@yahoo.com","dop":"2000-01-31","serial_number":"1007142660208962","imei1":"1007142660208962","imei2":"1007142660208962","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153404,"job_number":"JOB_153404","tr_customer_id":153421,"tr_customer_product_id":153411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:45.000Z","modified_at":"2026-01-13T06:35:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10727612053937","imei1":"10727612053937","imei2":"10727612053937","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153406,"job_number":"JOB_153406","tr_customer_id":153423,"tr_customer_product_id":153413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:47.000Z","modified_at":"2026-01-13T06:35:47.000Z","name":"Tristin Ryan","mobile_number":"731-841-8579","email_id":"Malvina_Botsford@gmail.com","dop":"2000-01-31","serial_number":"1040407565557196","imei1":"1040407565557196","imei2":"1040407565557196","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153415,"job_number":"JOB_153415","tr_customer_id":153432,"tr_customer_product_id":153422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:25.000Z","modified_at":"2026-01-13T06:36:25.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10674195446428","imei1":"10674195446428","imei2":"10674195446428","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153418,"job_number":"JOB_153418","tr_customer_id":153435,"tr_customer_product_id":153425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:27.000Z","modified_at":"2026-01-13T06:36:27.000Z","name":"Rebecca Beatty","mobile_number":"599-283-0498","email_id":"Rachel_Corwin@gmail.com","dop":"2000-01-31","serial_number":"1098154260216714","imei1":"1098154260216714","imei2":"1098154260216714","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":152957,"job_number":"JOB_152957","tr_customer_id":152974,"tr_customer_product_id":152964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:13:56.000Z","modified_at":"2026-01-13T00:13:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"01124567894665","imei1":"01124567894665","imei2":"01124567894665","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:13:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152958,"job_number":"JOB_152958","tr_customer_id":152975,"tr_customer_product_id":152965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:22:51.000Z","modified_at":"2026-01-13T00:22:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"179708433530840","imei1":"179708433530840","imei2":"179708433530840","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T00:22:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152960,"job_number":"JOB_152960","tr_customer_id":152977,"tr_customer_product_id":152967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:59:06.000Z","modified_at":"2026-01-13T00:59:11.000Z","name":"Luisa Connelly","mobile_number":"757-483-7816","email_id":"Rowland.Abbott2@hotmail.com","dop":"2025-10-12","serial_number":"14313103300915","imei1":"14313103300915","imei2":"14313103300915","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T00:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152961,"job_number":"JOB_152961","tr_customer_id":152978,"tr_customer_product_id":152968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:59:07.000Z","modified_at":"2026-01-13T00:59:07.000Z","name":"Duncan Hamill","mobile_number":"825-616-1411","email_id":"Lizzie_Kohler@yahoo.com","dop":"2025-10-12","serial_number":"1005687804592704","imei1":"1005687804592704","imei2":"1005687804592704","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152962,"job_number":"JOB_152962","tr_customer_id":152979,"tr_customer_product_id":152969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:18:01.000Z","modified_at":"2026-01-13T01:18:06.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"182929472243334","imei1":"182929472243334","imei2":"182929472243334","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T01:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152963,"job_number":"JOB_152963","tr_customer_id":152980,"tr_customer_product_id":152970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:22:03.000Z","modified_at":"2026-01-13T01:22:03.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2026-01-03","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2026-01-03T01:22:03.107431112Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152972,"job_number":"JOB_152972","tr_customer_id":152989,"tr_customer_product_id":152979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:43:27.000Z","modified_at":"2026-01-13T01:44:35.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"116894662006412","imei1":"116894662006412","imei2":"116894662006412","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T01:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152974,"job_number":"JOB_152974","tr_customer_id":152991,"tr_customer_product_id":152981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:45:19.000Z","modified_at":"2026-01-13T01:45:29.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"145985204479432","imei1":"145985204479432","imei2":"145985204479432","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T01:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152977,"job_number":"JOB_152977","tr_customer_id":152994,"tr_customer_product_id":152984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:13.000Z","modified_at":"2026-01-13T03:08:41.000Z","name":"Seth Simonis","mobile_number":"323-963-5539","email_id":"Berenice.Luettgen@hotmail.com","dop":"2025-04-06","serial_number":"17889659388897","imei1":"17889659388897","imei2":"17889659388897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:08:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152978,"job_number":"JOB_152978","tr_customer_id":152995,"tr_customer_product_id":152985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:14.000Z","modified_at":"2026-01-13T03:08:14.000Z","name":"Geraldine Lubowitz","mobile_number":"467-229-6632","email_id":"Hazel30@gmail.com","dop":"2025-04-06","serial_number":"12233429785513206","imei1":"12233429785513206","imei2":"12233429785513206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152979,"job_number":"JOB_152979","tr_customer_id":152996,"tr_customer_product_id":152986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:46.000Z","modified_at":"2026-01-13T03:09:14.000Z","name":"Selmer Friesen","mobile_number":"827-819-6563","email_id":"Catherine_Hilpert@hotmail.com","dop":"2025-04-06","serial_number":"14106411238955","imei1":"14106411238955","imei2":"14106411238955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152980,"job_number":"JOB_152980","tr_customer_id":152997,"tr_customer_product_id":152987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:47.000Z","modified_at":"2026-01-13T03:08:47.000Z","name":"Augusta Hilpert","mobile_number":"999-471-9071","email_id":"Jude88@gmail.com","dop":"2025-04-06","serial_number":"15043299492058636","imei1":"15043299492058636","imei2":"15043299492058636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152981,"job_number":"JOB_152981","tr_customer_id":152998,"tr_customer_product_id":152988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:09:19.000Z","modified_at":"2026-01-13T03:09:47.000Z","name":"Jaylan Lindgren","mobile_number":"317-271-0108","email_id":"Berry.Ziemann@yahoo.com","dop":"2025-04-06","serial_number":"18593004504346","imei1":"18593004504346","imei2":"18593004504346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:09:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152982,"job_number":"JOB_152982","tr_customer_id":152999,"tr_customer_product_id":152989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:09:21.000Z","modified_at":"2026-01-13T03:09:21.000Z","name":"Hassan Yost","mobile_number":"264-378-4605","email_id":"Eulalia_Stark@hotmail.com","dop":"2025-04-06","serial_number":"17154142032826798","imei1":"17154142032826798","imei2":"17154142032826798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:09:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152984,"job_number":"JOB_152984","tr_customer_id":153001,"tr_customer_product_id":152991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:26.000Z","modified_at":"2026-01-13T03:48:34.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"44686622256578","imei1":"44686622256578","imei2":"44686622256578","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152985,"job_number":"JOB_152985","tr_customer_id":153002,"tr_customer_product_id":152992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:29.000Z","modified_at":"2026-01-13T03:49:03.000Z","name":"Cleveland Graham","mobile_number":"701-491-9079","email_id":"Margret.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"15980580935740","imei1":"15980580935740","imei2":"15980580935740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152986,"job_number":"JOB_152986","tr_customer_id":153003,"tr_customer_product_id":152993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:31.000Z","modified_at":"2026-01-13T03:48:31.000Z","name":"Jeffery Konopelski","mobile_number":"984-952-2139","email_id":"Delia50@gmail.com","dop":"2025-04-06","serial_number":"10013235749073844","imei1":"10013235749073844","imei2":"10013235749073844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152987,"job_number":"JOB_152987","tr_customer_id":153004,"tr_customer_product_id":152994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:36.000Z","modified_at":"2026-01-13T03:48:44.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"106501656275213","imei1":"106501656275213","imei2":"106501656275213","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152988,"job_number":"JOB_152988","tr_customer_id":153005,"tr_customer_product_id":152995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:38.000Z","modified_at":"2026-01-13T03:48:38.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11880112270859","imei1":"11880112270859","imei2":"11880112270859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152989,"job_number":"JOB_152989","tr_customer_id":153006,"tr_customer_product_id":152996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:39.000Z","modified_at":"2026-01-13T03:49:09.000Z","name":"Jerod Gleason","mobile_number":"897-611-3219","email_id":"Heath14@yahoo.com","dop":"2025-04-06","serial_number":"18061109590413","imei1":"18061109590413","imei2":"18061109590413","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152990,"job_number":"JOB_152990","tr_customer_id":153007,"tr_customer_product_id":152997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:40.000Z","modified_at":"2026-01-13T03:48:40.000Z","name":"Kyleigh Johnston","mobile_number":"392-597-6881","email_id":"Dorothea.Bogisich85@hotmail.com","dop":"2025-04-06","serial_number":"12920132890083952","imei1":"12920132890083952","imei2":"12920132890083952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152991,"job_number":"JOB_152991","tr_customer_id":153008,"tr_customer_product_id":152998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:08.000Z","modified_at":"2026-01-13T03:49:08.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10450777953251","imei1":"10450777953251","imei2":"10450777953251","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152992,"job_number":"JOB_152992","tr_customer_id":153009,"tr_customer_product_id":152999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:08.000Z","modified_at":"2026-01-13T03:49:41.000Z","name":"Columbus Leannon","mobile_number":"654-455-9095","email_id":"Aleen_Strosin@yahoo.com","dop":"2025-06-18","serial_number":"10044495438365","imei1":"10044495438365","imei2":"10044495438365","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152993,"job_number":"JOB_152993","tr_customer_id":153010,"tr_customer_product_id":153000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:09.000Z","modified_at":"2026-01-13T03:49:09.000Z","name":"Karine Lebsack","mobile_number":"977-381-7576","email_id":"Luther51@hotmail.com","dop":"2025-06-18","serial_number":"1042195630777838","imei1":"1042195630777838","imei2":"1042195630777838","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152995,"job_number":"JOB_152995","tr_customer_id":153012,"tr_customer_product_id":153002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:13.000Z","modified_at":"2026-01-13T03:49:48.000Z","name":"Kris Anderson","mobile_number":"238-439-9244","email_id":"Casey.Little@gmail.com","dop":"2025-04-06","serial_number":"14347558089754","imei1":"14347558089754","imei2":"14347558089754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152996,"job_number":"JOB_152996","tr_customer_id":153013,"tr_customer_product_id":153003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:14.000Z","modified_at":"2026-01-13T03:49:14.000Z","name":"Alison Hamill","mobile_number":"745-240-9299","email_id":"Jarrett.Graham65@yahoo.com","dop":"2025-04-06","serial_number":"15194139488119204","imei1":"15194139488119204","imei2":"15194139488119204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152997,"job_number":"JOB_152997","tr_customer_id":153014,"tr_customer_product_id":153004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:14.000Z","modified_at":"2026-01-13T03:49:45.000Z","name":"Freda Hahn","mobile_number":"701-236-7489","email_id":"Freeman_Schultz46@hotmail.com","dop":"2025-04-06","serial_number":"15118045319983","imei1":"15118045319983","imei2":"15118045319983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152998,"job_number":"JOB_152998","tr_customer_id":153015,"tr_customer_product_id":153005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:15.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Morgan Zemlak","mobile_number":"773-714-6804","email_id":"Lexi.Reilly93@yahoo.com","dop":"2025-04-06","serial_number":"18176075426418570","imei1":"18176075426418570","imei2":"18176075426418570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152999,"job_number":"JOB_152999","tr_customer_id":153016,"tr_customer_product_id":153006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:16.000Z","modified_at":"2026-01-13T03:49:16.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19071431659130","imei1":"19071431659130","imei2":"19071431659130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153000,"job_number":"JOB_153000","tr_customer_id":153017,"tr_customer_product_id":153007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:16.000Z","modified_at":"2026-01-13T03:49:47.000Z","name":"Meta Upton","mobile_number":"404-571-2631","email_id":"Emmett_Barton@yahoo.com","dop":"2025-04-06","serial_number":"18815561395940","imei1":"18815561395940","imei2":"18815561395940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153001,"job_number":"JOB_153001","tr_customer_id":153018,"tr_customer_product_id":153008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:17.000Z","modified_at":"2026-01-13T03:49:17.000Z","name":"Ethyl Murphy","mobile_number":"526-816-1746","email_id":"Faye52@gmail.com","dop":"2025-04-06","serial_number":"14574128161791344","imei1":"14574128161791344","imei2":"14574128161791344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153002,"job_number":"JOB_153002","tr_customer_id":153019,"tr_customer_product_id":153009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:18.000Z","modified_at":"2026-01-13T03:49:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19225349064885","imei1":"19225349064885","imei2":"19225349064885","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153003,"job_number":"JOB_153003","tr_customer_id":153020,"tr_customer_product_id":153010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:18.000Z","modified_at":"2026-01-13T03:49:51.000Z","name":"Suzanne Nikolaus","mobile_number":"972-459-7557","email_id":"Chaim_McDermott59@gmail.com","dop":"2025-04-06","serial_number":"18972021658284","imei1":"18972021658284","imei2":"18972021658284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153004,"job_number":"JOB_153004","tr_customer_id":153021,"tr_customer_product_id":153011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:19.000Z","modified_at":"2026-01-13T03:49:19.000Z","name":"Nettie Witting","mobile_number":"815-907-1531","email_id":"Virginie74@hotmail.com","dop":"2025-04-06","serial_number":"10601861065443798","imei1":"10601861065443798","imei2":"10601861065443798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153005,"job_number":"JOB_153005","tr_customer_id":153022,"tr_customer_product_id":153012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:21.000Z","modified_at":"2026-01-13T03:49:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11549932616810","imei1":"11549932616810","imei2":"11549932616810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153006,"job_number":"JOB_153006","tr_customer_id":153023,"tr_customer_product_id":153013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:21.000Z","modified_at":"2026-01-13T03:49:57.000Z","name":"Ferne Bradtke","mobile_number":"883-989-8019","email_id":"Maximilian30@gmail.com","dop":"2025-04-06","serial_number":"17328317195301","imei1":"17328317195301","imei2":"17328317195301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153007,"job_number":"JOB_153007","tr_customer_id":153024,"tr_customer_product_id":153014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:22.000Z","modified_at":"2026-01-13T03:49:22.000Z","name":"Wendy Ziemann","mobile_number":"956-538-3965","email_id":"Lonny.White@gmail.com","dop":"2025-04-06","serial_number":"14865650404964128","imei1":"14865650404964128","imei2":"14865650404964128","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153008,"job_number":"JOB_153008","tr_customer_id":153025,"tr_customer_product_id":153015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:26.000Z","modified_at":"2026-01-13T03:50:01.000Z","name":"Filomena Leuschke","mobile_number":"575-874-1570","email_id":"Sanford.McGlynn@hotmail.com","dop":"2025-04-06","serial_number":"19345460425815","imei1":"19345460425815","imei2":"19345460425815","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153009,"job_number":"JOB_153009","tr_customer_id":153026,"tr_customer_product_id":153016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:27.000Z","modified_at":"2026-01-13T03:49:27.000Z","name":"Gonzalo Daniel","mobile_number":"726-437-9061","email_id":"Kaylee6@gmail.com","dop":"2025-04-06","serial_number":"11273833509541268","imei1":"11273833509541268","imei2":"11273833509541268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153010,"job_number":"JOB_153010","tr_customer_id":153027,"tr_customer_product_id":153017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:33.000Z","modified_at":"2026-01-13T03:50:05.000Z","name":"Kenna Windler","mobile_number":"808-886-1169","email_id":"Ronaldo80@hotmail.com","dop":"2025-04-06","serial_number":"17747950773101","imei1":"17747950773101","imei2":"17747950773101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153012,"job_number":"JOB_153012","tr_customer_id":153029,"tr_customer_product_id":153019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:34.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"Andreanne Cassin","mobile_number":"739-516-5141","email_id":"Jarvis_Keebler@gmail.com","dop":"2025-04-06","serial_number":"13213391237709272","imei1":"13213391237709272","imei2":"13213391237709272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153013,"job_number":"JOB_153013","tr_customer_id":153030,"tr_customer_product_id":153020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:35.000Z","modified_at":"2026-01-13T03:49:35.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15564773480890","imei1":"15564773480890","imei2":"15564773480890","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153014,"job_number":"JOB_153014","tr_customer_id":153031,"tr_customer_product_id":153021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:36.000Z","modified_at":"2026-01-13T03:49:36.000Z","name":"Genevieve Christiansen","mobile_number":"609-220-8540","email_id":"Kavon18@gmail.com","dop":"2025-09-16","serial_number":"18835594473873","imei1":"18835594473873","imei2":"18835594473873","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153015,"job_number":"JOB_153015","tr_customer_id":153032,"tr_customer_product_id":153022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:38.000Z","modified_at":"2026-01-13T03:49:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19813392024704","imei1":"19813392024704","imei2":"19813392024704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153016,"job_number":"JOB_153016","tr_customer_id":153033,"tr_customer_product_id":153023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:50:16.000Z","name":"Beverly Harris","mobile_number":"301-322-5530","email_id":"Felton7@gmail.com","dop":"2025-04-06","serial_number":"12487636936531","imei1":"12487636936531","imei2":"12487636936531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153017,"job_number":"JOB_153017","tr_customer_id":153034,"tr_customer_product_id":153024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Kitty Lueilwitz","mobile_number":"646-749-9591","email_id":"Rosamond35@gmail.com","dop":"2025-09-09","serial_number":"11462213309292","imei1":"11462213309292","imei2":"11462213309292","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153018,"job_number":"JOB_153018","tr_customer_id":153035,"tr_customer_product_id":153025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Evie Treutel","mobile_number":"906-222-6390","email_id":"Barrett13@gmail.com","dop":"2025-09-09","serial_number":"14848928990324","imei1":"14848928990324","imei2":"14848928990324","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153019,"job_number":"JOB_153019","tr_customer_id":153036,"tr_customer_product_id":153026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:49.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"18187294946294","imei1":"18187294946294","imei2":"18187294946294","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153020,"job_number":"JOB_153020","tr_customer_id":153037,"tr_customer_product_id":153027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:40.000Z","modified_at":"2026-01-13T03:49:40.000Z","name":"Violet Ebert","mobile_number":"593-518-3750","email_id":"Otilia_Moore@yahoo.com","dop":"2025-04-06","serial_number":"17674437261519444","imei1":"17674437261519444","imei2":"17674437261519444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153021,"job_number":"JOB_153021","tr_customer_id":153038,"tr_customer_product_id":153028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:47.000Z","modified_at":"2026-01-13T03:49:47.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10778763278278","imei1":"10778763278278","imei2":"10778763278278","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153022,"job_number":"JOB_153022","tr_customer_id":153039,"tr_customer_product_id":153029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:47.000Z","modified_at":"2026-01-13T03:50:20.000Z","name":"Cordell Gutkowski","mobile_number":"243-829-0350","email_id":"Olen_Swaniawski@hotmail.com","dop":"2025-06-18","serial_number":"10653777848898","imei1":"10653777848898","imei2":"10653777848898","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153023,"job_number":"JOB_153023","tr_customer_id":153040,"tr_customer_product_id":153030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:48.000Z","modified_at":"2026-01-13T03:49:48.000Z","name":"Sadie Armstrong","mobile_number":"908-507-8196","email_id":"Rebeca.Lynch47@yahoo.com","dop":"2025-06-18","serial_number":"1053385808139450","imei1":"1053385808139450","imei2":"1053385808139450","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153025,"job_number":"JOB_153025","tr_customer_id":153042,"tr_customer_product_id":153032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:52.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Skyla Keeling","mobile_number":"875-901-9572","email_id":"Adah.Abernathy10@yahoo.com","dop":"2025-09-09","serial_number":"15288842733007","imei1":"15288842733007","imei2":"15288842733007","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153026,"job_number":"JOB_153026","tr_customer_id":153043,"tr_customer_product_id":153033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16528922137835","imei1":"16528922137835","imei2":"16528922137835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153027,"job_number":"JOB_153027","tr_customer_id":153044,"tr_customer_product_id":153034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Genesis Hudson","mobile_number":"545-745-3246","email_id":"Delpha75@gmail.com","dop":"2025-09-09","serial_number":"19428872260199","imei1":"19428872260199","imei2":"19428872260199","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153028,"job_number":"JOB_153028","tr_customer_id":153045,"tr_customer_product_id":153035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Dillan Cormier","mobile_number":"531-656-0583","email_id":"Wilfred_Lubowitz18@yahoo.com","dop":"2025-04-06","serial_number":"13558337125786","imei1":"13558337125786","imei2":"13558337125786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153029,"job_number":"JOB_153029","tr_customer_id":153046,"tr_customer_product_id":153036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Brock Gorczany","mobile_number":"250-398-4087","email_id":"Kory.Jacobs46@yahoo.com","dop":"2025-09-09","serial_number":"15093671361032","imei1":"15093671361032","imei2":"15093671361032","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153030,"job_number":"JOB_153030","tr_customer_id":153047,"tr_customer_product_id":153037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"10747985253385","imei1":"10747985253385","imei2":"10747985253385","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153031,"job_number":"JOB_153031","tr_customer_id":153048,"tr_customer_product_id":153038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Jarvis Rath","mobile_number":"996-571-4584","email_id":"Elisha7@gmail.com","dop":"2025-09-09","serial_number":"10254687094207","imei1":"10254687094207","imei2":"10254687094207","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153032,"job_number":"JOB_153032","tr_customer_id":153049,"tr_customer_product_id":153039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Ona Rodriguez","mobile_number":"842-374-7408","email_id":"Rhianna_Hauck41@hotmail.com","dop":"2025-04-06","serial_number":"18081435645439704","imei1":"18081435645439704","imei2":"18081435645439704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153033,"job_number":"JOB_153033","tr_customer_id":153050,"tr_customer_product_id":153040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Rosalyn Hilpert","mobile_number":"896-465-3399","email_id":"Moses.Grady@yahoo.com","dop":"2025-09-09","serial_number":"17091861974159","imei1":"17091861974159","imei2":"17091861974159","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153034,"job_number":"JOB_153034","tr_customer_id":153051,"tr_customer_product_id":153041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"13248131917905","imei1":"13248131917905","imei2":"13248131917905","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153036,"job_number":"JOB_153036","tr_customer_id":153053,"tr_customer_product_id":153043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:55.000Z","modified_at":"2026-01-13T03:49:55.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"18060098958557","imei1":"18060098958557","imei2":"18060098958557","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153037,"job_number":"JOB_153037","tr_customer_id":153054,"tr_customer_product_id":153044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:56.000Z","modified_at":"2026-01-13T03:49:56.000Z","name":"Noemy Ullrich","mobile_number":"831-724-5885","email_id":"Sarah.Koch@gmail.com","dop":"2025-09-16","serial_number":"19292304559775","imei1":"19292304559775","imei2":"19292304559775","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153038,"job_number":"JOB_153038","tr_customer_id":153055,"tr_customer_product_id":153045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:57.000Z","modified_at":"2026-01-13T03:49:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16171685555591","imei1":"16171685555591","imei2":"16171685555591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153039,"job_number":"JOB_153039","tr_customer_id":153056,"tr_customer_product_id":153046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:58.000Z","modified_at":"2026-01-13T03:50:31.000Z","name":"Camille Yundt","mobile_number":"592-312-2814","email_id":"Lance.Wiegand33@gmail.com","dop":"2025-04-06","serial_number":"13475194639433","imei1":"13475194639433","imei2":"13475194639433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153040,"job_number":"JOB_153040","tr_customer_id":153057,"tr_customer_product_id":153047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:59.000Z","modified_at":"2026-01-13T03:49:59.000Z","name":"Watson Rempel","mobile_number":"556-493-8063","email_id":"Gage_Pollich19@yahoo.com","dop":"2025-04-06","serial_number":"16134003839228460","imei1":"16134003839228460","imei2":"16134003839228460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153042,"job_number":"JOB_153042","tr_customer_id":153059,"tr_customer_product_id":153049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:02.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Jesus Goldner","mobile_number":"440-840-5489","email_id":"Ava58@hotmail.com","dop":"2000-01-31","serial_number":"10479885380009","imei1":"10479885380009","imei2":"10479885380009","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153044,"job_number":"JOB_153044","tr_customer_id":153061,"tr_customer_product_id":153051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:04.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10083490726550","imei1":"10083490726550","imei2":"10083490726550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153045,"job_number":"JOB_153045","tr_customer_id":153062,"tr_customer_product_id":153052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:04.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Rylan Wyman","mobile_number":"486-791-8683","email_id":"Marisa57@gmail.com","dop":"2025-04-06","serial_number":"18642664288122","imei1":"18642664288122","imei2":"18642664288122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153046,"job_number":"JOB_153046","tr_customer_id":153063,"tr_customer_product_id":153053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:05.000Z","modified_at":"2026-01-13T03:50:05.000Z","name":"Bethel McLaughlin","mobile_number":"598-945-2245","email_id":"Shakira.Schuster75@yahoo.com","dop":"2025-04-06","serial_number":"14937021882346436","imei1":"14937021882346436","imei2":"14937021882346436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153048,"job_number":"JOB_153048","tr_customer_id":153065,"tr_customer_product_id":153055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:08.000Z","modified_at":"2026-01-13T03:50:08.000Z","name":"April Treutel","mobile_number":"420-895-4874","email_id":"Tiara_Simonis@yahoo.com","dop":"2025-09-09","serial_number":"16286577028714","imei1":"16286577028714","imei2":"16286577028714","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153049,"job_number":"JOB_153049","tr_customer_id":153066,"tr_customer_product_id":153056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Albertha Johns","mobile_number":"411-980-4646","email_id":"Margot_Bruen20@gmail.com","dop":"2025-09-09","serial_number":"15781439813235","imei1":"15781439813235","imei2":"15781439813235","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153050,"job_number":"JOB_153050","tr_customer_id":153067,"tr_customer_product_id":153057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nelda Hills","mobile_number":"204-244-7851","email_id":"Alta.Baumbach59@hotmail.com","dop":"2025-09-09","serial_number":"12705447284041","imei1":"12705447284041","imei2":"12705447284041","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153051,"job_number":"JOB_153051","tr_customer_id":153068,"tr_customer_product_id":153058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Isabell Botsford","mobile_number":"756-667-9480","email_id":"Michele68@gmail.com","dop":"2025-09-09","serial_number":"19469016127033","imei1":"19469016127033","imei2":"19469016127033","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153052,"job_number":"JOB_153052","tr_customer_id":153069,"tr_customer_product_id":153059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nathanial Jast","mobile_number":"924-711-3457","email_id":"Gunnar.Walsh@yahoo.com","dop":"2025-09-09","serial_number":"10391829021392","imei1":"10391829021392","imei2":"10391829021392","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153053,"job_number":"JOB_153053","tr_customer_id":153070,"tr_customer_product_id":153060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:19.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"15597299415899","imei1":"15597299415899","imei2":"15597299415899","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153054,"job_number":"JOB_153054","tr_customer_id":153071,"tr_customer_product_id":153061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:19.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"15717034834289","imei1":"15717034834289","imei2":"15717034834289","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153055,"job_number":"JOB_153055","tr_customer_id":153072,"tr_customer_product_id":153062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:10.000Z","modified_at":"2026-01-13T03:50:26.000Z","name":"Dameon Robel","mobile_number":"796-313-0838","email_id":"Fausto45@gmail.com","dop":"2025-05-30","serial_number":"12957538193832","imei1":"12957538193832","imei2":"12957538193832","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153056,"job_number":"JOB_153056","tr_customer_id":153073,"tr_customer_product_id":153063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:11.000Z","modified_at":"2026-01-13T03:50:11.000Z","name":"Keeley Bode","mobile_number":"394-649-9827","email_id":"Evans.Paucek82@yahoo.com","dop":"2025-05-30","serial_number":"17230963683630","imei1":"17230963683630","imei2":"17230963683630","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153057,"job_number":"JOB_153057","tr_customer_id":153074,"tr_customer_product_id":153064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:12.000Z","modified_at":"2026-01-13T03:50:12.000Z","name":"Karlie Dickinson","mobile_number":"714-317-8229","email_id":"Hanna.Cruickshank92@gmail.com","dop":"2025-05-30","serial_number":"1031496690652217","imei1":"1031496690652217","imei2":"1031496690652217","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153058,"job_number":"JOB_153058","tr_customer_id":153075,"tr_customer_product_id":153065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:15.000Z","modified_at":"2026-01-13T03:50:15.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18771789001924","imei1":"18771789001924","imei2":"18771789001924","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153059,"job_number":"JOB_153059","tr_customer_id":153076,"tr_customer_product_id":153066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:16.000Z","modified_at":"2026-01-13T03:50:16.000Z","name":"Gina Schulist","mobile_number":"928-944-7730","email_id":"Gerald_Hills31@yahoo.com","dop":"2025-09-16","serial_number":"11005054118814","imei1":"11005054118814","imei2":"11005054118814","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153060,"job_number":"JOB_153060","tr_customer_id":153077,"tr_customer_product_id":153067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:18.000Z","modified_at":"2026-01-13T03:50:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13822944721277","imei1":"13822944721277","imei2":"13822944721277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153061,"job_number":"JOB_153061","tr_customer_id":153078,"tr_customer_product_id":153068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:19.000Z","modified_at":"2026-01-13T03:50:51.000Z","name":"Colleen Ernser","mobile_number":"699-844-4279","email_id":"Kenna23@gmail.com","dop":"2025-04-06","serial_number":"17381127748744","imei1":"17381127748744","imei2":"17381127748744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153062,"job_number":"JOB_153062","tr_customer_id":153079,"tr_customer_product_id":153069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:20.000Z","modified_at":"2026-01-13T03:50:20.000Z","name":"Cynthia Graham","mobile_number":"603-611-6067","email_id":"Judson.Kuhlman34@yahoo.com","dop":"2025-04-06","serial_number":"14760525474247120","imei1":"14760525474247120","imei2":"14760525474247120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153063,"job_number":"JOB_153063","tr_customer_id":153080,"tr_customer_product_id":153070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13096219447386","imei1":"13096219447386","imei2":"13096219447386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153064,"job_number":"JOB_153064","tr_customer_id":153081,"tr_customer_product_id":153071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Avis Durgan","mobile_number":"912-805-0170","email_id":"Selina.Herzog33@hotmail.com","dop":"2025-09-09","serial_number":"16356015097685","imei1":"16356015097685","imei2":"16356015097685","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153065,"job_number":"JOB_153065","tr_customer_id":153082,"tr_customer_product_id":153072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:51:02.000Z","name":"Raheem Barrows","mobile_number":"542-969-8713","email_id":"Keaton_Bode@gmail.com","dop":"2025-04-06","serial_number":"16074704762127","imei1":"16074704762127","imei2":"16074704762127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153066,"job_number":"JOB_153066","tr_customer_id":153083,"tr_customer_product_id":153073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Cullen Predovic","mobile_number":"282-933-3045","email_id":"America.Wisozk51@hotmail.com","dop":"2025-09-09","serial_number":"19108774208927","imei1":"19108774208927","imei2":"19108774208927","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153067,"job_number":"JOB_153067","tr_customer_id":153084,"tr_customer_product_id":153074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:25.000Z","modified_at":"2026-01-13T03:50:25.000Z","name":"Milan Miller","mobile_number":"790-657-9980","email_id":"Kris16@yahoo.com","dop":"2025-09-09","serial_number":"11200593074184","imei1":"11200593074184","imei2":"11200593074184","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153068,"job_number":"JOB_153068","tr_customer_id":153085,"tr_customer_product_id":153075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:25.000Z","modified_at":"2026-01-13T03:50:35.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"16146863279833","imei1":"16146863279833","imei2":"16146863279833","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153069,"job_number":"JOB_153069","tr_customer_id":153086,"tr_customer_product_id":153076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:26.000Z","modified_at":"2026-01-13T03:50:26.000Z","name":"Jailyn Murray","mobile_number":"833-564-9185","email_id":"Lauren.Kuphal85@gmail.com","dop":"2025-04-06","serial_number":"12812647535142484","imei1":"12812647535142484","imei2":"12812647535142484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153074,"job_number":"JOB_153074","tr_customer_id":153091,"tr_customer_product_id":153081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:32.000Z","modified_at":"2026-01-13T03:50:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13844552556611","imei1":"13844552556611","imei2":"13844552556611","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153075,"job_number":"JOB_153075","tr_customer_id":153092,"tr_customer_product_id":153082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:32.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"Kareem Dibbert","mobile_number":"410-582-5268","email_id":"Luna.Bernhard48@hotmail.com","dop":"2025-04-06","serial_number":"18973484455942","imei1":"18973484455942","imei2":"18973484455942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153076,"job_number":"JOB_153076","tr_customer_id":153093,"tr_customer_product_id":153083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:34.000Z","modified_at":"2026-01-13T03:50:34.000Z","name":"Kaitlin Windler","mobile_number":"201-669-5785","email_id":"Sienna_Corkery85@gmail.com","dop":"2025-04-06","serial_number":"10440709278762594","imei1":"10440709278762594","imei2":"10440709278762594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153077,"job_number":"JOB_153077","tr_customer_id":153094,"tr_customer_product_id":153084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:36.000Z","modified_at":"2026-01-13T03:50:36.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14210164826325","imei1":"14210164826325","imei2":"14210164826325","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153078,"job_number":"JOB_153078","tr_customer_id":153095,"tr_customer_product_id":153085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:51:13.000Z","name":"Devan Wiza","mobile_number":"725-295-0415","email_id":"Joshuah.Deckow28@gmail.com","dop":"2025-04-06","serial_number":"10209135742394","imei1":"10209135742394","imei2":"10209135742394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153080,"job_number":"JOB_153080","tr_customer_id":153097,"tr_customer_product_id":153087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19224335783664","imei1":"19224335783664","imei2":"19224335783664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153081,"job_number":"JOB_153081","tr_customer_id":153098,"tr_customer_product_id":153088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:51:15.000Z","name":"Kali Gibson","mobile_number":"893-532-7219","email_id":"August.Murazik2@hotmail.com","dop":"2025-04-06","serial_number":"17521816623445","imei1":"17521816623445","imei2":"17521816623445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153082,"job_number":"JOB_153082","tr_customer_id":153099,"tr_customer_product_id":153089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18445398425976","imei1":"18445398425976","imei2":"18445398425976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153083,"job_number":"JOB_153083","tr_customer_id":153100,"tr_customer_product_id":153090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:51:11.000Z","name":"Zack Waelchi","mobile_number":"304-824-1857","email_id":"Ariane_Kilback49@hotmail.com","dop":"2025-04-06","serial_number":"13034853505169","imei1":"13034853505169","imei2":"13034853505169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153084,"job_number":"JOB_153084","tr_customer_id":153101,"tr_customer_product_id":153091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Amir Spencer","mobile_number":"738-414-9550","email_id":"Mario_Bogan67@yahoo.com","dop":"2025-04-06","serial_number":"11935463815113542","imei1":"11935463815113542","imei2":"11935463815113542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153085,"job_number":"JOB_153085","tr_customer_id":153102,"tr_customer_product_id":153092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Faustino Langworth","mobile_number":"250-265-0398","email_id":"Korbin_Ankunding39@yahoo.com","dop":"2025-04-06","serial_number":"16078364766113880","imei1":"16078364766113880","imei2":"16078364766113880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153086,"job_number":"JOB_153086","tr_customer_id":153103,"tr_customer_product_id":153093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"Jeanette Grady","mobile_number":"316-608-4183","email_id":"Jadyn_OHara16@gmail.com","dop":"2025-04-06","serial_number":"19153294343452520","imei1":"19153294343452520","imei2":"19153294343452520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153087,"job_number":"JOB_153087","tr_customer_id":153104,"tr_customer_product_id":153094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13173564929167","imei1":"13173564929167","imei2":"13173564929167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153088,"job_number":"JOB_153088","tr_customer_id":153105,"tr_customer_product_id":153095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:51:17.000Z","name":"Dangelo Zemlak","mobile_number":"212-683-1235","email_id":"Judd.Stracke@gmail.com","dop":"2025-04-06","serial_number":"19089383228327","imei1":"19089383228327","imei2":"19089383228327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153093,"job_number":"JOB_153093","tr_customer_id":153110,"tr_customer_product_id":153100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Darrick Brown","mobile_number":"276-943-9247","email_id":"Opal2@hotmail.com","dop":"2025-04-06","serial_number":"16541453210419996","imei1":"16541453210419996","imei2":"16541453210419996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153095,"job_number":"JOB_153095","tr_customer_id":153112,"tr_customer_product_id":153102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:45.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Catalina Reichel","mobile_number":"494-745-9246","email_id":"Kaia_Beatty@gmail.com","dop":"2000-01-31","serial_number":"10716392563432","imei1":"10716392563432","imei2":"10716392563432","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153097,"job_number":"JOB_153097","tr_customer_id":153114,"tr_customer_product_id":153104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18999790093893","imei1":"18999790093893","imei2":"18999790093893","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153098,"job_number":"JOB_153098","tr_customer_id":153115,"tr_customer_product_id":153105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10419869269352","imei1":"10419869269352","imei2":"10419869269352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153099,"job_number":"JOB_153099","tr_customer_id":153116,"tr_customer_product_id":153106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18067897014023","imei1":"18067897014023","imei2":"18067897014023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153100,"job_number":"JOB_153100","tr_customer_id":153117,"tr_customer_product_id":153107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Elody Kuphal","mobile_number":"749-670-3447","email_id":"Javon59@gmail.com","dop":"2025-04-06","serial_number":"19176042363609","imei1":"19176042363609","imei2":"19176042363609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153101,"job_number":"JOB_153101","tr_customer_id":153118,"tr_customer_product_id":153108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:48.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Vicenta Treutel","mobile_number":"282-794-3952","email_id":"Cullen.Heaney@gmail.com","dop":"2025-04-06","serial_number":"16867005038800","imei1":"16867005038800","imei2":"16867005038800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153102,"job_number":"JOB_153102","tr_customer_id":153119,"tr_customer_product_id":153109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:48.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Nils Bashirian","mobile_number":"635-954-3714","email_id":"Graham.OKon67@gmail.com","dop":"2025-04-06","serial_number":"10822940319181","imei1":"10822940319181","imei2":"10822940319181","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153103,"job_number":"JOB_153103","tr_customer_id":153120,"tr_customer_product_id":153110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Kaleigh Flatley","mobile_number":"570-357-2377","email_id":"Brayan.Spencer@yahoo.com","dop":"2025-04-06","serial_number":"18438963295359948","imei1":"18438963295359948","imei2":"18438963295359948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153104,"job_number":"JOB_153104","tr_customer_id":153121,"tr_customer_product_id":153111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Enid Kris","mobile_number":"437-791-7523","email_id":"Fermin.Muller95@hotmail.com","dop":"2025-04-06","serial_number":"13143860045647592","imei1":"13143860045647592","imei2":"13143860045647592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153105,"job_number":"JOB_153105","tr_customer_id":153122,"tr_customer_product_id":153112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Jayne Schuppe","mobile_number":"745-966-7108","email_id":"Susana.Predovic10@hotmail.com","dop":"2025-04-06","serial_number":"14304569801109850","imei1":"14304569801109850","imei2":"14304569801109850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153106,"job_number":"JOB_153106","tr_customer_id":153123,"tr_customer_product_id":153113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:57.000Z","modified_at":"2026-01-13T03:50:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13701174672689","imei1":"13701174672689","imei2":"13701174672689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153107,"job_number":"JOB_153107","tr_customer_id":153124,"tr_customer_product_id":153114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:57.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Kobe Conn","mobile_number":"815-288-8458","email_id":"Breana_Kemmer93@gmail.com","dop":"2025-04-06","serial_number":"18499585679775","imei1":"18499585679775","imei2":"18499585679775","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153108,"job_number":"JOB_153108","tr_customer_id":153125,"tr_customer_product_id":153115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"Etha Gorczany","mobile_number":"549-498-0752","email_id":"Karl64@yahoo.com","dop":"2025-04-06","serial_number":"11905239359408752","imei1":"11905239359408752","imei2":"11905239359408752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153109,"job_number":"JOB_153109","tr_customer_id":153126,"tr_customer_product_id":153116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16851118059558","imei1":"16851118059558","imei2":"16851118059558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153110,"job_number":"JOB_153110","tr_customer_id":153127,"tr_customer_product_id":153117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:59.000Z","modified_at":"2026-01-13T03:51:33.000Z","name":"Treva McClure","mobile_number":"543-959-5423","email_id":"Kelly72@gmail.com","dop":"2025-04-06","serial_number":"16483744012794","imei1":"16483744012794","imei2":"16483744012794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153111,"job_number":"JOB_153111","tr_customer_id":153128,"tr_customer_product_id":153118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:00.000Z","modified_at":"2026-01-13T03:51:00.000Z","name":"Jacklyn Hoppe","mobile_number":"782-304-3329","email_id":"Beth.Stracke90@hotmail.com","dop":"2025-04-06","serial_number":"11949546922932804","imei1":"11949546922932804","imei2":"11949546922932804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153114,"job_number":"JOB_153114","tr_customer_id":153131,"tr_customer_product_id":153121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16475215694770","imei1":"16475215694770","imei2":"16475215694770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153116,"job_number":"JOB_153116","tr_customer_id":153133,"tr_customer_product_id":153123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:48.000Z","name":"Albina Ferry","mobile_number":"269-475-5046","email_id":"Devon14@gmail.com","dop":"2025-04-06","serial_number":"17088301016454","imei1":"17088301016454","imei2":"17088301016454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153117,"job_number":"JOB_153117","tr_customer_id":153134,"tr_customer_product_id":153124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:11.000Z","modified_at":"2026-01-13T03:51:11.000Z","name":"Lacy Block","mobile_number":"786-394-6562","email_id":"Jennifer.Reilly@gmail.com","dop":"2025-04-06","serial_number":"17579672354579640","imei1":"17579672354579640","imei2":"17579672354579640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153118,"job_number":"JOB_153118","tr_customer_id":153135,"tr_customer_product_id":153125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:17.000Z","modified_at":"2026-01-13T03:51:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18976150243856","imei1":"18976150243856","imei2":"18976150243856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153119,"job_number":"JOB_153119","tr_customer_id":153136,"tr_customer_product_id":153126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:18.000Z","modified_at":"2026-01-13T03:51:55.000Z","name":"Domenico MacGyver","mobile_number":"792-551-8862","email_id":"Amelia85@yahoo.com","dop":"2025-04-06","serial_number":"17053002578000","imei1":"17053002578000","imei2":"17053002578000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153120,"job_number":"JOB_153120","tr_customer_id":153137,"tr_customer_product_id":153127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:19.000Z","modified_at":"2026-01-13T03:51:19.000Z","name":"Jerry Friesen","mobile_number":"518-345-9827","email_id":"Adelia_Hettinger2@gmail.com","dop":"2025-04-06","serial_number":"17307083703358260","imei1":"17307083703358260","imei2":"17307083703358260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153121,"job_number":"JOB_153121","tr_customer_id":153138,"tr_customer_product_id":153128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:20.000Z","modified_at":"2026-01-13T03:51:20.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14419795897250","imei1":"14419795897250","imei2":"14419795897250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153122,"job_number":"JOB_153122","tr_customer_id":153139,"tr_customer_product_id":153129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:20.000Z","modified_at":"2026-01-13T03:51:56.000Z","name":"Brent Trantow","mobile_number":"435-746-7481","email_id":"Derick37@yahoo.com","dop":"2025-04-06","serial_number":"14645292041566","imei1":"14645292041566","imei2":"14645292041566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153123,"job_number":"JOB_153123","tr_customer_id":153140,"tr_customer_product_id":153130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:21.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Peter Hilpert","mobile_number":"897-986-7560","email_id":"Judson21@gmail.com","dop":"2025-04-06","serial_number":"10289533883965028","imei1":"10289533883965028","imei2":"10289533883965028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153124,"job_number":"JOB_153124","tr_customer_id":153141,"tr_customer_product_id":153131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:22.000Z","modified_at":"2026-01-13T03:51:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16928359501430","imei1":"16928359501430","imei2":"16928359501430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153125,"job_number":"JOB_153125","tr_customer_id":153142,"tr_customer_product_id":153132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:22.000Z","modified_at":"2026-01-13T03:52:00.000Z","name":"Darrell Fay","mobile_number":"554-359-4015","email_id":"May3@yahoo.com","dop":"2025-04-06","serial_number":"19370363367281","imei1":"19370363367281","imei2":"19370363367281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153128,"job_number":"JOB_153128","tr_customer_id":153145,"tr_customer_product_id":153135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Emily Jerde","mobile_number":"869-493-5374","email_id":"Tara_McGlynn@gmail.com","dop":"2025-04-06","serial_number":"14302115476753244","imei1":"14302115476753244","imei2":"14302115476753244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153130,"job_number":"JOB_153130","tr_customer_id":153147,"tr_customer_product_id":153137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16010550654542","imei1":"16010550654542","imei2":"16010550654542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153131,"job_number":"JOB_153131","tr_customer_id":153148,"tr_customer_product_id":153138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:25.000Z","modified_at":"2026-01-13T03:52:02.000Z","name":"Marianne Morissette","mobile_number":"803-239-7742","email_id":"Kyleigh.Raynor75@yahoo.com","dop":"2025-04-06","serial_number":"15852842544750","imei1":"15852842544750","imei2":"15852842544750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153132,"job_number":"JOB_153132","tr_customer_id":153149,"tr_customer_product_id":153139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:26.000Z","modified_at":"2026-01-13T03:51:26.000Z","name":"Callie Christiansen","mobile_number":"444-371-4512","email_id":"Aniyah_Fahey@hotmail.com","dop":"2025-04-06","serial_number":"17713763706513330","imei1":"17713763706513330","imei2":"17713763706513330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153134,"job_number":"JOB_153134","tr_customer_id":153151,"tr_customer_product_id":153141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18716729802145","imei1":"18716729802145","imei2":"18716729802145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153135,"job_number":"JOB_153135","tr_customer_id":153152,"tr_customer_product_id":153142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:52:04.000Z","name":"Mac Lynch","mobile_number":"675-329-2613","email_id":"Bonnie.Maggio@hotmail.com","dop":"2000-01-31","serial_number":"10001411456309","imei1":"10001411456309","imei2":"10001411456309","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153136,"job_number":"JOB_153136","tr_customer_id":153153,"tr_customer_product_id":153143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:52:02.000Z","name":"Ettie Armstrong","mobile_number":"795-463-6086","email_id":"Abraham_Little31@yahoo.com","dop":"2025-04-06","serial_number":"16460214171741","imei1":"16460214171741","imei2":"16460214171741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153138,"job_number":"JOB_153138","tr_customer_id":153155,"tr_customer_product_id":153145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Alvis Cartwright","mobile_number":"529-857-4653","email_id":"Nina_Durgan@hotmail.com","dop":"2025-04-06","serial_number":"13116854987603646","imei1":"13116854987603646","imei2":"13116854987603646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153139,"job_number":"JOB_153139","tr_customer_id":153156,"tr_customer_product_id":153146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:30.000Z","modified_at":"2026-01-13T03:51:30.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14023860338983","imei1":"14023860338983","imei2":"14023860338983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153140,"job_number":"JOB_153140","tr_customer_id":153157,"tr_customer_product_id":153147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:30.000Z","modified_at":"2026-01-13T03:52:06.000Z","name":"Carroll Robel","mobile_number":"647-850-5116","email_id":"Cicero.Abshire@hotmail.com","dop":"2025-04-06","serial_number":"11183956973022","imei1":"11183956973022","imei2":"11183956973022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153141,"job_number":"JOB_153141","tr_customer_id":153158,"tr_customer_product_id":153148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:31.000Z","modified_at":"2026-01-13T03:51:31.000Z","name":"Lori O'Keefe","mobile_number":"466-664-1135","email_id":"Ona_Christiansen@hotmail.com","dop":"2025-04-06","serial_number":"17437709589776542","imei1":"17437709589776542","imei2":"17437709589776542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153142,"job_number":"JOB_153142","tr_customer_id":153159,"tr_customer_product_id":153149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:35.000Z","modified_at":"2026-01-13T03:51:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13593104213416","imei1":"13593104213416","imei2":"13593104213416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153143,"job_number":"JOB_153143","tr_customer_id":153160,"tr_customer_product_id":153150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:35.000Z","modified_at":"2026-01-13T03:52:07.000Z","name":"Hubert Kovacek","mobile_number":"517-577-8902","email_id":"Trenton.Weissnat77@hotmail.com","dop":"2025-04-06","serial_number":"19611515181213","imei1":"19611515181213","imei2":"19611515181213","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153144,"job_number":"JOB_153144","tr_customer_id":153161,"tr_customer_product_id":153151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:36.000Z","modified_at":"2026-01-13T03:51:36.000Z","name":"Consuelo Schuster","mobile_number":"901-743-1013","email_id":"Fabian82@hotmail.com","dop":"2025-04-06","serial_number":"12261540853864804","imei1":"12261540853864804","imei2":"12261540853864804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153148,"job_number":"JOB_153148","tr_customer_id":153165,"tr_customer_product_id":153155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:39.000Z","modified_at":"2026-01-13T03:51:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17475014846148","imei1":"17475014846148","imei2":"17475014846148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153149,"job_number":"JOB_153149","tr_customer_id":153166,"tr_customer_product_id":153156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:39.000Z","modified_at":"2026-01-13T03:52:13.000Z","name":"Chet Mertz","mobile_number":"688-232-0809","email_id":"Nova_Prohaska@hotmail.com","dop":"2025-04-06","serial_number":"14850575317100","imei1":"14850575317100","imei2":"14850575317100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153150,"job_number":"JOB_153150","tr_customer_id":153167,"tr_customer_product_id":153157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:41.000Z","modified_at":"2026-01-13T03:51:41.000Z","name":"Elwyn Leffler","mobile_number":"327-674-7261","email_id":"Dina5@hotmail.com","dop":"2025-04-06","serial_number":"16511833796415536","imei1":"16511833796415536","imei2":"16511833796415536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153151,"job_number":"JOB_153151","tr_customer_id":153168,"tr_customer_product_id":153158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10130165355224","imei1":"10130165355224","imei2":"10130165355224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153152,"job_number":"JOB_153152","tr_customer_id":153169,"tr_customer_product_id":153159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11115597249717","imei1":"11115597249717","imei2":"11115597249717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153153,"job_number":"JOB_153153","tr_customer_id":153170,"tr_customer_product_id":153160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:39.000Z","name":"Waldo Purdy","mobile_number":"563-568-5004","email_id":"Reed.Reichel@yahoo.com","dop":"2025-04-06","serial_number":"11258330462824","imei1":"11258330462824","imei2":"11258330462824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153154,"job_number":"JOB_153154","tr_customer_id":153171,"tr_customer_product_id":153161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:41.000Z","name":"Garrett Adams","mobile_number":"387-242-2491","email_id":"Lester.Price67@gmail.com","dop":"2025-04-06","serial_number":"12827174016787","imei1":"12827174016787","imei2":"12827174016787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153155,"job_number":"JOB_153155","tr_customer_id":153172,"tr_customer_product_id":153162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:04.000Z","modified_at":"2026-01-13T03:52:04.000Z","name":"Elyse Kutch","mobile_number":"645-761-8893","email_id":"Priscilla.Witting@hotmail.com","dop":"2025-04-06","serial_number":"18340930470477076","imei1":"18340930470477076","imei2":"18340930470477076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153156,"job_number":"JOB_153156","tr_customer_id":153173,"tr_customer_product_id":153163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:05.000Z","modified_at":"2026-01-13T03:52:05.000Z","name":"Oleta Emard","mobile_number":"222-876-0291","email_id":"Kylee.Mann@hotmail.com","dop":"2025-04-06","serial_number":"18636482248472350","imei1":"18636482248472350","imei2":"18636482248472350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153157,"job_number":"JOB_153157","tr_customer_id":153174,"tr_customer_product_id":153164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:07.000Z","modified_at":"2026-01-13T03:52:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13985051678366","imei1":"13985051678366","imei2":"13985051678366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153158,"job_number":"JOB_153158","tr_customer_id":153175,"tr_customer_product_id":153165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:08.000Z","modified_at":"2026-01-13T03:52:45.000Z","name":"Carolina Metz","mobile_number":"594-473-0911","email_id":"Marlene_Pollich@gmail.com","dop":"2025-04-06","serial_number":"14980459183214","imei1":"14980459183214","imei2":"14980459183214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153159,"job_number":"JOB_153159","tr_customer_id":153176,"tr_customer_product_id":153166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:08.000Z","modified_at":"2026-01-13T03:52:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17578726537565","imei1":"17578726537565","imei2":"17578726537565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153160,"job_number":"JOB_153160","tr_customer_id":153177,"tr_customer_product_id":153167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:09.000Z","modified_at":"2026-01-13T03:52:42.000Z","name":"Arno Bosco","mobile_number":"893-892-5495","email_id":"Erling84@gmail.com","dop":"2025-04-06","serial_number":"17465608746796","imei1":"17465608746796","imei2":"17465608746796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153161,"job_number":"JOB_153161","tr_customer_id":153178,"tr_customer_product_id":153168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:09.000Z","modified_at":"2026-01-13T03:52:09.000Z","name":"Ezekiel Lindgren","mobile_number":"377-339-2399","email_id":"Zora43@hotmail.com","dop":"2025-04-06","serial_number":"17446845544872254","imei1":"17446845544872254","imei2":"17446845544872254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153162,"job_number":"JOB_153162","tr_customer_id":153179,"tr_customer_product_id":153169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10052525619475","imei1":"10052525619475","imei2":"10052525619475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153163,"job_number":"JOB_153163","tr_customer_id":153180,"tr_customer_product_id":153170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"Oscar Rutherford","mobile_number":"365-219-5809","email_id":"Betsy32@gmail.com","dop":"2025-04-06","serial_number":"14954681092067464","imei1":"14954681092067464","imei2":"14954681092067464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153164,"job_number":"JOB_153164","tr_customer_id":153181,"tr_customer_product_id":153171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:48.000Z","name":"Hellen Koch","mobile_number":"626-882-4725","email_id":"Pamela.Dibbert67@gmail.com","dop":"2025-04-06","serial_number":"11225375272847","imei1":"11225375272847","imei2":"11225375272847","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153166,"job_number":"JOB_153166","tr_customer_id":153183,"tr_customer_product_id":153173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:46.000Z","name":"Dortha Veum","mobile_number":"660-969-1672","email_id":"Demond18@yahoo.com","dop":"2000-01-31","serial_number":"10016107663628","imei1":"10016107663628","imei2":"10016107663628","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153167,"job_number":"JOB_153167","tr_customer_id":153184,"tr_customer_product_id":153174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Nico Moen","mobile_number":"854-383-0204","email_id":"Linwood.Dickinson@yahoo.com","dop":"2025-04-06","serial_number":"14097674512720782","imei1":"14097674512720782","imei2":"14097674512720782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153169,"job_number":"JOB_153169","tr_customer_id":153186,"tr_customer_product_id":153176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:20.000Z","modified_at":"2026-01-13T03:52:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16044510551502","imei1":"16044510551502","imei2":"16044510551502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153170,"job_number":"JOB_153170","tr_customer_id":153187,"tr_customer_product_id":153177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:20.000Z","modified_at":"2026-01-13T03:52:53.000Z","name":"Garret Rowe","mobile_number":"883-929-1183","email_id":"Amely.Beier58@yahoo.com","dop":"2025-04-06","serial_number":"14482159822343","imei1":"14482159822343","imei2":"14482159822343","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153171,"job_number":"JOB_153171","tr_customer_id":153188,"tr_customer_product_id":153178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:21.000Z","modified_at":"2026-01-13T03:52:21.000Z","name":"Johnpaul Nitzsche","mobile_number":"207-608-3747","email_id":"Robert.Schimmel87@hotmail.com","dop":"2025-04-06","serial_number":"11100976521545972","imei1":"11100976521545972","imei2":"11100976521545972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153172,"job_number":"JOB_153172","tr_customer_id":153189,"tr_customer_product_id":153179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:25.000Z","modified_at":"2026-01-13T03:59:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30175298275047","imei1":"30175298275047","imei2":"30175298275047","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153173,"job_number":"JOB_153173","tr_customer_id":153190,"tr_customer_product_id":153180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39736907178927","imei1":"39736907178927","imei2":"39736907178927","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153174,"job_number":"JOB_153174","tr_customer_id":153191,"tr_customer_product_id":153181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21407778553161","imei1":"21407778553161","imei2":"21407778553161","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153175,"job_number":"JOB_153175","tr_customer_id":153192,"tr_customer_product_id":153182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62544012041904","imei1":"62544012041904","imei2":"62544012041904","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153176,"job_number":"JOB_153176","tr_customer_id":153193,"tr_customer_product_id":153183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99959134188493","imei1":"99959134188493","imei2":"99959134188493","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153177,"job_number":"JOB_153177","tr_customer_id":153194,"tr_customer_product_id":153184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:27.000Z","modified_at":"2026-01-13T03:59:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"22392790873021","imei1":"22392790873021","imei2":"22392790873021","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153178,"job_number":"JOB_153178","tr_customer_id":153195,"tr_customer_product_id":153185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:27.000Z","modified_at":"2026-01-13T03:59:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29797554775792","imei1":"29797554775792","imei2":"29797554775792","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153179,"job_number":"JOB_153179","tr_customer_id":153196,"tr_customer_product_id":153186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:55.000Z","modified_at":"2026-01-13T03:59:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51040340604623","imei1":"51040340604623","imei2":"51040340604623","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153180,"job_number":"JOB_153180","tr_customer_id":153197,"tr_customer_product_id":153187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21006414201226","imei1":"21006414201226","imei2":"21006414201226","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153181,"job_number":"JOB_153181","tr_customer_id":153198,"tr_customer_product_id":153188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50056823112746","imei1":"50056823112746","imei2":"50056823112746","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153182,"job_number":"JOB_153182","tr_customer_id":153199,"tr_customer_product_id":153189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93748794197334","imei1":"93748794197334","imei2":"93748794197334","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153183,"job_number":"JOB_153183","tr_customer_id":153200,"tr_customer_product_id":153190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91296671455571","imei1":"91296671455571","imei2":"91296671455571","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153184,"job_number":"JOB_153184","tr_customer_id":153201,"tr_customer_product_id":153191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30364673967097","imei1":"30364673967097","imei2":"30364673967097","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153185,"job_number":"JOB_153185","tr_customer_id":153202,"tr_customer_product_id":153192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T04:00:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94819976954615","imei1":"94819976954615","imei2":"94819976954615","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:00:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153186,"job_number":"JOB_153186","tr_customer_id":153203,"tr_customer_product_id":153193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:25.000Z","modified_at":"2026-01-13T04:00:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10209990333814","imei1":"10209990333814","imei2":"10209990333814","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153187,"job_number":"JOB_153187","tr_customer_id":153204,"tr_customer_product_id":153194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15049222200872","imei1":"15049222200872","imei2":"15049222200872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153188,"job_number":"JOB_153188","tr_customer_id":153205,"tr_customer_product_id":153195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47543399690737","imei1":"47543399690737","imei2":"47543399690737","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153189,"job_number":"JOB_153189","tr_customer_id":153206,"tr_customer_product_id":153196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"43075571160093","imei1":"43075571160093","imei2":"43075571160093","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153190,"job_number":"JOB_153190","tr_customer_id":153207,"tr_customer_product_id":153197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65833124924632","imei1":"65833124924632","imei2":"65833124924632","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153191,"job_number":"JOB_153191","tr_customer_id":153208,"tr_customer_product_id":153198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:27.000Z","modified_at":"2026-01-13T04:00:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36123112343377","imei1":"36123112343377","imei2":"36123112343377","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153192,"job_number":"JOB_153192","tr_customer_id":153209,"tr_customer_product_id":153199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:27.000Z","modified_at":"2026-01-13T04:00:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83788810237229","imei1":"83788810237229","imei2":"83788810237229","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153193,"job_number":"JOB_153193","tr_customer_id":153210,"tr_customer_product_id":153200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:49.000Z","modified_at":"2026-01-13T04:23:49.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"172610529232810","imei1":"172610529232810","imei2":"172610529232810","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153194,"job_number":"JOB_153194","tr_customer_id":153211,"tr_customer_product_id":153201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:49.000Z","modified_at":"2026-01-13T04:24:16.000Z","name":"Alfonzo Farrell","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"100297118865037","imei1":"100297118865037","imei2":"100297118865037","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153195,"job_number":"JOB_153195","tr_customer_id":153212,"tr_customer_product_id":153202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:50.000Z","modified_at":"2026-01-13T04:23:50.000Z","name":"Brennan Grant","mobile_number":"841-700-9396","email_id":"Jed28@yahoo.com","dop":"2025-10-22","serial_number":"1015320496052172","imei1":"1015320496052172","imei2":"1015320496052172","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153196,"job_number":"JOB_153196","tr_customer_id":153213,"tr_customer_product_id":153203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:21.000Z","modified_at":"2026-01-13T04:24:21.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"196369374839931","imei1":"196369374839931","imei2":"196369374839931","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153197,"job_number":"JOB_153197","tr_customer_id":153214,"tr_customer_product_id":153204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:22.000Z","modified_at":"2026-01-13T04:24:48.000Z","name":"Trevor Windler","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"187978613223407","imei1":"187978613223407","imei2":"187978613223407","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153198,"job_number":"JOB_153198","tr_customer_id":153215,"tr_customer_product_id":153205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:23.000Z","modified_at":"2026-01-13T04:24:23.000Z","name":"Efren Deckow","mobile_number":"879-726-6721","email_id":"Bennie_Crist60@gmail.com","dop":"2025-10-22","serial_number":"1027657902913303","imei1":"1027657902913303","imei2":"1027657902913303","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153199,"job_number":"JOB_153199","tr_customer_id":153216,"tr_customer_product_id":153206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:33.000Z","modified_at":"2026-01-13T04:24:42.000Z","name":"Akira nandan","mobile_number":"7894561230","email_id":"akira@gmail.com","dop":"2025-12-10","serial_number":"158049088537383","imei1":"158049088537383","imei2":"158049088537383","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153200,"job_number":"JOB_153200","tr_customer_id":153217,"tr_customer_product_id":153207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:44.000Z","modified_at":"2026-01-13T04:24:53.000Z","name":"Anusha 123saikam","mobile_number":"7894561230","email_id":"anusha@gmail.com","dop":"2025-12-10","serial_number":"130241026316878","imei1":"130241026316878","imei2":"130241026316878","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153201,"job_number":"JOB_153201","tr_customer_id":153218,"tr_customer_product_id":153208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:53.000Z","modified_at":"2026-01-13T04:24:53.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"125791411203086","imei1":"125791411203086","imei2":"125791411203086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153202,"job_number":"JOB_153202","tr_customer_id":153219,"tr_customer_product_id":153209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:53.000Z","modified_at":"2026-01-13T04:25:32.000Z","name":"Nicholaus Erdman","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"180799427188734","imei1":"180799427188734","imei2":"180799427188734","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153203,"job_number":"JOB_153203","tr_customer_id":153220,"tr_customer_product_id":153210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:54.000Z","modified_at":"2026-01-13T04:24:54.000Z","name":"Ramona Ledner","mobile_number":"997-943-0364","email_id":"Walton_Schultz12@yahoo.com","dop":"2025-10-22","serial_number":"1014941016516362","imei1":"1014941016516362","imei2":"1014941016516362","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153204,"job_number":"JOB_153204","tr_customer_id":153221,"tr_customer_product_id":153211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:29:34.000Z","modified_at":"2026-01-13T04:30:13.000Z","name":"Clara Hermiston","mobile_number":"462-509-4186","email_id":"Vesta.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"12004814891364","imei1":"12004814891364","imei2":"12004814891364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153205,"job_number":"JOB_153205","tr_customer_id":153222,"tr_customer_product_id":153212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:29:36.000Z","modified_at":"2026-01-13T04:29:36.000Z","name":"Sigurd Hansen","mobile_number":"369-653-0024","email_id":"Kaya.Ryan71@hotmail.com","dop":"2025-04-06","serial_number":"14806398941573048","imei1":"14806398941573048","imei2":"14806398941573048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153206,"job_number":"JOB_153206","tr_customer_id":153223,"tr_customer_product_id":153213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:12.000Z","modified_at":"2026-01-13T04:36:12.000Z","name":"Kailey Hermiston","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"127217837454338","imei1":"127217837454338","imei2":"127217837454338","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153207,"job_number":"JOB_153207","tr_customer_id":153224,"tr_customer_product_id":153214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:45.000Z","modified_at":"2026-01-13T04:36:45.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"93723787000779","imei1":"93723787000779","imei2":"93723787000779","popurl":"2026-01-03T04:36:45.085377771Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153208,"job_number":"JOB_153208","tr_customer_id":153225,"tr_customer_product_id":153215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:37:12.000Z","modified_at":"2026-01-13T04:37:12.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"76112773586133","imei1":"76112773586133","imei2":"76112773586133","popurl":"2026-01-03T04:37:11.995408367Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153209,"job_number":"JOB_153209","tr_customer_id":153226,"tr_customer_product_id":153216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:44:49.000Z","modified_at":"2026-01-13T04:44:49.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"107163902252086","imei1":"107163902252086","imei2":"107163902252086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153210,"job_number":"JOB_153210","tr_customer_id":153227,"tr_customer_product_id":153217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:12.000Z","modified_at":"2026-01-13T04:45:12.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"183484091925795","imei1":"183484091925795","imei2":"183484091925795","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153211,"job_number":"JOB_153211","tr_customer_id":153228,"tr_customer_product_id":153218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:13.000Z","modified_at":"2026-01-13T04:45:40.000Z","name":"Lillie Macejkovic","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"141865893280422","imei1":"141865893280422","imei2":"141865893280422","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153212,"job_number":"JOB_153212","tr_customer_id":153229,"tr_customer_product_id":153219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:14.000Z","modified_at":"2026-01-13T04:45:14.000Z","name":"Giles Gibson","mobile_number":"419-212-5365","email_id":"Otha_Sawayn@yahoo.com","dop":"2025-10-22","serial_number":"1036299542913658","imei1":"1036299542913658","imei2":"1036299542913658","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153213,"job_number":"JOB_153213","tr_customer_id":153230,"tr_customer_product_id":153220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:45.000Z","modified_at":"2026-01-13T04:45:45.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"172432575893510","imei1":"172432575893510","imei2":"172432575893510","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153214,"job_number":"JOB_153214","tr_customer_id":153231,"tr_customer_product_id":153221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:46.000Z","modified_at":"2026-01-13T04:46:15.000Z","name":"Ramiro Kunze","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"193421172284975","imei1":"193421172284975","imei2":"193421172284975","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153215,"job_number":"JOB_153215","tr_customer_id":153232,"tr_customer_product_id":153222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:47.000Z","modified_at":"2026-01-13T04:45:47.000Z","name":"Maybelle Kris","mobile_number":"645-731-4700","email_id":"Horacio_Gottlieb@hotmail.com","dop":"2025-10-22","serial_number":"1051173146041751","imei1":"1051173146041751","imei2":"1051173146041751","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153216,"job_number":"JOB_153216","tr_customer_id":153233,"tr_customer_product_id":153223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:02.000Z","modified_at":"2026-01-13T04:46:02.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"105388920262325","imei1":"105388920262325","imei2":"105388920262325","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153217,"job_number":"JOB_153217","tr_customer_id":153234,"tr_customer_product_id":153224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:03.000Z","modified_at":"2026-01-13T04:46:12.000Z","name":"Ashlynn Donnelly","mobile_number":"391-401-5748","email_id":"Neva.Conn@hotmail.com","dop":"2025-07-01","serial_number":"107786111302782","imei1":"107786111302782","imei2":"107786111302782","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153218,"job_number":"JOB_153218","tr_customer_id":153235,"tr_customer_product_id":153225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:14.000Z","modified_at":"2026-01-13T04:46:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103271004910804","imei1":"103271004910804","imei2":"103271004910804","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153219,"job_number":"JOB_153219","tr_customer_id":153236,"tr_customer_product_id":153226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:15.000Z","modified_at":"2026-01-13T04:46:24.000Z","name":"Francisco Buckridge","mobile_number":"822-419-1357","email_id":"Kristofer.Waelchi57@gmail.com","dop":"2025-07-01","serial_number":"104286731915734","imei1":"104286731915734","imei2":"104286731915734","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153220,"job_number":"JOB_153220","tr_customer_id":153237,"tr_customer_product_id":153227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:19.000Z","modified_at":"2026-01-13T04:46:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"121531535585656","imei1":"121531535585656","imei2":"121531535585656","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153221,"job_number":"JOB_153221","tr_customer_id":153238,"tr_customer_product_id":153228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:20.000Z","modified_at":"2026-01-13T04:46:46.000Z","name":"Kayla Pfannerstill","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"106492634415458","imei1":"106492634415458","imei2":"106492634415458","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153222,"job_number":"JOB_153222","tr_customer_id":153239,"tr_customer_product_id":153229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:21.000Z","modified_at":"2026-01-13T04:46:21.000Z","name":"Morris Morissette","mobile_number":"933-453-8654","email_id":"Hank_DAmore43@hotmail.com","dop":"2025-10-22","serial_number":"1055933553979311","imei1":"1055933553979311","imei2":"1055933553979311","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153223,"job_number":"JOB_153223","tr_customer_id":153240,"tr_customer_product_id":153230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:17.000Z","modified_at":"2026-01-13T04:52:17.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"104773064761836","imei1":"104773064761836","imei2":"104773064761836","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153224,"job_number":"JOB_153224","tr_customer_id":153241,"tr_customer_product_id":153231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:18.000Z","modified_at":"2026-01-13T04:52:43.000Z","name":"Oscar Becker","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"148613264957660","imei1":"148613264957660","imei2":"148613264957660","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153225,"job_number":"JOB_153225","tr_customer_id":153242,"tr_customer_product_id":153232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:19.000Z","modified_at":"2026-01-13T04:52:19.000Z","name":"Enoch Trantow","mobile_number":"596-420-5906","email_id":"Ebba83@hotmail.com","dop":"2025-10-22","serial_number":"1028491311451506","imei1":"1028491311451506","imei2":"1028491311451506","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153226,"job_number":"JOB_153226","tr_customer_id":153243,"tr_customer_product_id":153233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:48.000Z","modified_at":"2026-01-13T04:52:48.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"136460134790317","imei1":"136460134790317","imei2":"136460134790317","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153227,"job_number":"JOB_153227","tr_customer_id":153244,"tr_customer_product_id":153234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:49.000Z","modified_at":"2026-01-13T04:53:14.000Z","name":"Irving Quitzon","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"169166966641877","imei1":"169166966641877","imei2":"169166966641877","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:53:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153228,"job_number":"JOB_153228","tr_customer_id":153245,"tr_customer_product_id":153235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:49.000Z","modified_at":"2026-01-13T04:52:49.000Z","name":"Nikko Grant","mobile_number":"218-303-5722","email_id":"Rafaela45@gmail.com","dop":"2025-10-22","serial_number":"1090083597382496","imei1":"1090083597382496","imei2":"1090083597382496","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153229,"job_number":"JOB_153229","tr_customer_id":153246,"tr_customer_product_id":153236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:19.000Z","modified_at":"2026-01-13T04:53:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"185565137752770","imei1":"185565137752770","imei2":"185565137752770","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153230,"job_number":"JOB_153230","tr_customer_id":153247,"tr_customer_product_id":153237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:20.000Z","modified_at":"2026-01-13T04:53:41.000Z","name":"Olin Barton","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"107200541596307","imei1":"107200541596307","imei2":"107200541596307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T04:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153231,"job_number":"JOB_153231","tr_customer_id":153248,"tr_customer_product_id":153238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:21.000Z","modified_at":"2026-01-13T04:53:21.000Z","name":"Roxane Effertz","mobile_number":"825-917-4302","email_id":"Nils.Torphy@yahoo.com","dop":"2025-10-22","serial_number":"1053231169461800","imei1":"1053231169461800","imei2":"1053231169461800","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153232,"job_number":"JOB_153232","tr_customer_id":153249,"tr_customer_product_id":153239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:56:48.000Z","modified_at":"2026-01-13T04:57:24.000Z","name":"Brooke Conroy","mobile_number":"724-781-1508","email_id":"Felicity64@gmail.com","dop":"2025-04-06","serial_number":"11149067402522","imei1":"11149067402522","imei2":"11149067402522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153233,"job_number":"JOB_153233","tr_customer_id":153250,"tr_customer_product_id":153240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:56:49.000Z","modified_at":"2026-01-13T04:56:49.000Z","name":"Davin Nikolaus","mobile_number":"457-593-4561","email_id":"Ricardo4@gmail.com","dop":"2025-04-06","serial_number":"13354455852505362","imei1":"13354455852505362","imei2":"13354455852505362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153234,"job_number":"JOB_153234","tr_customer_id":153251,"tr_customer_product_id":153241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:57:11.000Z","modified_at":"2026-01-13T04:57:48.000Z","name":"Valerie Weimann","mobile_number":"699-912-4764","email_id":"Rosella87@gmail.com","dop":"2025-04-06","serial_number":"10257836179161","imei1":"10257836179161","imei2":"10257836179161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153235,"job_number":"JOB_153235","tr_customer_id":153252,"tr_customer_product_id":153242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:57:13.000Z","modified_at":"2026-01-13T04:57:13.000Z","name":"Ubaldo Botsford","mobile_number":"907-820-6875","email_id":"Stephan.Ferry9@hotmail.com","dop":"2025-04-06","serial_number":"14765986392064696","imei1":"14765986392064696","imei2":"14765986392064696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153236,"job_number":"JOB_153236","tr_customer_id":153253,"tr_customer_product_id":153243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:58:08.000Z","modified_at":"2026-01-13T04:58:49.000Z","name":"Olen Runolfsdottir","mobile_number":"693-480-7361","email_id":"Manuel91@hotmail.com","dop":"2025-10-22","serial_number":"194650892173770","imei1":"194650892173770","imei2":"194650892173770","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153237,"job_number":"JOB_153237","tr_customer_id":153254,"tr_customer_product_id":153244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:58:10.000Z","modified_at":"2026-01-13T04:58:10.000Z","name":"Cyril Tremblay","mobile_number":"979-500-2554","email_id":"Yvette_Marvin45@yahoo.com","dop":"2025-10-22","serial_number":"1056343915380824","imei1":"1056343915380824","imei2":"1056343915380824","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153238,"job_number":"JOB_153238","tr_customer_id":153255,"tr_customer_product_id":153245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:17:06.000Z","modified_at":"2026-01-13T05:17:06.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"161975035492012","imei1":"161975035492012","imei2":"161975035492012","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153239,"job_number":"JOB_153239","tr_customer_id":153256,"tr_customer_product_id":153246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:20:25.000Z","modified_at":"2026-01-13T05:20:25.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135669078592301","imei1":"135669078592301","imei2":"135669078592301","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153240,"job_number":"JOB_153240","tr_customer_id":153257,"tr_customer_product_id":153247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:22:27.000Z","modified_at":"2026-01-13T05:22:27.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"165222760031524","imei1":"165222760031524","imei2":"165222760031524","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:22:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153241,"job_number":"JOB_153241","tr_customer_id":153258,"tr_customer_product_id":153248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:23:15.000Z","modified_at":"2026-01-13T05:23:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"119025367808455","imei1":"119025367808455","imei2":"119025367808455","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153242,"job_number":"JOB_153242","tr_customer_id":153259,"tr_customer_product_id":153249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:24:54.000Z","modified_at":"2026-01-13T05:24:54.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"172136379190305","imei1":"172136379190305","imei2":"172136379190305","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153243,"job_number":"JOB_153243","tr_customer_id":153260,"tr_customer_product_id":153250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:26:51.000Z","modified_at":"2026-01-13T05:27:32.000Z","name":"Robert Ruecker","mobile_number":"747-309-3058","email_id":"Chaz56@hotmail.com","dop":"2025-10-22","serial_number":"145637679868377","imei1":"145637679868377","imei2":"145637679868377","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:27:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153244,"job_number":"JOB_153244","tr_customer_id":153261,"tr_customer_product_id":153251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:26:53.000Z","modified_at":"2026-01-13T05:26:53.000Z","name":"Trisha Maggio","mobile_number":"509-919-5751","email_id":"Wilber_Ledner76@hotmail.com","dop":"2025-10-22","serial_number":"1060461040571941","imei1":"1060461040571941","imei2":"1060461040571941","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153245,"job_number":"JOB_153245","tr_customer_id":153262,"tr_customer_product_id":153252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:52.000Z","modified_at":"2026-01-13T05:36:52.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"143015094103846","imei1":"143015094103846","imei2":"143015094103846","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153246,"job_number":"JOB_153246","tr_customer_id":153263,"tr_customer_product_id":153253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:59.000Z","modified_at":"2026-01-13T05:36:59.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135706289273509","imei1":"135706289273509","imei2":"135706289273509","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153253,"job_number":"JOB_153253","tr_customer_id":153270,"tr_customer_product_id":153260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:48:59.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"14601550761522","imei1":"14601550761522","imei2":"14601550761522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:48:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153254,"job_number":"JOB_153254","tr_customer_id":153271,"tr_customer_product_id":153261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:49:07.000Z","name":"Agnes Sauer","mobile_number":"768-305-9608","email_id":"Alberto.Nolan@yahoo.com","dop":"2025-04-06","serial_number":"15889270236263","imei1":"15889270236263","imei2":"15889270236263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153255,"job_number":"JOB_153255","tr_customer_id":153272,"tr_customer_product_id":153262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:00.000Z","modified_at":"2026-01-13T05:49:00.000Z","name":"Theo Harvey","mobile_number":"568-508-9272","email_id":"Georgette.Kiehn53@gmail.com","dop":"2025-04-06","serial_number":"19563600656991784","imei1":"19563600656991784","imei2":"19563600656991784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153256,"job_number":"JOB_153256","tr_customer_id":153273,"tr_customer_product_id":153263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:10.000Z","modified_at":"2026-01-13T05:49:10.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15151051947589","imei1":"15151051947589","imei2":"15151051947589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153257,"job_number":"JOB_153257","tr_customer_id":153274,"tr_customer_product_id":153264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:11.000Z","modified_at":"2026-01-13T05:49:20.000Z","name":"Kamren Botsford","mobile_number":"600-682-4862","email_id":"Martine_Rippin42@yahoo.com","dop":"2025-04-06","serial_number":"10789530576132","imei1":"10789530576132","imei2":"10789530576132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:20.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153258,"job_number":"JOB_153258","tr_customer_id":153275,"tr_customer_product_id":153265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:12.000Z","modified_at":"2026-01-13T05:49:12.000Z","name":"Dashawn Hermann","mobile_number":"366-421-2268","email_id":"Kiara64@yahoo.com","dop":"2025-04-06","serial_number":"10149682355446776","imei1":"10149682355446776","imei2":"10149682355446776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153259,"job_number":"JOB_153259","tr_customer_id":153276,"tr_customer_product_id":153266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:23.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"16502447482263","imei1":"16502447482263","imei2":"16502447482263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153260,"job_number":"JOB_153260","tr_customer_id":153277,"tr_customer_product_id":153267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:32.000Z","name":"Eloise Jacobi","mobile_number":"918-815-6531","email_id":"Gabrielle85@yahoo.com","dop":"2025-04-06","serial_number":"17319101684601","imei1":"17319101684601","imei2":"17319101684601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:32.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153261,"job_number":"JOB_153261","tr_customer_id":153278,"tr_customer_product_id":153268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:24.000Z","modified_at":"2026-01-13T05:52:24.000Z","name":"Chadrick Mante","mobile_number":"577-324-9620","email_id":"Dimitri.Mraz@gmail.com","dop":"2025-04-06","serial_number":"19873372476959810","imei1":"19873372476959810","imei2":"19873372476959810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153262,"job_number":"JOB_153262","tr_customer_id":153279,"tr_customer_product_id":153269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:34.000Z","modified_at":"2026-01-13T05:52:34.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12782726870985","imei1":"12782726870985","imei2":"12782726870985","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153263,"job_number":"JOB_153263","tr_customer_id":153280,"tr_customer_product_id":153270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:35.000Z","modified_at":"2026-01-13T05:52:43.000Z","name":"Vance Kunde","mobile_number":"505-450-8939","email_id":"Vaughn.Wilderman24@yahoo.com","dop":"2025-04-06","serial_number":"10133662090302","imei1":"10133662090302","imei2":"10133662090302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:43.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153264,"job_number":"JOB_153264","tr_customer_id":153281,"tr_customer_product_id":153271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:36.000Z","modified_at":"2026-01-13T05:52:36.000Z","name":"Pablo Baumbach","mobile_number":"524-424-2119","email_id":"Lauretta_Medhurst82@yahoo.com","dop":"2025-04-06","serial_number":"15876524230180028","imei1":"15876524230180028","imei2":"15876524230180028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153265,"job_number":"JOB_153265","tr_customer_id":153282,"tr_customer_product_id":153272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:46.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10561655597470","imei1":"10561655597470","imei2":"10561655597470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153266,"job_number":"JOB_153266","tr_customer_id":153283,"tr_customer_product_id":153273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:54.000Z","name":"Keven Brown","mobile_number":"731-749-4248","email_id":"Bill35@yahoo.com","dop":"2025-04-06","serial_number":"14457627057717","imei1":"14457627057717","imei2":"14457627057717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153267,"job_number":"JOB_153267","tr_customer_id":153284,"tr_customer_product_id":153274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:47.000Z","modified_at":"2026-01-13T05:52:47.000Z","name":"Rubie Torp","mobile_number":"589-743-9046","email_id":"William.Jakubowski47@gmail.com","dop":"2025-04-06","serial_number":"16268468770075092","imei1":"16268468770075092","imei2":"16268468770075092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153268,"job_number":"JOB_153268","tr_customer_id":153285,"tr_customer_product_id":153275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:54:14.000Z","modified_at":"2026-01-13T05:54:56.000Z","name":"Niko Schulist","mobile_number":"481-874-6480","email_id":"Darrick.Satterfield6@yahoo.com","dop":"2025-10-22","serial_number":"151916441720945","imei1":"151916441720945","imei2":"151916441720945","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153269,"job_number":"JOB_153269","tr_customer_id":153286,"tr_customer_product_id":153276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:54:15.000Z","modified_at":"2026-01-13T05:54:15.000Z","name":"Vanessa Wintheiser","mobile_number":"930-983-9512","email_id":"Leta63@hotmail.com","dop":"2025-10-22","serial_number":"1068588156351757","imei1":"1068588156351757","imei2":"1068588156351757","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153270,"job_number":"JOB_153270","tr_customer_id":153287,"tr_customer_product_id":153277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:55:54.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12770235651817","imei1":"12770235651817","imei2":"12770235651817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153271,"job_number":"JOB_153271","tr_customer_id":153288,"tr_customer_product_id":153278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:56:02.000Z","name":"Maximus Bergstrom","mobile_number":"754-359-7636","email_id":"Morris_Jerde22@gmail.com","dop":"2025-04-06","serial_number":"19241883672005","imei1":"19241883672005","imei2":"19241883672005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:02.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153272,"job_number":"JOB_153272","tr_customer_id":153289,"tr_customer_product_id":153279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:55.000Z","modified_at":"2026-01-13T05:55:55.000Z","name":"Theo Veum","mobile_number":"776-540-0866","email_id":"Audrey_Goodwin80@gmail.com","dop":"2025-04-06","serial_number":"10142298107612374","imei1":"10142298107612374","imei2":"10142298107612374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153273,"job_number":"JOB_153273","tr_customer_id":153290,"tr_customer_product_id":153280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:04.000Z","modified_at":"2026-01-13T05:56:04.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10858996788344","imei1":"10858996788344","imei2":"10858996788344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153274,"job_number":"JOB_153274","tr_customer_id":153291,"tr_customer_product_id":153281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:05.000Z","modified_at":"2026-01-13T05:56:13.000Z","name":"Nyasia Barrows","mobile_number":"562-821-7870","email_id":"Tressa_Jacobson@gmail.com","dop":"2025-04-06","serial_number":"11133565931734","imei1":"11133565931734","imei2":"11133565931734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:13.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153275,"job_number":"JOB_153275","tr_customer_id":153292,"tr_customer_product_id":153282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:06.000Z","modified_at":"2026-01-13T05:56:06.000Z","name":"Amir Osinski","mobile_number":"970-757-5171","email_id":"Darrin.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"13668257848654312","imei1":"13668257848654312","imei2":"13668257848654312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153276,"job_number":"JOB_153276","tr_customer_id":153293,"tr_customer_product_id":153283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:15.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15002484387711","imei1":"15002484387711","imei2":"15002484387711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153277,"job_number":"JOB_153277","tr_customer_id":153294,"tr_customer_product_id":153284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:23.000Z","name":"Beulah Smith","mobile_number":"397-354-9766","email_id":"Derek.OKeefe@gmail.com","dop":"2025-04-06","serial_number":"12844022201102","imei1":"12844022201102","imei2":"12844022201102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:23.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153278,"job_number":"JOB_153278","tr_customer_id":153295,"tr_customer_product_id":153285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:16.000Z","modified_at":"2026-01-13T05:56:16.000Z","name":"Jalon Weissnat","mobile_number":"495-704-3263","email_id":"Eldora_Grimes@gmail.com","dop":"2025-04-06","serial_number":"19511129363463748","imei1":"19511129363463748","imei2":"19511129363463748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153279,"job_number":"JOB_153279","tr_customer_id":153296,"tr_customer_product_id":153286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:57:42.000Z","modified_at":"2026-01-13T05:57:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"178440612464784","imei1":"178440612464784","imei2":"178440612464784","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153280,"job_number":"JOB_153280","tr_customer_id":153297,"tr_customer_product_id":153287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10415522636280","imei1":"10415522636280","imei2":"10415522636280","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153281,"job_number":"JOB_153281","tr_customer_id":153298,"tr_customer_product_id":153288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"Akeem Klein","mobile_number":"392-743-1226","email_id":"Dallin.Daniel@yahoo.com","dop":"2025-09-16","serial_number":"15569093999622","imei1":"15569093999622","imei2":"15569093999622","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153282,"job_number":"JOB_153282","tr_customer_id":153299,"tr_customer_product_id":153289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:32.000Z","modified_at":"2026-01-13T06:01:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17014254994420","imei1":"17014254994420","imei2":"17014254994420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153283,"job_number":"JOB_153283","tr_customer_id":153300,"tr_customer_product_id":153290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:32.000Z","modified_at":"2026-01-13T06:02:09.000Z","name":"Johnathan Boyer","mobile_number":"512-475-3196","email_id":"Skylar_Huel95@yahoo.com","dop":"2025-04-06","serial_number":"15757694630382","imei1":"15757694630382","imei2":"15757694630382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153284,"job_number":"JOB_153284","tr_customer_id":153301,"tr_customer_product_id":153291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:33.000Z","modified_at":"2026-01-13T06:01:33.000Z","name":"April Bernier","mobile_number":"639-900-5352","email_id":"Cicero_Rau@gmail.com","dop":"2025-04-06","serial_number":"16598664835250332","imei1":"16598664835250332","imei2":"16598664835250332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153285,"job_number":"JOB_153285","tr_customer_id":153302,"tr_customer_product_id":153292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:36.000Z","modified_at":"2026-01-13T06:01:36.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17197773438740","imei1":"17197773438740","imei2":"17197773438740","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153286,"job_number":"JOB_153286","tr_customer_id":153303,"tr_customer_product_id":153293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:37.000Z","modified_at":"2026-01-13T06:01:37.000Z","name":"Kaycee Dicki","mobile_number":"563-554-1342","email_id":"Eliza_Morar@hotmail.com","dop":"2025-09-16","serial_number":"19175643689183","imei1":"19175643689183","imei2":"19175643689183","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153287,"job_number":"JOB_153287","tr_customer_id":153304,"tr_customer_product_id":153294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13822937840563","imei1":"13822937840563","imei2":"13822937840563","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153288,"job_number":"JOB_153288","tr_customer_id":153305,"tr_customer_product_id":153295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"Brice Schulist","mobile_number":"322-863-7129","email_id":"Nils44@gmail.com","dop":"2025-09-16","serial_number":"15101747268147","imei1":"15101747268147","imei2":"15101747268147","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153289,"job_number":"JOB_153289","tr_customer_id":153306,"tr_customer_product_id":153296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:16.000Z","modified_at":"2026-01-13T06:02:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14365759410539","imei1":"14365759410539","imei2":"14365759410539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153290,"job_number":"JOB_153290","tr_customer_id":153307,"tr_customer_product_id":153297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:17.000Z","modified_at":"2026-01-13T06:02:54.000Z","name":"Malcolm DuBuque","mobile_number":"519-318-2941","email_id":"Marco_Buckridge@yahoo.com","dop":"2025-04-06","serial_number":"18737653148310","imei1":"18737653148310","imei2":"18737653148310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:02:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153291,"job_number":"JOB_153291","tr_customer_id":153308,"tr_customer_product_id":153298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Robyn Batz","mobile_number":"508-230-9642","email_id":"Colleen.Lebsack60@gmail.com","dop":"2025-10-22","serial_number":"146189110550573","imei1":"146189110550573","imei2":"146189110550573","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153292,"job_number":"JOB_153292","tr_customer_id":153309,"tr_customer_product_id":153299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Penelope Cassin","mobile_number":"476-737-0431","email_id":"Irving.Mohr@gmail.com","dop":"2025-04-06","serial_number":"18915717971422150","imei1":"18915717971422150","imei2":"18915717971422150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153293,"job_number":"JOB_153293","tr_customer_id":153310,"tr_customer_product_id":153300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:47.000Z","modified_at":"2026-01-13T06:02:47.000Z","name":"Frieda Goodwin","mobile_number":"693-724-8572","email_id":"Torrey.Konopelski39@yahoo.com","dop":"2025-10-22","serial_number":"119775467761062","imei1":"119775467761062","imei2":"119775467761062","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153294,"job_number":"JOB_153294","tr_customer_id":153311,"tr_customer_product_id":153301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:01.000Z","modified_at":"2026-01-13T06:03:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16975009979062","imei1":"16975009979062","imei2":"16975009979062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153295,"job_number":"JOB_153295","tr_customer_id":153312,"tr_customer_product_id":153302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:01.000Z","modified_at":"2026-01-13T06:03:38.000Z","name":"Hayley Harris","mobile_number":"218-724-7710","email_id":"Yvette.Nolan@gmail.com","dop":"2025-04-06","serial_number":"13075139451226","imei1":"13075139451226","imei2":"13075139451226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:03:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153296,"job_number":"JOB_153296","tr_customer_id":153313,"tr_customer_product_id":153303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:02.000Z","modified_at":"2026-01-13T06:03:02.000Z","name":"Elinore Leannon","mobile_number":"389-941-6574","email_id":"Doug_Graham99@yahoo.com","dop":"2025-04-06","serial_number":"10764151622346564","imei1":"10764151622346564","imei2":"10764151622346564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153297,"job_number":"JOB_153297","tr_customer_id":153314,"tr_customer_product_id":153304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:35.000Z","modified_at":"2026-01-13T06:03:35.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2026-01-03T06:03:35.052354845Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153298,"job_number":"JOB_153298","tr_customer_id":153315,"tr_customer_product_id":153305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:36.000Z","modified_at":"2026-01-13T06:03:36.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2026-01-03T06:03:35.617489493Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153299,"job_number":"JOB_153299","tr_customer_id":153316,"tr_customer_product_id":153306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:15.000Z","modified_at":"2026-01-13T06:04:55.000Z","name":"Lance Rohan","mobile_number":"273-361-1720","email_id":"Christ_Rice@hotmail.com","dop":"2025-10-22","serial_number":"195068451750918","imei1":"195068451750918","imei2":"195068451750918","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:04:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153300,"job_number":"JOB_153300","tr_customer_id":153317,"tr_customer_product_id":153307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:17.000Z","modified_at":"2026-01-13T06:04:17.000Z","name":"Harold Daugherty","mobile_number":"422-762-8791","email_id":"Mason21@yahoo.com","dop":"2025-10-22","serial_number":"1014646778342944","imei1":"1014646778342944","imei2":"1014646778342944","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153301,"job_number":"JOB_153301","tr_customer_id":153318,"tr_customer_product_id":153308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:38.000Z","modified_at":"2026-01-13T06:04:38.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12268244399874","imei1":"12268244399874","imei2":"12268244399874","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153302,"job_number":"JOB_153302","tr_customer_id":153319,"tr_customer_product_id":153309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:39.000Z","modified_at":"2026-01-13T06:05:15.000Z","name":"Luna Mohr","mobile_number":"516-760-2059","email_id":"Dahlia_Dare@gmail.com","dop":"2025-04-06","serial_number":"15519855397565","imei1":"15519855397565","imei2":"15519855397565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153303,"job_number":"JOB_153303","tr_customer_id":153320,"tr_customer_product_id":153310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:40.000Z","modified_at":"2026-01-13T06:04:40.000Z","name":"Zackery Reichel","mobile_number":"515-744-2425","email_id":"Jordon_Denesik@hotmail.com","dop":"2025-04-06","serial_number":"12863285320508118","imei1":"12863285320508118","imei2":"12863285320508118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153304,"job_number":"JOB_153304","tr_customer_id":153321,"tr_customer_product_id":153311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:22.000Z","modified_at":"2026-01-13T06:05:22.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17274175270779","imei1":"17274175270779","imei2":"17274175270779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153305,"job_number":"JOB_153305","tr_customer_id":153322,"tr_customer_product_id":153312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:22.000Z","modified_at":"2026-01-13T06:05:55.000Z","name":"Alexander Pfannerstill","mobile_number":"548-598-7996","email_id":"Cornelius_Durgan@gmail.com","dop":"2025-04-06","serial_number":"18124973985957","imei1":"18124973985957","imei2":"18124973985957","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:05:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153306,"job_number":"JOB_153306","tr_customer_id":153323,"tr_customer_product_id":153313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:23.000Z","modified_at":"2026-01-13T06:05:23.000Z","name":"Justen Rowe","mobile_number":"783-495-7409","email_id":"Ashleigh_Macejkovic@gmail.com","dop":"2025-04-06","serial_number":"18837100737248520","imei1":"18837100737248520","imei2":"18837100737248520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153307,"job_number":"JOB_153307","tr_customer_id":153324,"tr_customer_product_id":153314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:01.000Z","modified_at":"2026-01-13T06:06:01.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14704300265370","imei1":"14704300265370","imei2":"14704300265370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153308,"job_number":"JOB_153308","tr_customer_id":153325,"tr_customer_product_id":153315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:01.000Z","modified_at":"2026-01-13T06:06:32.000Z","name":"Oswaldo Kuhlman","mobile_number":"411-317-4180","email_id":"Garnet_Durgan20@gmail.com","dop":"2025-04-06","serial_number":"17711627910827","imei1":"17711627910827","imei2":"17711627910827","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:06:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153309,"job_number":"JOB_153309","tr_customer_id":153326,"tr_customer_product_id":153316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:02.000Z","modified_at":"2026-01-13T06:06:02.000Z","name":"Landen Brakus","mobile_number":"715-741-1690","email_id":"Demario63@gmail.com","dop":"2025-04-06","serial_number":"14424858794371792","imei1":"14424858794371792","imei2":"14424858794371792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153310,"job_number":"JOB_153310","tr_customer_id":153327,"tr_customer_product_id":153317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:13:47.000Z","modified_at":"2026-01-13T06:13:47.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-03","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-03T06:13:46.881874Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:13:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153327,"job_number":"JOB_153327","tr_customer_id":153344,"tr_customer_product_id":153334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:49.000Z","modified_at":"2026-01-13T06:21:49.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10336844726187","imei1":"10336844726187","imei2":"10336844726187","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153328,"job_number":"JOB_153328","tr_customer_id":153345,"tr_customer_product_id":153335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:49.000Z","modified_at":"2026-01-13T06:22:26.000Z","name":"Earline DuBuque","mobile_number":"774-575-2993","email_id":"Hilton.McCullough@hotmail.com","dop":"2025-06-18","serial_number":"10630115371402","imei1":"10630115371402","imei2":"10630115371402","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153329,"job_number":"JOB_153329","tr_customer_id":153346,"tr_customer_product_id":153336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:50.000Z","modified_at":"2026-01-13T06:21:50.000Z","name":"Carissa Gerhold","mobile_number":"947-564-7275","email_id":"Reanna69@gmail.com","dop":"2025-06-18","serial_number":"1077181388124335","imei1":"1077181388124335","imei2":"1077181388124335","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153330,"job_number":"JOB_153330","tr_customer_id":153347,"tr_customer_product_id":153337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:33.000Z","modified_at":"2026-01-13T06:22:33.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10565054783146","imei1":"10565054783146","imei2":"10565054783146","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153331,"job_number":"JOB_153331","tr_customer_id":153348,"tr_customer_product_id":153338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:34.000Z","modified_at":"2026-01-13T06:23:10.000Z","name":"Nash Price","mobile_number":"200-567-3305","email_id":"Nick.Nitzsche56@yahoo.com","dop":"2025-06-18","serial_number":"10089028831102","imei1":"10089028831102","imei2":"10089028831102","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153332,"job_number":"JOB_153332","tr_customer_id":153349,"tr_customer_product_id":153339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:34.000Z","modified_at":"2026-01-13T06:22:34.000Z","name":"Marion Walsh","mobile_number":"377-301-7681","email_id":"Camylle.Rice@gmail.com","dop":"2025-06-18","serial_number":"1051139741247594","imei1":"1051139741247594","imei2":"1051139741247594","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153333,"job_number":"JOB_153333","tr_customer_id":153350,"tr_customer_product_id":153340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Alvena Lemke","mobile_number":"650-434-0670","email_id":"Zoey11@hotmail.com","dop":"2025-09-09","serial_number":"19680804035961","imei1":"19680804035961","imei2":"19680804035961","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153334,"job_number":"JOB_153334","tr_customer_id":153351,"tr_customer_product_id":153341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Rogelio Berge","mobile_number":"668-436-1530","email_id":"Sandy_Schuster70@gmail.com","dop":"2025-09-09","serial_number":"12555831927229","imei1":"12555831927229","imei2":"12555831927229","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153335,"job_number":"JOB_153335","tr_customer_id":153352,"tr_customer_product_id":153342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:36.000Z","modified_at":"2026-01-13T06:22:49.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"18091870566457","imei1":"18091870566457","imei2":"18091870566457","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:22:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153336,"job_number":"JOB_153336","tr_customer_id":153353,"tr_customer_product_id":153343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Tobin Satterfield","mobile_number":"425-731-6292","email_id":"Sam_Hodkiewicz@hotmail.com","dop":"2025-09-09","serial_number":"13037333653986","imei1":"13037333653986","imei2":"13037333653986","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153337,"job_number":"JOB_153337","tr_customer_id":153354,"tr_customer_product_id":153344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Oswald Ondricka","mobile_number":"853-993-0322","email_id":"Aric55@gmail.com","dop":"2025-09-09","serial_number":"12394674407704","imei1":"12394674407704","imei2":"12394674407704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153338,"job_number":"JOB_153338","tr_customer_id":153355,"tr_customer_product_id":153345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:23:09.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"19478416349558","imei1":"19478416349558","imei2":"19478416349558","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153339,"job_number":"JOB_153339","tr_customer_id":153356,"tr_customer_product_id":153346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Jazlyn Hickle","mobile_number":"243-414-4689","email_id":"Lupe17@yahoo.com","dop":"2025-09-09","serial_number":"17305848009503","imei1":"17305848009503","imei2":"17305848009503","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153340,"job_number":"JOB_153340","tr_customer_id":153357,"tr_customer_product_id":153347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Damian Cartwright","mobile_number":"550-940-1210","email_id":"Santiago88@hotmail.com","dop":"2025-09-09","serial_number":"12110917290357","imei1":"12110917290357","imei2":"12110917290357","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153341,"job_number":"JOB_153341","tr_customer_id":153358,"tr_customer_product_id":153348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:16.000Z","modified_at":"2026-01-13T06:23:29.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"13116974344677","imei1":"13116974344677","imei2":"13116974344677","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153342,"job_number":"JOB_153342","tr_customer_id":153359,"tr_customer_product_id":153349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:18.000Z","modified_at":"2026-01-13T06:26:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18859951171375","imei1":"18859951171375","imei2":"18859951171375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153343,"job_number":"JOB_153343","tr_customer_id":153360,"tr_customer_product_id":153350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:18.000Z","modified_at":"2026-01-13T06:26:53.000Z","name":"Esmeralda Kerluke","mobile_number":"506-930-2893","email_id":"Fannie_Krajcik@hotmail.com","dop":"2025-04-06","serial_number":"17893364476748","imei1":"17893364476748","imei2":"17893364476748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153344,"job_number":"JOB_153344","tr_customer_id":153361,"tr_customer_product_id":153351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:19.000Z","modified_at":"2026-01-13T06:26:19.000Z","name":"Rosemarie Paucek","mobile_number":"545-302-6204","email_id":"Della57@yahoo.com","dop":"2025-04-06","serial_number":"12852159785857304","imei1":"12852159785857304","imei2":"12852159785857304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153345,"job_number":"JOB_153345","tr_customer_id":153362,"tr_customer_product_id":153352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:59.000Z","modified_at":"2026-01-13T06:26:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10527505146561","imei1":"10527505146561","imei2":"10527505146561","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153346,"job_number":"JOB_153346","tr_customer_id":153363,"tr_customer_product_id":153353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:59.000Z","modified_at":"2026-01-13T06:27:33.000Z","name":"Vallie West","mobile_number":"407-473-1389","email_id":"Oliver.Abshire34@hotmail.com","dop":"2025-04-06","serial_number":"19340968579621","imei1":"19340968579621","imei2":"19340968579621","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:27:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153347,"job_number":"JOB_153347","tr_customer_id":153364,"tr_customer_product_id":153354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:01.000Z","modified_at":"2026-01-13T06:27:01.000Z","name":"Aubrey Goodwin","mobile_number":"919-250-7371","email_id":"Edna22@hotmail.com","dop":"2025-04-06","serial_number":"18269692544653800","imei1":"18269692544653800","imei2":"18269692544653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153348,"job_number":"JOB_153348","tr_customer_id":153365,"tr_customer_product_id":153355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:40.000Z","modified_at":"2026-01-13T06:27:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17291009450595","imei1":"17291009450595","imei2":"17291009450595","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153349,"job_number":"JOB_153349","tr_customer_id":153366,"tr_customer_product_id":153356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:40.000Z","modified_at":"2026-01-13T06:28:14.000Z","name":"Humberto Kulas","mobile_number":"884-504-2182","email_id":"Valentin52@yahoo.com","dop":"2025-04-06","serial_number":"17304389644094","imei1":"17304389644094","imei2":"17304389644094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153350,"job_number":"JOB_153350","tr_customer_id":153367,"tr_customer_product_id":153357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:41.000Z","modified_at":"2026-01-13T06:27:41.000Z","name":"Daryl Dietrich","mobile_number":"679-877-0207","email_id":"Adelbert5@hotmail.com","dop":"2025-04-06","serial_number":"19070192069252350","imei1":"19070192069252350","imei2":"19070192069252350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153351,"job_number":"JOB_153351","tr_customer_id":153368,"tr_customer_product_id":153358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:44.000Z","modified_at":"2026-01-13T06:28:26.000Z","name":"Keanu Roob","mobile_number":"837-755-1053","email_id":"Wilfredo.Wisoky66@yahoo.com","dop":"2025-04-06","serial_number":"16918522598446","imei1":"16918522598446","imei2":"16918522598446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153352,"job_number":"JOB_153352","tr_customer_id":153369,"tr_customer_product_id":153359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:46.000Z","modified_at":"2026-01-13T06:27:46.000Z","name":"Telly Langworth","mobile_number":"946-252-3101","email_id":"Ellsworth_Adams22@yahoo.com","dop":"2025-04-06","serial_number":"12031316829551564","imei1":"12031316829551564","imei2":"12031316829551564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153355,"job_number":"JOB_153355","tr_customer_id":153372,"tr_customer_product_id":153362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:06.000Z","modified_at":"2026-01-13T06:29:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17887383653421","imei1":"17887383653421","imei2":"17887383653421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153356,"job_number":"JOB_153356","tr_customer_id":153373,"tr_customer_product_id":153363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:06.000Z","modified_at":"2026-01-13T06:29:39.000Z","name":"Delta Keeling","mobile_number":"911-865-7072","email_id":"Cordell.Turcotte4@yahoo.com","dop":"2025-04-06","serial_number":"15104738751563","imei1":"15104738751563","imei2":"15104738751563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153357,"job_number":"JOB_153357","tr_customer_id":153374,"tr_customer_product_id":153364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:07.000Z","modified_at":"2026-01-13T06:29:07.000Z","name":"Louisa Rodriguez","mobile_number":"663-904-4065","email_id":"Rodrigo.Hand13@gmail.com","dop":"2025-04-06","serial_number":"18551667092990812","imei1":"18551667092990812","imei2":"18551667092990812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153359,"job_number":"JOB_153359","tr_customer_id":153376,"tr_customer_product_id":153366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:45.000Z","modified_at":"2026-01-13T06:29:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17949174685515","imei1":"17949174685515","imei2":"17949174685515","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153360,"job_number":"JOB_153360","tr_customer_id":153377,"tr_customer_product_id":153367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:45.000Z","modified_at":"2026-01-13T06:30:17.000Z","name":"Jarrett Wiza","mobile_number":"692-480-9775","email_id":"Glenna.Ferry36@gmail.com","dop":"2025-04-06","serial_number":"13658884591254","imei1":"13658884591254","imei2":"13658884591254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153361,"job_number":"JOB_153361","tr_customer_id":153378,"tr_customer_product_id":153368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:46.000Z","modified_at":"2026-01-13T06:29:46.000Z","name":"Thurman Reichel","mobile_number":"914-602-2292","email_id":"Darrel.Walter@yahoo.com","dop":"2025-04-06","serial_number":"13011199722601872","imei1":"13011199722601872","imei2":"13011199722601872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153362,"job_number":"JOB_153362","tr_customer_id":153379,"tr_customer_product_id":153369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:24.000Z","modified_at":"2026-01-13T06:30:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10421878084399","imei1":"10421878084399","imei2":"10421878084399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153363,"job_number":"JOB_153363","tr_customer_id":153380,"tr_customer_product_id":153370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:24.000Z","modified_at":"2026-01-13T06:30:56.000Z","name":"Neha Considine","mobile_number":"659-405-0548","email_id":"Herbert58@yahoo.com","dop":"2025-04-06","serial_number":"15153876601935","imei1":"15153876601935","imei2":"15153876601935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153364,"job_number":"JOB_153364","tr_customer_id":153381,"tr_customer_product_id":153371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:25.000Z","modified_at":"2026-01-13T06:30:25.000Z","name":"Molly Veum","mobile_number":"555-217-6666","email_id":"Nash.Miller@yahoo.com","dop":"2025-04-06","serial_number":"19240704685234056","imei1":"19240704685234056","imei2":"19240704685234056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153365,"job_number":"JOB_153365","tr_customer_id":153382,"tr_customer_product_id":153372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:24.000Z","modified_at":"2026-01-13T06:34:00.000Z","name":"Shawn Reichel","mobile_number":"996-337-6530","email_id":"Gracie_Kemmer@gmail.com","dop":"2025-04-06","serial_number":"17769609635193","imei1":"17769609635193","imei2":"17769609635193","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153366,"job_number":"JOB_153366","tr_customer_id":153383,"tr_customer_product_id":153373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:25.000Z","modified_at":"2026-01-13T06:33:25.000Z","name":"Brayan Lynch","mobile_number":"543-265-9508","email_id":"Myriam59@hotmail.com","dop":"2025-04-06","serial_number":"12670510371516634","imei1":"12670510371516634","imei2":"12670510371516634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153367,"job_number":"JOB_153367","tr_customer_id":153384,"tr_customer_product_id":153374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:51.000Z","modified_at":"2026-01-13T06:33:51.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"18626661440596","imei1":"18626661440596","imei2":"18626661440596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153368,"job_number":"JOB_153368","tr_customer_id":153385,"tr_customer_product_id":153375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:51.000Z","modified_at":"2026-01-13T06:34:28.000Z","name":"Yasmine Mohr","mobile_number":"974-237-6041","email_id":"Bridgette.Bogan90@gmail.com","dop":"2025-10-21","serial_number":"11546601818771","imei1":"11546601818771","imei2":"11546601818771","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153369,"job_number":"JOB_153369","tr_customer_id":153386,"tr_customer_product_id":153376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:02.000Z","modified_at":"2026-01-13T06:34:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797117996959","imei1":"12797117996959","imei2":"12797117996959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153370,"job_number":"JOB_153370","tr_customer_id":153387,"tr_customer_product_id":153377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:02.000Z","modified_at":"2026-01-13T06:34:35.000Z","name":"Hanna Sporer","mobile_number":"965-882-6945","email_id":"Raphael36@gmail.com","dop":"2025-04-06","serial_number":"18981159232156","imei1":"18981159232156","imei2":"18981159232156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153371,"job_number":"JOB_153371","tr_customer_id":153388,"tr_customer_product_id":153378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:03.000Z","modified_at":"2026-01-13T06:34:03.000Z","name":"Isaiah Schaden","mobile_number":"683-699-8668","email_id":"Serena_Cole@hotmail.com","dop":"2025-04-06","serial_number":"16075224579808756","imei1":"16075224579808756","imei2":"16075224579808756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153372,"job_number":"JOB_153372","tr_customer_id":153389,"tr_customer_product_id":153379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:20.000Z","modified_at":"2026-01-13T06:34:20.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12174947098728","imei1":"12174947098728","imei2":"12174947098728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153373,"job_number":"JOB_153373","tr_customer_id":153390,"tr_customer_product_id":153380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:21.000Z","modified_at":"2026-01-13T06:35:02.000Z","name":"Marcia Murphy","mobile_number":"782-385-9100","email_id":"Jazmyne.Nitzsche44@hotmail.com","dop":"2025-04-06","serial_number":"15506943955279","imei1":"15506943955279","imei2":"15506943955279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153374,"job_number":"JOB_153374","tr_customer_id":153391,"tr_customer_product_id":153381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:22.000Z","modified_at":"2026-01-13T06:34:22.000Z","name":"Marcella Herman","mobile_number":"202-454-9766","email_id":"Yesenia_Halvorson@gmail.com","dop":"2025-04-06","serial_number":"15013812619606148","imei1":"15013812619606148","imei2":"15013812619606148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153376,"job_number":"JOB_153376","tr_customer_id":153393,"tr_customer_product_id":153383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:25.000Z","modified_at":"2026-01-13T06:34:59.000Z","name":"Enos VonRueden","mobile_number":"874-906-1957","email_id":"Anita40@yahoo.com","dop":"2000-01-31","serial_number":"10228922048626","imei1":"10228922048626","imei2":"10228922048626","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153378,"job_number":"JOB_153378","tr_customer_id":153395,"tr_customer_product_id":153385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:35.000Z","modified_at":"2026-01-13T06:34:35.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"12223648626349","imei1":"12223648626349","imei2":"12223648626349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153379,"job_number":"JOB_153379","tr_customer_id":153396,"tr_customer_product_id":153386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:35.000Z","modified_at":"2026-01-13T06:35:11.000Z","name":"Hattie Waters","mobile_number":"397-394-9916","email_id":"Seamus.Champlin98@gmail.com","dop":"2025-10-21","serial_number":"10366208297076","imei1":"10366208297076","imei2":"10366208297076","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153380,"job_number":"JOB_153380","tr_customer_id":153397,"tr_customer_product_id":153387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:41.000Z","modified_at":"2026-01-13T06:34:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13558591334748","imei1":"13558591334748","imei2":"13558591334748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153381,"job_number":"JOB_153381","tr_customer_id":153398,"tr_customer_product_id":153388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:41.000Z","modified_at":"2026-01-13T06:35:13.000Z","name":"Elizabeth Fisher","mobile_number":"718-606-2221","email_id":"Itzel_Bauch98@gmail.com","dop":"2025-04-06","serial_number":"15807422322553","imei1":"15807422322553","imei2":"15807422322553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153382,"job_number":"JOB_153382","tr_customer_id":153399,"tr_customer_product_id":153389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"115622991148787","imei1":"115622991148787","imei2":"115622991148787","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153383,"job_number":"JOB_153383","tr_customer_id":153400,"tr_customer_product_id":153390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Francisca Littel","mobile_number":"714-867-2230","email_id":"Jaren_Hayes44@yahoo.com","dop":"2025-04-06","serial_number":"17499193125431096","imei1":"17499193125431096","imei2":"17499193125431096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153384,"job_number":"JOB_153384","tr_customer_id":153401,"tr_customer_product_id":153391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:35:36.000Z","name":"Rodolfo Stracke","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"187829911197256","imei1":"187829911197256","imei2":"187829911197256","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153385,"job_number":"JOB_153385","tr_customer_id":153402,"tr_customer_product_id":153392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:44.000Z","modified_at":"2026-01-13T06:34:44.000Z","name":"Fatima Gleichner","mobile_number":"207-611-9731","email_id":"Asha.Dach@yahoo.com","dop":"2025-10-22","serial_number":"1025322667138398","imei1":"1025322667138398","imei2":"1025322667138398","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153388,"job_number":"JOB_153388","tr_customer_id":153405,"tr_customer_product_id":153395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:05.000Z","modified_at":"2026-01-13T06:35:39.000Z","name":"Therese Gerlach","mobile_number":"434-907-2013","email_id":"Luciano_Gorczany@gmail.com","dop":"2000-01-31","serial_number":"10406526539296","imei1":"10406526539296","imei2":"10406526539296","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153390,"job_number":"JOB_153390","tr_customer_id":153407,"tr_customer_product_id":153397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:09.000Z","modified_at":"2026-01-13T06:35:09.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10192687973073","imei1":"10192687973073","imei2":"10192687973073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153391,"job_number":"JOB_153391","tr_customer_id":153408,"tr_customer_product_id":153398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:10.000Z","modified_at":"2026-01-13T06:35:50.000Z","name":"Jarrod Senger","mobile_number":"797-312-6822","email_id":"Prudence97@hotmail.com","dop":"2025-04-06","serial_number":"10637771405309","imei1":"10637771405309","imei2":"10637771405309","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153392,"job_number":"JOB_153392","tr_customer_id":153409,"tr_customer_product_id":153399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:11.000Z","modified_at":"2026-01-13T06:35:11.000Z","name":"Roselyn Dickinson","mobile_number":"328-244-6622","email_id":"Edyth_Lebsack@hotmail.com","dop":"2025-04-06","serial_number":"17186626718510722","imei1":"17186626718510722","imei2":"17186626718510722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153393,"job_number":"JOB_153393","tr_customer_id":153410,"tr_customer_product_id":153400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:18.000Z","modified_at":"2026-01-13T06:35:18.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"14309726416255","imei1":"14309726416255","imei2":"14309726416255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153394,"job_number":"JOB_153394","tr_customer_id":153411,"tr_customer_product_id":153401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:18.000Z","modified_at":"2026-01-13T06:35:54.000Z","name":"Frederique Mohr","mobile_number":"384-670-6239","email_id":"Maybell78@hotmail.com","dop":"2025-10-21","serial_number":"14751608010196","imei1":"14751608010196","imei2":"14751608010196","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153395,"job_number":"JOB_153395","tr_customer_id":153412,"tr_customer_product_id":153402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:19.000Z","modified_at":"2026-01-13T06:35:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13881171132274","imei1":"13881171132274","imei2":"13881171132274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153396,"job_number":"JOB_153396","tr_customer_id":153413,"tr_customer_product_id":153403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:19.000Z","modified_at":"2026-01-13T06:35:51.000Z","name":"Rodolfo Spencer","mobile_number":"798-311-2600","email_id":"Wilfrid.Stracke@gmail.com","dop":"2025-04-06","serial_number":"11549616850912","imei1":"11549616850912","imei2":"11549616850912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153397,"job_number":"JOB_153397","tr_customer_id":153414,"tr_customer_product_id":153404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:20.000Z","modified_at":"2026-01-13T06:35:20.000Z","name":"Forest Brown","mobile_number":"803-337-0806","email_id":"Angelo.Baumbach@gmail.com","dop":"2025-04-06","serial_number":"15711283115032536","imei1":"15711283115032536","imei2":"15711283115032536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153398,"job_number":"JOB_153398","tr_customer_id":153415,"tr_customer_product_id":153405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:35.000Z","modified_at":"2026-01-13T06:35:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14906925255648","imei1":"14906925255648","imei2":"14906925255648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153399,"job_number":"JOB_153399","tr_customer_id":153416,"tr_customer_product_id":153406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:36.000Z","modified_at":"2026-01-13T06:36:14.000Z","name":"Viva Marks","mobile_number":"331-967-4577","email_id":"Brown.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"17730972665861","imei1":"17730972665861","imei2":"17730972665861","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153400,"job_number":"JOB_153400","tr_customer_id":153417,"tr_customer_product_id":153407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:37.000Z","modified_at":"2026-01-13T06:35:37.000Z","name":"Casimer Rau","mobile_number":"215-342-8734","email_id":"Kenna73@hotmail.com","dop":"2025-04-06","serial_number":"19496350485434544","imei1":"19496350485434544","imei2":"19496350485434544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153401,"job_number":"JOB_153401","tr_customer_id":153418,"tr_customer_product_id":153408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:41.000Z","modified_at":"2026-01-13T06:35:41.000Z","name":"Ashiq khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"181121931280099","imei1":"181121931280099","imei2":"181121931280099","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153402,"job_number":"JOB_153402","tr_customer_id":153419,"tr_customer_product_id":153409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:42.000Z","modified_at":"2026-01-13T06:36:18.000Z","name":"Chelsea Streich","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"149157500091475","imei1":"149157500091475","imei2":"149157500091475","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153403,"job_number":"JOB_153403","tr_customer_id":153420,"tr_customer_product_id":153410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:43.000Z","modified_at":"2026-01-13T06:35:43.000Z","name":"Aylin Kris","mobile_number":"223-877-5221","email_id":"Kayla_Treutel92@yahoo.com","dop":"2025-10-22","serial_number":"1096402720268648","imei1":"1096402720268648","imei2":"1096402720268648","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153405,"job_number":"JOB_153405","tr_customer_id":153422,"tr_customer_product_id":153412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:46.000Z","modified_at":"2026-01-13T06:36:19.000Z","name":"Zelda Pfeffer","mobile_number":"447-461-1503","email_id":"Damion_Vandervort@yahoo.com","dop":"2000-01-31","serial_number":"10791063874273","imei1":"10791063874273","imei2":"10791063874273","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153407,"job_number":"JOB_153407","tr_customer_id":153424,"tr_customer_product_id":153414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:58.000Z","modified_at":"2026-01-13T06:35:58.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19843566021029","imei1":"19843566021029","imei2":"19843566021029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153408,"job_number":"JOB_153408","tr_customer_id":153425,"tr_customer_product_id":153415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:58.000Z","modified_at":"2026-01-13T06:36:39.000Z","name":"Alyce Padberg","mobile_number":"489-281-6574","email_id":"Sigurd97@yahoo.com","dop":"2025-04-06","serial_number":"17623833105495","imei1":"17623833105495","imei2":"17623833105495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153409,"job_number":"JOB_153409","tr_customer_id":153426,"tr_customer_product_id":153416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:59.000Z","modified_at":"2026-01-13T06:35:59.000Z","name":"Aliyah Mitchell","mobile_number":"947-860-5150","email_id":"Carli.Harvey58@hotmail.com","dop":"2025-04-06","serial_number":"10134312447276504","imei1":"10134312447276504","imei2":"10134312447276504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153410,"job_number":"JOB_153410","tr_customer_id":153427,"tr_customer_product_id":153417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:20.000Z","modified_at":"2026-01-13T06:36:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12532377438466","imei1":"12532377438466","imei2":"12532377438466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153411,"job_number":"JOB_153411","tr_customer_id":153428,"tr_customer_product_id":153418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:20.000Z","modified_at":"2026-01-13T06:37:00.000Z","name":"Roberta Purdy","mobile_number":"884-342-7518","email_id":"Orval_Bauch@hotmail.com","dop":"2025-04-06","serial_number":"11094089757398","imei1":"11094089757398","imei2":"11094089757398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153412,"job_number":"JOB_153412","tr_customer_id":153429,"tr_customer_product_id":153419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:22.000Z","modified_at":"2026-01-13T06:36:22.000Z","name":"Rozella Schoen","mobile_number":"495-804-7754","email_id":"Stephon_Dicki@yahoo.com","dop":"2025-04-06","serial_number":"12679789341247674","imei1":"12679789341247674","imei2":"12679789341247674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153413,"job_number":"JOB_153413","tr_customer_id":153430,"tr_customer_product_id":153420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:24.000Z","modified_at":"2026-01-13T06:36:24.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"166320133855729","imei1":"166320133855729","imei2":"166320133855729","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153414,"job_number":"JOB_153414","tr_customer_id":153431,"tr_customer_product_id":153421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:24.000Z","modified_at":"2026-01-13T06:37:07.000Z","name":"Deja Hessel","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"116936879122410","imei1":"116936879122410","imei2":"116936879122410","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153416,"job_number":"JOB_153416","tr_customer_id":153433,"tr_customer_product_id":153423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:26.000Z","modified_at":"2026-01-13T06:36:26.000Z","name":"Erica Walsh","mobile_number":"319-903-4291","email_id":"Keon_Grant42@gmail.com","dop":"2025-10-22","serial_number":"1022549045064815","imei1":"1022549045064815","imei2":"1022549045064815","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153417,"job_number":"JOB_153417","tr_customer_id":153434,"tr_customer_product_id":153424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:26.000Z","modified_at":"2026-01-13T06:36:59.000Z","name":"Lilla Bernhard","mobile_number":"823-828-9325","email_id":"Alison89@hotmail.com","dop":"2000-01-31","serial_number":"10006108857699","imei1":"10006108857699","imei2":"10006108857699","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153419,"job_number":"JOB_153419","tr_customer_id":153436,"tr_customer_product_id":153426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:06.000Z","modified_at":"2026-01-13T06:37:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18035179744807","imei1":"18035179744807","imei2":"18035179744807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153420,"job_number":"JOB_153420","tr_customer_id":153437,"tr_customer_product_id":153427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:07.000Z","modified_at":"2026-01-13T06:37:45.000Z","name":"Darrion Botsford","mobile_number":"784-778-0860","email_id":"Amparo.Turcotte12@yahoo.com","dop":"2025-04-06","serial_number":"17711954331293","imei1":"17711954331293","imei2":"17711954331293","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153421,"job_number":"JOB_153421","tr_customer_id":153438,"tr_customer_product_id":153428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:08.000Z","modified_at":"2026-01-13T06:37:08.000Z","name":"Elton Daugherty","mobile_number":"859-218-8312","email_id":"Barton_Reilly@gmail.com","dop":"2025-04-06","serial_number":"11313420214238194","imei1":"11313420214238194","imei2":"11313420214238194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153422,"job_number":"JOB_153422","tr_customer_id":153439,"tr_customer_product_id":153429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:36.000Z","modified_at":"2026-01-13T06:40:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17535175495540","imei1":"17535175495540","imei2":"17535175495540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153423,"job_number":"JOB_153423","tr_customer_id":153440,"tr_customer_product_id":153430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:37.000Z","modified_at":"2026-01-13T06:41:21.000Z","name":"Boyd Kautzer","mobile_number":"612-716-9772","email_id":"Lauryn.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"17058788996246","imei1":"17058788996246","imei2":"17058788996246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153424,"job_number":"JOB_153424","tr_customer_id":153441,"tr_customer_product_id":153431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:38.000Z","modified_at":"2026-01-13T06:40:38.000Z","name":"Michele Fadel","mobile_number":"485-280-0952","email_id":"Naomie.Armstrong5@yahoo.com","dop":"2025-04-06","serial_number":"13357762284738180","imei1":"13357762284738180","imei2":"13357762284738180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153425,"job_number":"JOB_153425","tr_customer_id":153442,"tr_customer_product_id":153432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:29.000Z","modified_at":"2026-01-13T06:41:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16293684663073","imei1":"16293684663073","imei2":"16293684663073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153426,"job_number":"JOB_153426","tr_customer_id":153443,"tr_customer_product_id":153433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:29.000Z","modified_at":"2026-01-13T06:42:10.000Z","name":"Randi Casper","mobile_number":"305-340-7811","email_id":"Jannie81@hotmail.com","dop":"2025-04-06","serial_number":"18332573452941","imei1":"18332573452941","imei2":"18332573452941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153427,"job_number":"JOB_153427","tr_customer_id":153444,"tr_customer_product_id":153434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:30.000Z","modified_at":"2026-01-13T06:41:30.000Z","name":"Willa Deckow","mobile_number":"290-537-1272","email_id":"Tanner.Nolan@hotmail.com","dop":"2025-04-06","serial_number":"10865604647974306","imei1":"10865604647974306","imei2":"10865604647974306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153428,"job_number":"JOB_153428","tr_customer_id":153445,"tr_customer_product_id":153435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:42.000Z","modified_at":"2026-01-13T06:42:19.000Z","name":"Kenna Batz","mobile_number":"804-508-1073","email_id":"Wanda56@hotmail.com","dop":"2025-04-06","serial_number":"18699635045385","imei1":"18699635045385","imei2":"18699635045385","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153429,"job_number":"JOB_153429","tr_customer_id":153446,"tr_customer_product_id":153436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:44.000Z","modified_at":"2026-01-13T06:41:44.000Z","name":"Otto Ward","mobile_number":"457-604-0207","email_id":"Alex87@yahoo.com","dop":"2025-04-06","serial_number":"19627713621514290","imei1":"19627713621514290","imei2":"19627713621514290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153430,"job_number":"JOB_153430","tr_customer_id":153447,"tr_customer_product_id":153437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:57.000Z","modified_at":"2026-01-13T06:42:34.000Z","name":"Moshe Jerde","mobile_number":"800-976-0751","email_id":"Lafayette.Thiel@gmail.com","dop":"2025-04-06","serial_number":"19218250814594","imei1":"19218250814594","imei2":"19218250814594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153431,"job_number":"JOB_153431","tr_customer_id":153448,"tr_customer_product_id":153438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:58.000Z","modified_at":"2026-01-13T06:41:58.000Z","name":"Sidney Rath","mobile_number":"601-411-1665","email_id":"Lorine.Reinger@gmail.com","dop":"2025-04-06","serial_number":"13708697357119920","imei1":"13708697357119920","imei2":"13708697357119920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153432,"job_number":"JOB_153432","tr_customer_id":153449,"tr_customer_product_id":153439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:16.000Z","modified_at":"2026-01-13T06:42:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12663480145504","imei1":"12663480145504","imei2":"12663480145504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153433,"job_number":"JOB_153433","tr_customer_id":153450,"tr_customer_product_id":153440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:17.000Z","modified_at":"2026-01-13T06:43:00.000Z","name":"Nathen D'Amore","mobile_number":"219-861-1497","email_id":"Sheila_Hoppe@yahoo.com","dop":"2025-04-06","serial_number":"17627831077175","imei1":"17627831077175","imei2":"17627831077175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:43:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153434,"job_number":"JOB_153434","tr_customer_id":153451,"tr_customer_product_id":153441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:18.000Z","modified_at":"2026-01-13T06:42:18.000Z","name":"Asha Konopelski","mobile_number":"704-491-9183","email_id":"Lukas_Effertz87@yahoo.com","dop":"2025-04-06","serial_number":"14830881497778844","imei1":"14830881497778844","imei2":"14830881497778844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153439,"job_number":"JOB_153439","tr_customer_id":153456,"tr_customer_product_id":153446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:30.000Z","modified_at":"2026-01-13T06:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13335342852575","imei1":"13335342852575","imei2":"13335342852575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153440,"job_number":"JOB_153440","tr_customer_id":153457,"tr_customer_product_id":153447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:30.000Z","modified_at":"2026-01-13T06:48:07.000Z","name":"Joey Botsford","mobile_number":"997-401-3371","email_id":"Jacquelyn.Okuneva@gmail.com","dop":"2025-04-06","serial_number":"10149094290009","imei1":"10149094290009","imei2":"10149094290009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153441,"job_number":"JOB_153441","tr_customer_id":153458,"tr_customer_product_id":153448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:31.000Z","modified_at":"2026-01-13T06:48:10.000Z","name":"Maverick Adams","mobile_number":"456-448-8559","email_id":"Janessa.Kassulke@yahoo.com","dop":"2025-04-06","serial_number":"18207146180463","imei1":"18207146180463","imei2":"18207146180463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153442,"job_number":"JOB_153442","tr_customer_id":153459,"tr_customer_product_id":153449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Jerel Huels","mobile_number":"941-536-9895","email_id":"Vinnie_Bayer@hotmail.com","dop":"2025-04-06","serial_number":"11246406938412776","imei1":"11246406938412776","imei2":"11246406938412776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153443,"job_number":"JOB_153443","tr_customer_id":153460,"tr_customer_product_id":153450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Kirstin Kohler","mobile_number":"384-304-7801","email_id":"Murray.Ortiz65@gmail.com","dop":"2025-04-06","serial_number":"19843988441614216","imei1":"19843988441614216","imei2":"19843988441614216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153444,"job_number":"JOB_153444","tr_customer_id":153461,"tr_customer_product_id":153451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:17.000Z","modified_at":"2026-01-13T06:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10893295769409","imei1":"10893295769409","imei2":"10893295769409","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153445,"job_number":"JOB_153445","tr_customer_id":153462,"tr_customer_product_id":153452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:17.000Z","modified_at":"2026-01-13T06:48:56.000Z","name":"Jamil Dickinson","mobile_number":"590-759-8979","email_id":"Kimberly.Maggio70@gmail.com","dop":"2025-04-06","serial_number":"15965554356476","imei1":"15965554356476","imei2":"15965554356476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153446,"job_number":"JOB_153446","tr_customer_id":153463,"tr_customer_product_id":153453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:19.000Z","modified_at":"2026-01-13T06:48:19.000Z","name":"Parker Jakubowski","mobile_number":"952-465-2758","email_id":"Dakota_Ledner10@hotmail.com","dop":"2025-04-06","serial_number":"12311975918017010","imei1":"12311975918017010","imei2":"12311975918017010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153447,"job_number":"JOB_153447","tr_customer_id":153464,"tr_customer_product_id":153454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:03.000Z","modified_at":"2026-01-13T06:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13169385017653","imei1":"13169385017653","imei2":"13169385017653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153448,"job_number":"JOB_153448","tr_customer_id":153465,"tr_customer_product_id":153455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:04.000Z","modified_at":"2026-01-13T06:49:42.000Z","name":"Nico McClure","mobile_number":"501-362-3642","email_id":"Norbert.Sawayn86@gmail.com","dop":"2025-04-06","serial_number":"14731581720705","imei1":"14731581720705","imei2":"14731581720705","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:49:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153449,"job_number":"JOB_153449","tr_customer_id":153466,"tr_customer_product_id":153456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:05.000Z","modified_at":"2026-01-13T06:49:05.000Z","name":"Savannah McCullough","mobile_number":"667-299-8593","email_id":"Nico.Parker@hotmail.com","dop":"2025-04-06","serial_number":"11764441752405088","imei1":"11764441752405088","imei2":"11764441752405088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153450,"job_number":"JOB_153450","tr_customer_id":153467,"tr_customer_product_id":153457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Giri Iyengar","mobile_number":"7046840199","email_id":"devajyoti.jain@hotmail.com","dop":"2026-01-03","serial_number":"178243689739422","imei1":"178243689739422","imei2":"178243689739422","popurl":"www.bhadra-dwivedi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153451,"job_number":"JOB_153451","tr_customer_id":153468,"tr_customer_product_id":153458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Tanya Varrier","mobile_number":"7017488671","email_id":"abani.chaturvedi@gmail.com","dop":"2026-01-03","serial_number":"559635736216011","imei1":"559635736216011","imei2":"559635736216011","popurl":"www.aayushmaan-menon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153452,"job_number":"JOB_153452","tr_customer_id":153469,"tr_customer_product_id":153459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.511179290Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153453,"job_number":"JOB_153453","tr_customer_id":153470,"tr_customer_product_id":153460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.528382776Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153454,"job_number":"JOB_153454","tr_customer_id":153471,"tr_customer_product_id":153461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153455,"job_number":"JOB_153455","tr_customer_id":153472,"tr_customer_product_id":153462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153456,"job_number":"JOB_153456","tr_customer_id":153473,"tr_customer_product_id":153463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153457,"job_number":"JOB_153457","tr_customer_id":153474,"tr_customer_product_id":153464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153458,"job_number":"JOB_153458","tr_customer_id":153475,"tr_customer_product_id":153465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:00:31.000Z","modified_at":"2026-01-13T07:00:31.000Z","name":"Nova Koss","mobile_number":"239-334-5085","email_id":"Zane_Wilderman@gmail.com","dop":"2025-10-22","serial_number":"150491293341920","imei1":"150491293341920","imei2":"150491293341920","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153459,"job_number":"JOB_153459","tr_customer_id":153476,"tr_customer_product_id":153466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:25.000Z","modified_at":"2026-01-13T07:01:25.000Z","name":"Garnet Ebert","mobile_number":"351-222-7222","email_id":"Roger_Hammes@yahoo.com","dop":"2025-10-22","serial_number":"106917328565507","imei1":"106917328565507","imei2":"106917328565507","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153460,"job_number":"JOB_153460","tr_customer_id":153477,"tr_customer_product_id":153467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:26.000Z","modified_at":"2026-01-13T07:02:06.000Z","name":"Alivia Considine","mobile_number":"518-317-2380","email_id":"Erna_Kris84@hotmail.com","dop":"2025-04-06","serial_number":"19719354106709","imei1":"19719354106709","imei2":"19719354106709","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153461,"job_number":"JOB_153461","tr_customer_id":153478,"tr_customer_product_id":153468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:27.000Z","modified_at":"2026-01-13T07:01:27.000Z","name":"Elmira Stokes","mobile_number":"698-394-4383","email_id":"Dangelo.Greenholt87@hotmail.com","dop":"2025-04-06","serial_number":"15247447049429286","imei1":"15247447049429286","imei2":"15247447049429286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153462,"job_number":"JOB_153462","tr_customer_id":153479,"tr_customer_product_id":153469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:39.000Z","modified_at":"2026-01-13T07:01:39.000Z","name":"Kyle Bins","mobile_number":"907-897-0318","email_id":"Jennyfer_Weimann@hotmail.com","dop":"2025-10-22","serial_number":"150708821765717","imei1":"150708821765717","imei2":"150708821765717","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152959,"job_number":"JOB_152959","tr_customer_id":152976,"tr_customer_product_id":152966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:42:44.000Z","modified_at":"2026-01-13T00:42:44.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12200118723400","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152964,"job_number":"JOB_152964","tr_customer_id":152981,"tr_customer_product_id":152971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:02.000Z","modified_at":"2026-01-13T01:36:02.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"15571427091090","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152965,"job_number":"JOB_152965","tr_customer_id":152982,"tr_customer_product_id":152972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:06.000Z","modified_at":"2026-01-13T01:36:06.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"19373853917739","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152966,"job_number":"JOB_152966","tr_customer_id":152983,"tr_customer_product_id":152973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:08.000Z","modified_at":"2026-01-13T01:36:08.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14191217372006","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152967,"job_number":"JOB_152967","tr_customer_id":152984,"tr_customer_product_id":152974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:23.000Z","modified_at":"2026-01-13T01:39:24.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18016644965930","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152968,"job_number":"JOB_152968","tr_customer_id":152985,"tr_customer_product_id":152975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:36.000Z","modified_at":"2026-01-13T01:39:36.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18112050941983","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152969,"job_number":"JOB_152969","tr_customer_id":152986,"tr_customer_product_id":152976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:57.000Z","modified_at":"2026-01-13T01:39:57.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"13474864112371","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152970,"job_number":"JOB_152970","tr_customer_id":152987,"tr_customer_product_id":152977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:40:52.000Z","modified_at":"2026-01-13T01:40:52.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11293058515635","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152971,"job_number":"JOB_152971","tr_customer_id":152988,"tr_customer_product_id":152978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:41:28.000Z","modified_at":"2026-01-13T01:41:28.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14760262405521","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152973,"job_number":"JOB_152973","tr_customer_id":152990,"tr_customer_product_id":152980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:44:49.000Z","modified_at":"2026-01-13T01:44:49.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"10776339681431","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152975,"job_number":"JOB_152975","tr_customer_id":152992,"tr_customer_product_id":152982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:47:51.000Z","modified_at":"2026-01-13T01:47:51.000Z","name":"Verlie Nikolaus","mobile_number":"722-739-1864","email_id":"Camylle.Schinner@gmail.com","dop":"2026-01-10","serial_number":"21252447753937","imei1":"21252447753937","imei2":"21252447753937","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152976,"job_number":"JOB_152976","tr_customer_id":152993,"tr_customer_product_id":152983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:48:09.000Z","modified_at":"2026-01-13T01:48:09.000Z","name":"Sierra McClure","mobile_number":"464-948-4886","email_id":"Clemens.Nader31@yahoo.com","dop":"2026-01-10","serial_number":"400525471592484","imei1":"400525471592484","imei2":"400525471592484","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152983,"job_number":"JOB_152983","tr_customer_id":153000,"tr_customer_product_id":152990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:46:22.000Z","modified_at":"2026-01-13T03:46:22.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14924344586132","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152994,"job_number":"JOB_152994","tr_customer_id":153011,"tr_customer_product_id":153001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:10.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11037017348002","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153011,"job_number":"JOB_153011","tr_customer_id":153028,"tr_customer_product_id":153018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:33.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Elmer31@hotmail.com","dop":"2025-07-02","serial_number":"12961196646355","imei1":"12961196646355","imei2":"12961196646355","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153024,"job_number":"JOB_153024","tr_customer_id":153041,"tr_customer_product_id":153031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:50.000Z","modified_at":"2026-01-13T03:49:50.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Tanya56@yahoo.com","dop":"2025-07-02","serial_number":"16024879192606","imei1":"16024879192606","imei2":"16024879192606","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153035,"job_number":"JOB_153035","tr_customer_id":153052,"tr_customer_product_id":153042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:55.000Z","modified_at":"2026-01-13T03:50:02.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12139760903334","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153047,"job_number":"JOB_153047","tr_customer_id":153064,"tr_customer_product_id":153054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:07.000Z","modified_at":"2026-01-13T03:50:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Emerald22@gmail.com","dop":"2025-07-02","serial_number":"19292784459597","imei1":"19292784459597","imei2":"19292784459597","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153070,"job_number":"JOB_153070","tr_customer_id":153087,"tr_customer_product_id":153077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:28.000Z","modified_at":"2026-01-13T03:50:28.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"185642560040121","imei1":"185642560040121","imei2":"185642560040121","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153071,"job_number":"JOB_153071","tr_customer_id":153088,"tr_customer_product_id":153078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Quincy O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"182173578734661","imei1":"182173578734661","imei2":"182173578734661","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153072,"job_number":"JOB_153072","tr_customer_id":153089,"tr_customer_product_id":153079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Caden Keeling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"186833928174921","imei1":"186833928174921","imei2":"186833928174921","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153073,"job_number":"JOB_153073","tr_customer_id":153090,"tr_customer_product_id":153080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Pearline Witting","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140291337641622","imei1":"140291337641622","imei2":"140291337641622","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153079,"job_number":"JOB_153079","tr_customer_id":153096,"tr_customer_product_id":153086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"Jessika Hessel","mobile_number":"709-340-3337","email_id":"Krystal8@hotmail.com","dop":"2025-10-01","serial_number":"12068824628396","imei1":"12068824628396","imei2":"12068824628396","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153089,"job_number":"JOB_153089","tr_customer_id":153106,"tr_customer_product_id":153096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"129686786924475","imei1":"129686786924475","imei2":"129686786924475","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153090,"job_number":"JOB_153090","tr_customer_id":153107,"tr_customer_product_id":153097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Raina Blick","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"118504064178089","imei1":"118504064178089","imei2":"118504064178089","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153091,"job_number":"JOB_153091","tr_customer_id":153108,"tr_customer_product_id":153098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Michael Hudson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128738008478937","imei1":"128738008478937","imei2":"128738008478937","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153092,"job_number":"JOB_153092","tr_customer_id":153109,"tr_customer_product_id":153099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Karlie Towne","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162034816487930","imei1":"162034816487930","imei2":"162034816487930","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153112,"job_number":"JOB_153112","tr_customer_id":153129,"tr_customer_product_id":153119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:09.000Z","modified_at":"2026-01-13T03:51:09.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108845179568721","imei1":"108845179568721","imei2":"108845179568721","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153113,"job_number":"JOB_153113","tr_customer_id":153130,"tr_customer_product_id":153120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:09.000Z","modified_at":"2026-01-13T03:51:19.000Z","name":"Chyna Balistreri","mobile_number":"349-335-7904","email_id":"Rhoda81@yahoo.com","dop":"2025-06-09","serial_number":"102626666223811","imei1":"102626666223811","imei2":"102626666223811","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153115,"job_number":"JOB_153115","tr_customer_id":153132,"tr_customer_product_id":153122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"Laverne Thiel","mobile_number":"394-928-2392","email_id":"Emelia_Osinski@yahoo.com","dop":"2025-06-09","serial_number":"107449911204701","imei1":"107449911204701","imei2":"107449911204701","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153126,"job_number":"JOB_153126","tr_customer_id":153143,"tr_customer_product_id":153133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:23.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100493670574337","imei1":"100493670574337","imei2":"100493670574337","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153127,"job_number":"JOB_153127","tr_customer_id":153144,"tr_customer_product_id":153134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:34.000Z","name":"Jesus Bogisich","mobile_number":"679-297-1298","email_id":"Elna.Heathcote@hotmail.com","dop":"2025-06-09","serial_number":"109371719799567","imei1":"109371719799567","imei2":"109371719799567","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153129,"job_number":"JOB_153129","tr_customer_id":153146,"tr_customer_product_id":153136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Gino Hoppe","mobile_number":"218-849-7578","email_id":"Justine.Hyatt66@yahoo.com","dop":"2025-06-09","serial_number":"105833888639457","imei1":"105833888639457","imei2":"105833888639457","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153145,"job_number":"JOB_153145","tr_customer_id":153162,"tr_customer_product_id":153152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107134574172981","imei1":"107134574172981","imei2":"107134574172981","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153146,"job_number":"JOB_153146","tr_customer_id":153163,"tr_customer_product_id":153153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:48.000Z","name":"Edna Renner","mobile_number":"521-605-6662","email_id":"Raegan_Huel@gmail.com","dop":"2025-06-09","serial_number":"101831249953224","imei1":"101831249953224","imei2":"101831249953224","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153147,"job_number":"JOB_153147","tr_customer_id":153164,"tr_customer_product_id":153154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Howard Jerde","mobile_number":"225-762-0200","email_id":"Fermin.Emmerich@gmail.com","dop":"2025-06-09","serial_number":"103702688840930","imei1":"103702688840930","imei2":"103702688840930","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153247,"job_number":"JOB_153247","tr_customer_id":153264,"tr_customer_product_id":153254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:06.000Z","modified_at":"2026-01-13T05:45:10.000Z","name":"{{irst_name}} Kumari","mobile_number":"8934535434","email_id":"anitha@gmail.com","dop":"2025-12-14","serial_number":"135620959077456","imei1":"135620959077456","imei2":"135620959077456","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153248,"job_number":"JOB_153248","tr_customer_id":153265,"tr_customer_product_id":153255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:11.000Z","modified_at":"2026-01-13T05:45:16.000Z","name":"{{irst_name}} Kumar","mobile_number":"904533233","email_id":"kiran@gmail.com","dop":"2025-12-14","serial_number":"198613087741501","imei1":"198613087741501","imei2":"198613087741501","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153249,"job_number":"JOB_153249","tr_customer_id":153266,"tr_customer_product_id":153256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:17.000Z","modified_at":"2026-01-13T05:45:22.000Z","name":"{{irst_name}} k","mobile_number":"9034324233","email_id":"Veekshith@gmail.com","dop":"2025-12-14","serial_number":"157362364060723","imei1":"157362364060723","imei2":"157362364060723","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153250,"job_number":"JOB_153250","tr_customer_id":153267,"tr_customer_product_id":153257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:46:55.000Z","modified_at":"2026-01-13T05:46:59.000Z","name":"Anitha Kumari","mobile_number":"8934535434","email_id":"anitha@gmail.com","dop":"2025-12-14","serial_number":"144345242210525","imei1":"144345242210525","imei2":"144345242210525","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153251,"job_number":"JOB_153251","tr_customer_id":153268,"tr_customer_product_id":153258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:47:00.000Z","modified_at":"2026-01-13T05:47:05.000Z","name":"Kiran Kumar","mobile_number":"904533233","email_id":"kiran@gmail.com","dop":"2025-12-14","serial_number":"163841812032817","imei1":"163841812032817","imei2":"163841812032817","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:47:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153252,"job_number":"JOB_153252","tr_customer_id":153269,"tr_customer_product_id":153259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:47:05.000Z","modified_at":"2026-01-13T05:47:10.000Z","name":"Veekshith k","mobile_number":"9034324233","email_id":"Veekshith@gmail.com","dop":"2025-12-14","serial_number":"180473904683947","imei1":"180473904683947","imei2":"180473904683947","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:47:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153311,"job_number":"JOB_153311","tr_customer_id":153328,"tr_customer_product_id":153318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:15:43.000Z","modified_at":"2026-01-13T06:15:53.000Z","name":"Deven Pollich","mobile_number":"803-334-4382","email_id":"Jolie.Friesen68@yahoo.com","dop":"2025-11-04","serial_number":"41830548879824","imei1":"41830548879824","imei2":"41830548879824","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:15:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153312,"job_number":"JOB_153312","tr_customer_id":153329,"tr_customer_product_id":153319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:15:56.000Z","modified_at":"2026-01-13T06:16:06.000Z","name":"Emmanuel Hahn","mobile_number":"766-876-6194","email_id":"Francesco56@yahoo.com","dop":"2025-11-04","serial_number":"64454951455282","imei1":"64454951455282","imei2":"64454951455282","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153313,"job_number":"JOB_153313","tr_customer_id":153330,"tr_customer_product_id":153320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:16:09.000Z","modified_at":"2026-01-13T06:16:19.000Z","name":"Jody Pacocha","mobile_number":"499-305-9410","email_id":"Lia.Schaden@gmail.com","dop":"2025-11-04","serial_number":"55751222311381","imei1":"55751222311381","imei2":"55751222311381","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153314,"job_number":"JOB_153314","tr_customer_id":153331,"tr_customer_product_id":153321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:16:49.000Z","modified_at":"2026-01-13T06:17:16.000Z","name":"Vivian Reynolds","mobile_number":"389-565-0345","email_id":"Sincere75@hotmail.com","dop":"2025-10-01","serial_number":"13450906526211","imei1":"13450906526211","imei2":"13450906526211","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:17:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153315,"job_number":"JOB_153315","tr_customer_id":153332,"tr_customer_product_id":153322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:03.000Z","modified_at":"2026-01-13T06:19:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109231383262124","imei1":"109231383262124","imei2":"109231383262124","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153316,"job_number":"JOB_153316","tr_customer_id":153333,"tr_customer_product_id":153323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:04.000Z","modified_at":"2026-01-13T06:19:16.000Z","name":"Nathaniel Olson","mobile_number":"803-630-5817","email_id":"Mireille.Schamberger50@gmail.com","dop":"2025-06-09","serial_number":"107778902735409","imei1":"107778902735409","imei2":"107778902735409","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153317,"job_number":"JOB_153317","tr_customer_id":153334,"tr_customer_product_id":153324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:04.000Z","modified_at":"2026-01-13T06:19:04.000Z","name":"Fermin Greenfelder","mobile_number":"955-317-6851","email_id":"Stewart_McDermott@gmail.com","dop":"2025-06-09","serial_number":"103613644269013","imei1":"103613644269013","imei2":"103613644269013","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153318,"job_number":"JOB_153318","tr_customer_id":153335,"tr_customer_product_id":153325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:21.000Z","modified_at":"2026-01-13T06:19:21.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108378338967206","imei1":"108378338967206","imei2":"108378338967206","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153319,"job_number":"JOB_153319","tr_customer_id":153336,"tr_customer_product_id":153326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:22.000Z","modified_at":"2026-01-13T06:19:36.000Z","name":"Ambrose Marvin","mobile_number":"801-386-0030","email_id":"Meda62@hotmail.com","dop":"2025-06-09","serial_number":"107935549367467","imei1":"107935549367467","imei2":"107935549367467","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153320,"job_number":"JOB_153320","tr_customer_id":153337,"tr_customer_product_id":153327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:22.000Z","modified_at":"2026-01-13T06:19:22.000Z","name":"Aiyana Terry","mobile_number":"244-508-8666","email_id":"Larue48@yahoo.com","dop":"2025-06-09","serial_number":"100018750637698","imei1":"100018750637698","imei2":"100018750637698","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153321,"job_number":"JOB_153321","tr_customer_id":153338,"tr_customer_product_id":153328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101759281341148","imei1":"101759281341148","imei2":"101759281341148","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153322,"job_number":"JOB_153322","tr_customer_id":153339,"tr_customer_product_id":153329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:57.000Z","name":"Rossie Bayer","mobile_number":"243-568-8992","email_id":"Haleigh65@hotmail.com","dop":"2025-06-09","serial_number":"108899204115745","imei1":"108899204115745","imei2":"108899204115745","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153323,"job_number":"JOB_153323","tr_customer_id":153340,"tr_customer_product_id":153330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Bella Harber","mobile_number":"687-229-6322","email_id":"Corbin_Spencer@gmail.com","dop":"2025-06-09","serial_number":"100340725009684","imei1":"100340725009684","imei2":"100340725009684","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153324,"job_number":"JOB_153324","tr_customer_id":153341,"tr_customer_product_id":153331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:20:49.000Z","modified_at":"2026-01-13T06:20:59.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"41673180072938","imei1":"41673180072938","imei2":"41673180072938","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153325,"job_number":"JOB_153325","tr_customer_id":153342,"tr_customer_product_id":153332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:04.000Z","modified_at":"2026-01-13T06:21:16.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"15757610740311","imei1":"15757610740311","imei2":"15757610740311","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153326,"job_number":"JOB_153326","tr_customer_id":153343,"tr_customer_product_id":153333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:21.000Z","modified_at":"2026-01-13T06:21:34.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"51037878341202","imei1":"51037878341202","imei2":"51037878341202","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153353,"job_number":"JOB_153353","tr_customer_id":153370,"tr_customer_product_id":153360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:28:35.000Z","modified_at":"2026-01-13T06:28:48.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"26994953784520","imei1":"26994953784520","imei2":"26994953784520","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153354,"job_number":"JOB_153354","tr_customer_id":153371,"tr_customer_product_id":153361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:28:53.000Z","modified_at":"2026-01-13T06:29:07.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"95023931804388","imei1":"95023931804388","imei2":"95023931804388","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153358,"job_number":"JOB_153358","tr_customer_id":153375,"tr_customer_product_id":153365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:13.000Z","modified_at":"2026-01-13T06:29:31.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"74712190858251","imei1":"74712190858251","imei2":"74712190858251","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153386,"job_number":"JOB_153386","tr_customer_id":153403,"tr_customer_product_id":153393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:47.000Z","modified_at":"2026-01-13T06:34:47.000Z","name":"Rocky Kihn","mobile_number":"647-238-4940","email_id":"Christine_OHara58@gmail.com","dop":"2025-12-14","serial_number":"143009261320082","imei1":"143009261320082","imei2":"143009261320082","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153435,"job_number":"JOB_153435","tr_customer_id":153452,"tr_customer_product_id":153442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:44:29.000Z","modified_at":"2026-01-13T06:44:29.000Z","name":"Gennaro Goldner","mobile_number":"672-408-8464","email_id":"Ardith21@yahoo.com","dop":"2025-12-14","serial_number":"167754165732138","imei1":"167754165732138","imei2":"167754165732138","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153436,"job_number":"JOB_153436","tr_customer_id":153453,"tr_customer_product_id":153443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:19.000Z","modified_at":"2026-01-13T06:45:19.000Z","name":"Delfina Romaguera","mobile_number":"669-856-6230","email_id":"Rodrick12@hotmail.com","dop":"2025-12-14","serial_number":"144203005884587","imei1":"144203005884587","imei2":"144203005884587","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153437,"job_number":"JOB_153437","tr_customer_id":153454,"tr_customer_product_id":153444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:55.000Z","modified_at":"2026-01-13T06:45:55.000Z","name":"Jeff Flatley","mobile_number":"980-824-0583","email_id":"Nico51@hotmail.com","dop":"2025-12-14","serial_number":"110431504331280","imei1":"110431504331280","imei2":"110431504331280","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153438,"job_number":"JOB_153438","tr_customer_id":153455,"tr_customer_product_id":153445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:46:45.000Z","modified_at":"2026-01-13T06:46:45.000Z","name":"Paris Kuhlman","mobile_number":"668-305-9525","email_id":"Vern54@yahoo.com","dop":"2025-12-14","serial_number":"154647379634597","imei1":"154647379634597","imei2":"154647379634597","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153463,"job_number":"JOB_153463","tr_customer_id":153480,"tr_customer_product_id":153470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:24:48.000Z","modified_at":"2026-01-13T07:24:59.000Z","name":"Jasper Jacobs","mobile_number":"263-201-8380","email_id":"Oral54@yahoo.com","dop":"2025-11-04","serial_number":"60467304956938","imei1":"60467304956938","imei2":"60467304956938","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:24:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153464,"job_number":"JOB_153464","tr_customer_id":153481,"tr_customer_product_id":153471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:25:04.000Z","modified_at":"2026-01-13T07:25:18.000Z","name":"Hilda Daniel","mobile_number":"336-787-3623","email_id":"Jessyca.Skiles@yahoo.com","dop":"2025-11-04","serial_number":"74790186277957","imei1":"74790186277957","imei2":"74790186277957","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153465,"job_number":"JOB_153465","tr_customer_id":153482,"tr_customer_product_id":153472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:25:21.000Z","modified_at":"2026-01-13T07:25:21.000Z","name":"Jacinto Carter","mobile_number":"775-532-2131","email_id":"Orion.Nitzsche28@hotmail.com","dop":"2025-11-04","serial_number":"78200947399811","imei1":"78200947399811","imei2":"78200947399811","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:25:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_99821"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTh9.E-_qs6VtlgmycFIWE_-lUjHZD7Aob3LsaZFdLHKzlm8 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 2af3f46d-a5ee-4401-8ad6-313b72c2758d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{
"searchText": "JOB_104254"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:25 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTh9.E-_qs6VtlgmycFIWE_-lUjHZD7Aob3LsaZFdLHKzlm8 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 1c516974-305c-41fc-8103-4b4048dc17cf |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:25 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamsup","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ce0485d1-221d-411e-ae8a-fc08e4e83ba4 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 59 |
{
"username": "iamsup",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 698 |
| ETag | W/"2ba-kHE0fljNSqjkRTx3mGXdoWHBZIg" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:25 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMjV9.cGtU0LwYcS9iJ1Lq_2flBxj7lIukIsIztHuqzQbvH1c"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMjV9.cGtU0LwYcS9iJ1Lq_2flBxj7lIukIsIztHuqzQbvH1c |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 472ab3a6-b51c-4b5c-9876-85df38fd8671 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 444 |
| ETag | W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:26 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMjV9.cGtU0LwYcS9iJ1Lq_2flBxj7lIukIsIztHuqzQbvH1c |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 275f31b5-6b77-475c-adbb-b667d5b54cc6 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 248 |
| ETag | W/"f8-8MbwLweppFl7I8QkEnW7mg3EcNw" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:26 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":349},{"label":"Pending for repair","key":"pending_for_repair","count":8},{"label":"Pending for delivery","key":"pending_for_delivery","count":3}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 809295a2-64ea-4496-9551-32383c2b2695 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"54e18-/3z/j3B4eWTajRCP+aKMFSggo1U" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:25:26 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":152945,"job_number":"JOB_152945","tr_customer_id":152962,"tr_customer_product_id":152952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:04.000Z","modified_at":"2026-01-12T21:41:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16444528275127","imei1":"16444528275127","imei2":"16444528275127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152947,"job_number":"JOB_152947","tr_customer_id":152964,"tr_customer_product_id":152954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:06.000Z","modified_at":"2026-01-12T21:41:06.000Z","name":"Sibyl O'Connell","mobile_number":"864-508-7178","email_id":"Lera6@hotmail.com","dop":"2025-04-06","serial_number":"12161968684743364","imei1":"12161968684743364","imei2":"12161968684743364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152948,"job_number":"JOB_152948","tr_customer_id":152965,"tr_customer_product_id":152955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:45.000Z","modified_at":"2026-01-12T21:41:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19073498794923","imei1":"19073498794923","imei2":"19073498794923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152950,"job_number":"JOB_152950","tr_customer_id":152967,"tr_customer_product_id":152957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:47.000Z","modified_at":"2026-01-12T21:41:47.000Z","name":"Aurore Hilll","mobile_number":"316-283-2109","email_id":"Johnathan_Howell@gmail.com","dop":"2025-04-06","serial_number":"19191826310946700","imei1":"19191826310946700","imei2":"19191826310946700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152951,"job_number":"JOB_152951","tr_customer_id":152968,"tr_customer_product_id":152958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:42:26.000Z","modified_at":"2026-01-12T21:42:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13119127811699","imei1":"13119127811699","imei2":"13119127811699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:42:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152953,"job_number":"JOB_152953","tr_customer_id":152970,"tr_customer_product_id":152960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:42:28.000Z","modified_at":"2026-01-12T21:42:28.000Z","name":"Janessa Greenfelder","mobile_number":"677-558-2956","email_id":"Idella85@yahoo.com","dop":"2025-04-06","serial_number":"14365178523919976","imei1":"14365178523919976","imei2":"14365178523919976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152954,"job_number":"JOB_152954","tr_customer_id":152971,"tr_customer_product_id":152961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:34:30.000Z","modified_at":"2026-01-12T23:34:30.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-02","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-02T23:34:29.692521461Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:34:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152955,"job_number":"JOB_152955","tr_customer_id":152972,"tr_customer_product_id":152962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:34:30.000Z","modified_at":"2026-01-12T23:34:30.000Z","name":"Lakshmidhar Ahuja","mobile_number":"7060765524","email_id":"darshwana.kaur@yahoo.co.in","dop":"2026-01-02","serial_number":"555718812455204","imei1":"555718812455204","imei2":"555718812455204","popurl":"www.deevakar-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:34:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152956,"job_number":"JOB_152956","tr_customer_id":152973,"tr_customer_product_id":152963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:36:56.000Z","modified_at":"2026-01-12T23:36:56.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-02","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-02T23:36:55.697260513Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152957,"job_number":"JOB_152957","tr_customer_id":152974,"tr_customer_product_id":152964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:13:56.000Z","modified_at":"2026-01-13T00:13:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"01124567894665","imei1":"01124567894665","imei2":"01124567894665","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:13:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152961,"job_number":"JOB_152961","tr_customer_id":152978,"tr_customer_product_id":152968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:59:07.000Z","modified_at":"2026-01-13T00:59:07.000Z","name":"Duncan Hamill","mobile_number":"825-616-1411","email_id":"Lizzie_Kohler@yahoo.com","dop":"2025-10-12","serial_number":"1005687804592704","imei1":"1005687804592704","imei2":"1005687804592704","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152963,"job_number":"JOB_152963","tr_customer_id":152980,"tr_customer_product_id":152970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:22:03.000Z","modified_at":"2026-01-13T01:22:03.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2026-01-03","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2026-01-03T01:22:03.107431112Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152978,"job_number":"JOB_152978","tr_customer_id":152995,"tr_customer_product_id":152985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:14.000Z","modified_at":"2026-01-13T03:08:14.000Z","name":"Geraldine Lubowitz","mobile_number":"467-229-6632","email_id":"Hazel30@gmail.com","dop":"2025-04-06","serial_number":"12233429785513206","imei1":"12233429785513206","imei2":"12233429785513206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152980,"job_number":"JOB_152980","tr_customer_id":152997,"tr_customer_product_id":152987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:47.000Z","modified_at":"2026-01-13T03:08:47.000Z","name":"Augusta Hilpert","mobile_number":"999-471-9071","email_id":"Jude88@gmail.com","dop":"2025-04-06","serial_number":"15043299492058636","imei1":"15043299492058636","imei2":"15043299492058636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152982,"job_number":"JOB_152982","tr_customer_id":152999,"tr_customer_product_id":152989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:09:21.000Z","modified_at":"2026-01-13T03:09:21.000Z","name":"Hassan Yost","mobile_number":"264-378-4605","email_id":"Eulalia_Stark@hotmail.com","dop":"2025-04-06","serial_number":"17154142032826798","imei1":"17154142032826798","imei2":"17154142032826798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:09:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152986,"job_number":"JOB_152986","tr_customer_id":153003,"tr_customer_product_id":152993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:31.000Z","modified_at":"2026-01-13T03:48:31.000Z","name":"Jeffery Konopelski","mobile_number":"984-952-2139","email_id":"Delia50@gmail.com","dop":"2025-04-06","serial_number":"10013235749073844","imei1":"10013235749073844","imei2":"10013235749073844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152988,"job_number":"JOB_152988","tr_customer_id":153005,"tr_customer_product_id":152995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:38.000Z","modified_at":"2026-01-13T03:48:38.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11880112270859","imei1":"11880112270859","imei2":"11880112270859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152990,"job_number":"JOB_152990","tr_customer_id":153007,"tr_customer_product_id":152997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:40.000Z","modified_at":"2026-01-13T03:48:40.000Z","name":"Kyleigh Johnston","mobile_number":"392-597-6881","email_id":"Dorothea.Bogisich85@hotmail.com","dop":"2025-04-06","serial_number":"12920132890083952","imei1":"12920132890083952","imei2":"12920132890083952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152991,"job_number":"JOB_152991","tr_customer_id":153008,"tr_customer_product_id":152998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:08.000Z","modified_at":"2026-01-13T03:49:08.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10450777953251","imei1":"10450777953251","imei2":"10450777953251","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152993,"job_number":"JOB_152993","tr_customer_id":153010,"tr_customer_product_id":153000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:09.000Z","modified_at":"2026-01-13T03:49:09.000Z","name":"Karine Lebsack","mobile_number":"977-381-7576","email_id":"Luther51@hotmail.com","dop":"2025-06-18","serial_number":"1042195630777838","imei1":"1042195630777838","imei2":"1042195630777838","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152996,"job_number":"JOB_152996","tr_customer_id":153013,"tr_customer_product_id":153003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:14.000Z","modified_at":"2026-01-13T03:49:14.000Z","name":"Alison Hamill","mobile_number":"745-240-9299","email_id":"Jarrett.Graham65@yahoo.com","dop":"2025-04-06","serial_number":"15194139488119204","imei1":"15194139488119204","imei2":"15194139488119204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152998,"job_number":"JOB_152998","tr_customer_id":153015,"tr_customer_product_id":153005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:15.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Morgan Zemlak","mobile_number":"773-714-6804","email_id":"Lexi.Reilly93@yahoo.com","dop":"2025-04-06","serial_number":"18176075426418570","imei1":"18176075426418570","imei2":"18176075426418570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152999,"job_number":"JOB_152999","tr_customer_id":153016,"tr_customer_product_id":153006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:16.000Z","modified_at":"2026-01-13T03:49:16.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19071431659130","imei1":"19071431659130","imei2":"19071431659130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153001,"job_number":"JOB_153001","tr_customer_id":153018,"tr_customer_product_id":153008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:17.000Z","modified_at":"2026-01-13T03:49:17.000Z","name":"Ethyl Murphy","mobile_number":"526-816-1746","email_id":"Faye52@gmail.com","dop":"2025-04-06","serial_number":"14574128161791344","imei1":"14574128161791344","imei2":"14574128161791344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153002,"job_number":"JOB_153002","tr_customer_id":153019,"tr_customer_product_id":153009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:18.000Z","modified_at":"2026-01-13T03:49:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19225349064885","imei1":"19225349064885","imei2":"19225349064885","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153004,"job_number":"JOB_153004","tr_customer_id":153021,"tr_customer_product_id":153011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:19.000Z","modified_at":"2026-01-13T03:49:19.000Z","name":"Nettie Witting","mobile_number":"815-907-1531","email_id":"Virginie74@hotmail.com","dop":"2025-04-06","serial_number":"10601861065443798","imei1":"10601861065443798","imei2":"10601861065443798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153005,"job_number":"JOB_153005","tr_customer_id":153022,"tr_customer_product_id":153012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:21.000Z","modified_at":"2026-01-13T03:49:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11549932616810","imei1":"11549932616810","imei2":"11549932616810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153007,"job_number":"JOB_153007","tr_customer_id":153024,"tr_customer_product_id":153014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:22.000Z","modified_at":"2026-01-13T03:49:22.000Z","name":"Wendy Ziemann","mobile_number":"956-538-3965","email_id":"Lonny.White@gmail.com","dop":"2025-04-06","serial_number":"14865650404964128","imei1":"14865650404964128","imei2":"14865650404964128","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153009,"job_number":"JOB_153009","tr_customer_id":153026,"tr_customer_product_id":153016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:27.000Z","modified_at":"2026-01-13T03:49:27.000Z","name":"Gonzalo Daniel","mobile_number":"726-437-9061","email_id":"Kaylee6@gmail.com","dop":"2025-04-06","serial_number":"11273833509541268","imei1":"11273833509541268","imei2":"11273833509541268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153012,"job_number":"JOB_153012","tr_customer_id":153029,"tr_customer_product_id":153019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:34.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"Andreanne Cassin","mobile_number":"739-516-5141","email_id":"Jarvis_Keebler@gmail.com","dop":"2025-04-06","serial_number":"13213391237709272","imei1":"13213391237709272","imei2":"13213391237709272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153013,"job_number":"JOB_153013","tr_customer_id":153030,"tr_customer_product_id":153020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:35.000Z","modified_at":"2026-01-13T03:49:35.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15564773480890","imei1":"15564773480890","imei2":"15564773480890","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153014,"job_number":"JOB_153014","tr_customer_id":153031,"tr_customer_product_id":153021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:36.000Z","modified_at":"2026-01-13T03:49:36.000Z","name":"Genevieve Christiansen","mobile_number":"609-220-8540","email_id":"Kavon18@gmail.com","dop":"2025-09-16","serial_number":"18835594473873","imei1":"18835594473873","imei2":"18835594473873","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153015,"job_number":"JOB_153015","tr_customer_id":153032,"tr_customer_product_id":153022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:38.000Z","modified_at":"2026-01-13T03:49:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19813392024704","imei1":"19813392024704","imei2":"19813392024704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153017,"job_number":"JOB_153017","tr_customer_id":153034,"tr_customer_product_id":153024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Kitty Lueilwitz","mobile_number":"646-749-9591","email_id":"Rosamond35@gmail.com","dop":"2025-09-09","serial_number":"11462213309292","imei1":"11462213309292","imei2":"11462213309292","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153018,"job_number":"JOB_153018","tr_customer_id":153035,"tr_customer_product_id":153025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Evie Treutel","mobile_number":"906-222-6390","email_id":"Barrett13@gmail.com","dop":"2025-09-09","serial_number":"14848928990324","imei1":"14848928990324","imei2":"14848928990324","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153020,"job_number":"JOB_153020","tr_customer_id":153037,"tr_customer_product_id":153027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:40.000Z","modified_at":"2026-01-13T03:49:40.000Z","name":"Violet Ebert","mobile_number":"593-518-3750","email_id":"Otilia_Moore@yahoo.com","dop":"2025-04-06","serial_number":"17674437261519444","imei1":"17674437261519444","imei2":"17674437261519444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153021,"job_number":"JOB_153021","tr_customer_id":153038,"tr_customer_product_id":153028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:47.000Z","modified_at":"2026-01-13T03:49:47.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10778763278278","imei1":"10778763278278","imei2":"10778763278278","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153023,"job_number":"JOB_153023","tr_customer_id":153040,"tr_customer_product_id":153030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:48.000Z","modified_at":"2026-01-13T03:49:48.000Z","name":"Sadie Armstrong","mobile_number":"908-507-8196","email_id":"Rebeca.Lynch47@yahoo.com","dop":"2025-06-18","serial_number":"1053385808139450","imei1":"1053385808139450","imei2":"1053385808139450","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153025,"job_number":"JOB_153025","tr_customer_id":153042,"tr_customer_product_id":153032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:52.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Skyla Keeling","mobile_number":"875-901-9572","email_id":"Adah.Abernathy10@yahoo.com","dop":"2025-09-09","serial_number":"15288842733007","imei1":"15288842733007","imei2":"15288842733007","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153026,"job_number":"JOB_153026","tr_customer_id":153043,"tr_customer_product_id":153033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16528922137835","imei1":"16528922137835","imei2":"16528922137835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153027,"job_number":"JOB_153027","tr_customer_id":153044,"tr_customer_product_id":153034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Genesis Hudson","mobile_number":"545-745-3246","email_id":"Delpha75@gmail.com","dop":"2025-09-09","serial_number":"19428872260199","imei1":"19428872260199","imei2":"19428872260199","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153029,"job_number":"JOB_153029","tr_customer_id":153046,"tr_customer_product_id":153036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Brock Gorczany","mobile_number":"250-398-4087","email_id":"Kory.Jacobs46@yahoo.com","dop":"2025-09-09","serial_number":"15093671361032","imei1":"15093671361032","imei2":"15093671361032","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153031,"job_number":"JOB_153031","tr_customer_id":153048,"tr_customer_product_id":153038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Jarvis Rath","mobile_number":"996-571-4584","email_id":"Elisha7@gmail.com","dop":"2025-09-09","serial_number":"10254687094207","imei1":"10254687094207","imei2":"10254687094207","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153032,"job_number":"JOB_153032","tr_customer_id":153049,"tr_customer_product_id":153039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Ona Rodriguez","mobile_number":"842-374-7408","email_id":"Rhianna_Hauck41@hotmail.com","dop":"2025-04-06","serial_number":"18081435645439704","imei1":"18081435645439704","imei2":"18081435645439704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153033,"job_number":"JOB_153033","tr_customer_id":153050,"tr_customer_product_id":153040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Rosalyn Hilpert","mobile_number":"896-465-3399","email_id":"Moses.Grady@yahoo.com","dop":"2025-09-09","serial_number":"17091861974159","imei1":"17091861974159","imei2":"17091861974159","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153036,"job_number":"JOB_153036","tr_customer_id":153053,"tr_customer_product_id":153043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:55.000Z","modified_at":"2026-01-13T03:49:55.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"18060098958557","imei1":"18060098958557","imei2":"18060098958557","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153037,"job_number":"JOB_153037","tr_customer_id":153054,"tr_customer_product_id":153044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:56.000Z","modified_at":"2026-01-13T03:49:56.000Z","name":"Noemy Ullrich","mobile_number":"831-724-5885","email_id":"Sarah.Koch@gmail.com","dop":"2025-09-16","serial_number":"19292304559775","imei1":"19292304559775","imei2":"19292304559775","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153038,"job_number":"JOB_153038","tr_customer_id":153055,"tr_customer_product_id":153045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:57.000Z","modified_at":"2026-01-13T03:49:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16171685555591","imei1":"16171685555591","imei2":"16171685555591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153040,"job_number":"JOB_153040","tr_customer_id":153057,"tr_customer_product_id":153047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:59.000Z","modified_at":"2026-01-13T03:49:59.000Z","name":"Watson Rempel","mobile_number":"556-493-8063","email_id":"Gage_Pollich19@yahoo.com","dop":"2025-04-06","serial_number":"16134003839228460","imei1":"16134003839228460","imei2":"16134003839228460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153044,"job_number":"JOB_153044","tr_customer_id":153061,"tr_customer_product_id":153051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:04.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10083490726550","imei1":"10083490726550","imei2":"10083490726550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153046,"job_number":"JOB_153046","tr_customer_id":153063,"tr_customer_product_id":153053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:05.000Z","modified_at":"2026-01-13T03:50:05.000Z","name":"Bethel McLaughlin","mobile_number":"598-945-2245","email_id":"Shakira.Schuster75@yahoo.com","dop":"2025-04-06","serial_number":"14937021882346436","imei1":"14937021882346436","imei2":"14937021882346436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153048,"job_number":"JOB_153048","tr_customer_id":153065,"tr_customer_product_id":153055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:08.000Z","modified_at":"2026-01-13T03:50:08.000Z","name":"April Treutel","mobile_number":"420-895-4874","email_id":"Tiara_Simonis@yahoo.com","dop":"2025-09-09","serial_number":"16286577028714","imei1":"16286577028714","imei2":"16286577028714","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153049,"job_number":"JOB_153049","tr_customer_id":153066,"tr_customer_product_id":153056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Albertha Johns","mobile_number":"411-980-4646","email_id":"Margot_Bruen20@gmail.com","dop":"2025-09-09","serial_number":"15781439813235","imei1":"15781439813235","imei2":"15781439813235","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153050,"job_number":"JOB_153050","tr_customer_id":153067,"tr_customer_product_id":153057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nelda Hills","mobile_number":"204-244-7851","email_id":"Alta.Baumbach59@hotmail.com","dop":"2025-09-09","serial_number":"12705447284041","imei1":"12705447284041","imei2":"12705447284041","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153051,"job_number":"JOB_153051","tr_customer_id":153068,"tr_customer_product_id":153058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Isabell Botsford","mobile_number":"756-667-9480","email_id":"Michele68@gmail.com","dop":"2025-09-09","serial_number":"19469016127033","imei1":"19469016127033","imei2":"19469016127033","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153052,"job_number":"JOB_153052","tr_customer_id":153069,"tr_customer_product_id":153059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nathanial Jast","mobile_number":"924-711-3457","email_id":"Gunnar.Walsh@yahoo.com","dop":"2025-09-09","serial_number":"10391829021392","imei1":"10391829021392","imei2":"10391829021392","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153056,"job_number":"JOB_153056","tr_customer_id":153073,"tr_customer_product_id":153063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:11.000Z","modified_at":"2026-01-13T03:50:11.000Z","name":"Keeley Bode","mobile_number":"394-649-9827","email_id":"Evans.Paucek82@yahoo.com","dop":"2025-05-30","serial_number":"17230963683630","imei1":"17230963683630","imei2":"17230963683630","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153057,"job_number":"JOB_153057","tr_customer_id":153074,"tr_customer_product_id":153064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:12.000Z","modified_at":"2026-01-13T03:50:12.000Z","name":"Karlie Dickinson","mobile_number":"714-317-8229","email_id":"Hanna.Cruickshank92@gmail.com","dop":"2025-05-30","serial_number":"1031496690652217","imei1":"1031496690652217","imei2":"1031496690652217","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153058,"job_number":"JOB_153058","tr_customer_id":153075,"tr_customer_product_id":153065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:15.000Z","modified_at":"2026-01-13T03:50:15.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18771789001924","imei1":"18771789001924","imei2":"18771789001924","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153059,"job_number":"JOB_153059","tr_customer_id":153076,"tr_customer_product_id":153066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:16.000Z","modified_at":"2026-01-13T03:50:16.000Z","name":"Gina Schulist","mobile_number":"928-944-7730","email_id":"Gerald_Hills31@yahoo.com","dop":"2025-09-16","serial_number":"11005054118814","imei1":"11005054118814","imei2":"11005054118814","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153060,"job_number":"JOB_153060","tr_customer_id":153077,"tr_customer_product_id":153067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:18.000Z","modified_at":"2026-01-13T03:50:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13822944721277","imei1":"13822944721277","imei2":"13822944721277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153062,"job_number":"JOB_153062","tr_customer_id":153079,"tr_customer_product_id":153069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:20.000Z","modified_at":"2026-01-13T03:50:20.000Z","name":"Cynthia Graham","mobile_number":"603-611-6067","email_id":"Judson.Kuhlman34@yahoo.com","dop":"2025-04-06","serial_number":"14760525474247120","imei1":"14760525474247120","imei2":"14760525474247120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153063,"job_number":"JOB_153063","tr_customer_id":153080,"tr_customer_product_id":153070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13096219447386","imei1":"13096219447386","imei2":"13096219447386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153064,"job_number":"JOB_153064","tr_customer_id":153081,"tr_customer_product_id":153071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Avis Durgan","mobile_number":"912-805-0170","email_id":"Selina.Herzog33@hotmail.com","dop":"2025-09-09","serial_number":"16356015097685","imei1":"16356015097685","imei2":"16356015097685","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153066,"job_number":"JOB_153066","tr_customer_id":153083,"tr_customer_product_id":153073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Cullen Predovic","mobile_number":"282-933-3045","email_id":"America.Wisozk51@hotmail.com","dop":"2025-09-09","serial_number":"19108774208927","imei1":"19108774208927","imei2":"19108774208927","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153067,"job_number":"JOB_153067","tr_customer_id":153084,"tr_customer_product_id":153074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:25.000Z","modified_at":"2026-01-13T03:50:25.000Z","name":"Milan Miller","mobile_number":"790-657-9980","email_id":"Kris16@yahoo.com","dop":"2025-09-09","serial_number":"11200593074184","imei1":"11200593074184","imei2":"11200593074184","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153069,"job_number":"JOB_153069","tr_customer_id":153086,"tr_customer_product_id":153076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:26.000Z","modified_at":"2026-01-13T03:50:26.000Z","name":"Jailyn Murray","mobile_number":"833-564-9185","email_id":"Lauren.Kuphal85@gmail.com","dop":"2025-04-06","serial_number":"12812647535142484","imei1":"12812647535142484","imei2":"12812647535142484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153074,"job_number":"JOB_153074","tr_customer_id":153091,"tr_customer_product_id":153081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:32.000Z","modified_at":"2026-01-13T03:50:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13844552556611","imei1":"13844552556611","imei2":"13844552556611","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153076,"job_number":"JOB_153076","tr_customer_id":153093,"tr_customer_product_id":153083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:34.000Z","modified_at":"2026-01-13T03:50:34.000Z","name":"Kaitlin Windler","mobile_number":"201-669-5785","email_id":"Sienna_Corkery85@gmail.com","dop":"2025-04-06","serial_number":"10440709278762594","imei1":"10440709278762594","imei2":"10440709278762594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153077,"job_number":"JOB_153077","tr_customer_id":153094,"tr_customer_product_id":153084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:36.000Z","modified_at":"2026-01-13T03:50:36.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14210164826325","imei1":"14210164826325","imei2":"14210164826325","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153080,"job_number":"JOB_153080","tr_customer_id":153097,"tr_customer_product_id":153087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19224335783664","imei1":"19224335783664","imei2":"19224335783664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153082,"job_number":"JOB_153082","tr_customer_id":153099,"tr_customer_product_id":153089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18445398425976","imei1":"18445398425976","imei2":"18445398425976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153084,"job_number":"JOB_153084","tr_customer_id":153101,"tr_customer_product_id":153091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Amir Spencer","mobile_number":"738-414-9550","email_id":"Mario_Bogan67@yahoo.com","dop":"2025-04-06","serial_number":"11935463815113542","imei1":"11935463815113542","imei2":"11935463815113542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153085,"job_number":"JOB_153085","tr_customer_id":153102,"tr_customer_product_id":153092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Faustino Langworth","mobile_number":"250-265-0398","email_id":"Korbin_Ankunding39@yahoo.com","dop":"2025-04-06","serial_number":"16078364766113880","imei1":"16078364766113880","imei2":"16078364766113880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153086,"job_number":"JOB_153086","tr_customer_id":153103,"tr_customer_product_id":153093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"Jeanette Grady","mobile_number":"316-608-4183","email_id":"Jadyn_OHara16@gmail.com","dop":"2025-04-06","serial_number":"19153294343452520","imei1":"19153294343452520","imei2":"19153294343452520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153087,"job_number":"JOB_153087","tr_customer_id":153104,"tr_customer_product_id":153094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13173564929167","imei1":"13173564929167","imei2":"13173564929167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153093,"job_number":"JOB_153093","tr_customer_id":153110,"tr_customer_product_id":153100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Darrick Brown","mobile_number":"276-943-9247","email_id":"Opal2@hotmail.com","dop":"2025-04-06","serial_number":"16541453210419996","imei1":"16541453210419996","imei2":"16541453210419996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153097,"job_number":"JOB_153097","tr_customer_id":153114,"tr_customer_product_id":153104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18999790093893","imei1":"18999790093893","imei2":"18999790093893","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153098,"job_number":"JOB_153098","tr_customer_id":153115,"tr_customer_product_id":153105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10419869269352","imei1":"10419869269352","imei2":"10419869269352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153099,"job_number":"JOB_153099","tr_customer_id":153116,"tr_customer_product_id":153106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18067897014023","imei1":"18067897014023","imei2":"18067897014023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153103,"job_number":"JOB_153103","tr_customer_id":153120,"tr_customer_product_id":153110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Kaleigh Flatley","mobile_number":"570-357-2377","email_id":"Brayan.Spencer@yahoo.com","dop":"2025-04-06","serial_number":"18438963295359948","imei1":"18438963295359948","imei2":"18438963295359948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153104,"job_number":"JOB_153104","tr_customer_id":153121,"tr_customer_product_id":153111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Enid Kris","mobile_number":"437-791-7523","email_id":"Fermin.Muller95@hotmail.com","dop":"2025-04-06","serial_number":"13143860045647592","imei1":"13143860045647592","imei2":"13143860045647592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153105,"job_number":"JOB_153105","tr_customer_id":153122,"tr_customer_product_id":153112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Jayne Schuppe","mobile_number":"745-966-7108","email_id":"Susana.Predovic10@hotmail.com","dop":"2025-04-06","serial_number":"14304569801109850","imei1":"14304569801109850","imei2":"14304569801109850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153106,"job_number":"JOB_153106","tr_customer_id":153123,"tr_customer_product_id":153113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:57.000Z","modified_at":"2026-01-13T03:50:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13701174672689","imei1":"13701174672689","imei2":"13701174672689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153108,"job_number":"JOB_153108","tr_customer_id":153125,"tr_customer_product_id":153115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"Etha Gorczany","mobile_number":"549-498-0752","email_id":"Karl64@yahoo.com","dop":"2025-04-06","serial_number":"11905239359408752","imei1":"11905239359408752","imei2":"11905239359408752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153109,"job_number":"JOB_153109","tr_customer_id":153126,"tr_customer_product_id":153116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16851118059558","imei1":"16851118059558","imei2":"16851118059558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153111,"job_number":"JOB_153111","tr_customer_id":153128,"tr_customer_product_id":153118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:00.000Z","modified_at":"2026-01-13T03:51:00.000Z","name":"Jacklyn Hoppe","mobile_number":"782-304-3329","email_id":"Beth.Stracke90@hotmail.com","dop":"2025-04-06","serial_number":"11949546922932804","imei1":"11949546922932804","imei2":"11949546922932804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153114,"job_number":"JOB_153114","tr_customer_id":153131,"tr_customer_product_id":153121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16475215694770","imei1":"16475215694770","imei2":"16475215694770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153117,"job_number":"JOB_153117","tr_customer_id":153134,"tr_customer_product_id":153124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:11.000Z","modified_at":"2026-01-13T03:51:11.000Z","name":"Lacy Block","mobile_number":"786-394-6562","email_id":"Jennifer.Reilly@gmail.com","dop":"2025-04-06","serial_number":"17579672354579640","imei1":"17579672354579640","imei2":"17579672354579640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153118,"job_number":"JOB_153118","tr_customer_id":153135,"tr_customer_product_id":153125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:17.000Z","modified_at":"2026-01-13T03:51:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18976150243856","imei1":"18976150243856","imei2":"18976150243856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153120,"job_number":"JOB_153120","tr_customer_id":153137,"tr_customer_product_id":153127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:19.000Z","modified_at":"2026-01-13T03:51:19.000Z","name":"Jerry Friesen","mobile_number":"518-345-9827","email_id":"Adelia_Hettinger2@gmail.com","dop":"2025-04-06","serial_number":"17307083703358260","imei1":"17307083703358260","imei2":"17307083703358260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153121,"job_number":"JOB_153121","tr_customer_id":153138,"tr_customer_product_id":153128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:20.000Z","modified_at":"2026-01-13T03:51:20.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14419795897250","imei1":"14419795897250","imei2":"14419795897250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153123,"job_number":"JOB_153123","tr_customer_id":153140,"tr_customer_product_id":153130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:21.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Peter Hilpert","mobile_number":"897-986-7560","email_id":"Judson21@gmail.com","dop":"2025-04-06","serial_number":"10289533883965028","imei1":"10289533883965028","imei2":"10289533883965028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153124,"job_number":"JOB_153124","tr_customer_id":153141,"tr_customer_product_id":153131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:22.000Z","modified_at":"2026-01-13T03:51:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16928359501430","imei1":"16928359501430","imei2":"16928359501430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153128,"job_number":"JOB_153128","tr_customer_id":153145,"tr_customer_product_id":153135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Emily Jerde","mobile_number":"869-493-5374","email_id":"Tara_McGlynn@gmail.com","dop":"2025-04-06","serial_number":"14302115476753244","imei1":"14302115476753244","imei2":"14302115476753244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153130,"job_number":"JOB_153130","tr_customer_id":153147,"tr_customer_product_id":153137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16010550654542","imei1":"16010550654542","imei2":"16010550654542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153132,"job_number":"JOB_153132","tr_customer_id":153149,"tr_customer_product_id":153139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:26.000Z","modified_at":"2026-01-13T03:51:26.000Z","name":"Callie Christiansen","mobile_number":"444-371-4512","email_id":"Aniyah_Fahey@hotmail.com","dop":"2025-04-06","serial_number":"17713763706513330","imei1":"17713763706513330","imei2":"17713763706513330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153134,"job_number":"JOB_153134","tr_customer_id":153151,"tr_customer_product_id":153141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18716729802145","imei1":"18716729802145","imei2":"18716729802145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153138,"job_number":"JOB_153138","tr_customer_id":153155,"tr_customer_product_id":153145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Alvis Cartwright","mobile_number":"529-857-4653","email_id":"Nina_Durgan@hotmail.com","dop":"2025-04-06","serial_number":"13116854987603646","imei1":"13116854987603646","imei2":"13116854987603646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153139,"job_number":"JOB_153139","tr_customer_id":153156,"tr_customer_product_id":153146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:30.000Z","modified_at":"2026-01-13T03:51:30.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14023860338983","imei1":"14023860338983","imei2":"14023860338983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153141,"job_number":"JOB_153141","tr_customer_id":153158,"tr_customer_product_id":153148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:31.000Z","modified_at":"2026-01-13T03:51:31.000Z","name":"Lori O'Keefe","mobile_number":"466-664-1135","email_id":"Ona_Christiansen@hotmail.com","dop":"2025-04-06","serial_number":"17437709589776542","imei1":"17437709589776542","imei2":"17437709589776542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153142,"job_number":"JOB_153142","tr_customer_id":153159,"tr_customer_product_id":153149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:35.000Z","modified_at":"2026-01-13T03:51:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13593104213416","imei1":"13593104213416","imei2":"13593104213416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153144,"job_number":"JOB_153144","tr_customer_id":153161,"tr_customer_product_id":153151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:36.000Z","modified_at":"2026-01-13T03:51:36.000Z","name":"Consuelo Schuster","mobile_number":"901-743-1013","email_id":"Fabian82@hotmail.com","dop":"2025-04-06","serial_number":"12261540853864804","imei1":"12261540853864804","imei2":"12261540853864804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153148,"job_number":"JOB_153148","tr_customer_id":153165,"tr_customer_product_id":153155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:39.000Z","modified_at":"2026-01-13T03:51:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17475014846148","imei1":"17475014846148","imei2":"17475014846148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153150,"job_number":"JOB_153150","tr_customer_id":153167,"tr_customer_product_id":153157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:41.000Z","modified_at":"2026-01-13T03:51:41.000Z","name":"Elwyn Leffler","mobile_number":"327-674-7261","email_id":"Dina5@hotmail.com","dop":"2025-04-06","serial_number":"16511833796415536","imei1":"16511833796415536","imei2":"16511833796415536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153151,"job_number":"JOB_153151","tr_customer_id":153168,"tr_customer_product_id":153158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10130165355224","imei1":"10130165355224","imei2":"10130165355224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153152,"job_number":"JOB_153152","tr_customer_id":153169,"tr_customer_product_id":153159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11115597249717","imei1":"11115597249717","imei2":"11115597249717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153155,"job_number":"JOB_153155","tr_customer_id":153172,"tr_customer_product_id":153162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:04.000Z","modified_at":"2026-01-13T03:52:04.000Z","name":"Elyse Kutch","mobile_number":"645-761-8893","email_id":"Priscilla.Witting@hotmail.com","dop":"2025-04-06","serial_number":"18340930470477076","imei1":"18340930470477076","imei2":"18340930470477076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153156,"job_number":"JOB_153156","tr_customer_id":153173,"tr_customer_product_id":153163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:05.000Z","modified_at":"2026-01-13T03:52:05.000Z","name":"Oleta Emard","mobile_number":"222-876-0291","email_id":"Kylee.Mann@hotmail.com","dop":"2025-04-06","serial_number":"18636482248472350","imei1":"18636482248472350","imei2":"18636482248472350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153157,"job_number":"JOB_153157","tr_customer_id":153174,"tr_customer_product_id":153164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:07.000Z","modified_at":"2026-01-13T03:52:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13985051678366","imei1":"13985051678366","imei2":"13985051678366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153159,"job_number":"JOB_153159","tr_customer_id":153176,"tr_customer_product_id":153166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:08.000Z","modified_at":"2026-01-13T03:52:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17578726537565","imei1":"17578726537565","imei2":"17578726537565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153161,"job_number":"JOB_153161","tr_customer_id":153178,"tr_customer_product_id":153168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:09.000Z","modified_at":"2026-01-13T03:52:09.000Z","name":"Ezekiel Lindgren","mobile_number":"377-339-2399","email_id":"Zora43@hotmail.com","dop":"2025-04-06","serial_number":"17446845544872254","imei1":"17446845544872254","imei2":"17446845544872254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153162,"job_number":"JOB_153162","tr_customer_id":153179,"tr_customer_product_id":153169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10052525619475","imei1":"10052525619475","imei2":"10052525619475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153163,"job_number":"JOB_153163","tr_customer_id":153180,"tr_customer_product_id":153170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"Oscar Rutherford","mobile_number":"365-219-5809","email_id":"Betsy32@gmail.com","dop":"2025-04-06","serial_number":"14954681092067464","imei1":"14954681092067464","imei2":"14954681092067464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153167,"job_number":"JOB_153167","tr_customer_id":153184,"tr_customer_product_id":153174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Nico Moen","mobile_number":"854-383-0204","email_id":"Linwood.Dickinson@yahoo.com","dop":"2025-04-06","serial_number":"14097674512720782","imei1":"14097674512720782","imei2":"14097674512720782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153169,"job_number":"JOB_153169","tr_customer_id":153186,"tr_customer_product_id":153176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:20.000Z","modified_at":"2026-01-13T03:52:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16044510551502","imei1":"16044510551502","imei2":"16044510551502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153171,"job_number":"JOB_153171","tr_customer_id":153188,"tr_customer_product_id":153178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:21.000Z","modified_at":"2026-01-13T03:52:21.000Z","name":"Johnpaul Nitzsche","mobile_number":"207-608-3747","email_id":"Robert.Schimmel87@hotmail.com","dop":"2025-04-06","serial_number":"11100976521545972","imei1":"11100976521545972","imei2":"11100976521545972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153172,"job_number":"JOB_153172","tr_customer_id":153189,"tr_customer_product_id":153179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:25.000Z","modified_at":"2026-01-13T03:59:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30175298275047","imei1":"30175298275047","imei2":"30175298275047","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153173,"job_number":"JOB_153173","tr_customer_id":153190,"tr_customer_product_id":153180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39736907178927","imei1":"39736907178927","imei2":"39736907178927","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153174,"job_number":"JOB_153174","tr_customer_id":153191,"tr_customer_product_id":153181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21407778553161","imei1":"21407778553161","imei2":"21407778553161","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153175,"job_number":"JOB_153175","tr_customer_id":153192,"tr_customer_product_id":153182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62544012041904","imei1":"62544012041904","imei2":"62544012041904","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153176,"job_number":"JOB_153176","tr_customer_id":153193,"tr_customer_product_id":153183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99959134188493","imei1":"99959134188493","imei2":"99959134188493","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153177,"job_number":"JOB_153177","tr_customer_id":153194,"tr_customer_product_id":153184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:27.000Z","modified_at":"2026-01-13T03:59:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"22392790873021","imei1":"22392790873021","imei2":"22392790873021","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153179,"job_number":"JOB_153179","tr_customer_id":153196,"tr_customer_product_id":153186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:55.000Z","modified_at":"2026-01-13T03:59:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51040340604623","imei1":"51040340604623","imei2":"51040340604623","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153180,"job_number":"JOB_153180","tr_customer_id":153197,"tr_customer_product_id":153187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21006414201226","imei1":"21006414201226","imei2":"21006414201226","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153181,"job_number":"JOB_153181","tr_customer_id":153198,"tr_customer_product_id":153188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50056823112746","imei1":"50056823112746","imei2":"50056823112746","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153182,"job_number":"JOB_153182","tr_customer_id":153199,"tr_customer_product_id":153189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93748794197334","imei1":"93748794197334","imei2":"93748794197334","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153183,"job_number":"JOB_153183","tr_customer_id":153200,"tr_customer_product_id":153190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91296671455571","imei1":"91296671455571","imei2":"91296671455571","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153184,"job_number":"JOB_153184","tr_customer_id":153201,"tr_customer_product_id":153191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30364673967097","imei1":"30364673967097","imei2":"30364673967097","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153186,"job_number":"JOB_153186","tr_customer_id":153203,"tr_customer_product_id":153193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:25.000Z","modified_at":"2026-01-13T04:00:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10209990333814","imei1":"10209990333814","imei2":"10209990333814","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153187,"job_number":"JOB_153187","tr_customer_id":153204,"tr_customer_product_id":153194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15049222200872","imei1":"15049222200872","imei2":"15049222200872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153188,"job_number":"JOB_153188","tr_customer_id":153205,"tr_customer_product_id":153195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47543399690737","imei1":"47543399690737","imei2":"47543399690737","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153189,"job_number":"JOB_153189","tr_customer_id":153206,"tr_customer_product_id":153196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"43075571160093","imei1":"43075571160093","imei2":"43075571160093","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153190,"job_number":"JOB_153190","tr_customer_id":153207,"tr_customer_product_id":153197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65833124924632","imei1":"65833124924632","imei2":"65833124924632","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153191,"job_number":"JOB_153191","tr_customer_id":153208,"tr_customer_product_id":153198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:27.000Z","modified_at":"2026-01-13T04:00:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36123112343377","imei1":"36123112343377","imei2":"36123112343377","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153193,"job_number":"JOB_153193","tr_customer_id":153210,"tr_customer_product_id":153200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:49.000Z","modified_at":"2026-01-13T04:23:49.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"172610529232810","imei1":"172610529232810","imei2":"172610529232810","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153195,"job_number":"JOB_153195","tr_customer_id":153212,"tr_customer_product_id":153202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:50.000Z","modified_at":"2026-01-13T04:23:50.000Z","name":"Brennan Grant","mobile_number":"841-700-9396","email_id":"Jed28@yahoo.com","dop":"2025-10-22","serial_number":"1015320496052172","imei1":"1015320496052172","imei2":"1015320496052172","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153196,"job_number":"JOB_153196","tr_customer_id":153213,"tr_customer_product_id":153203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:21.000Z","modified_at":"2026-01-13T04:24:21.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"196369374839931","imei1":"196369374839931","imei2":"196369374839931","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153198,"job_number":"JOB_153198","tr_customer_id":153215,"tr_customer_product_id":153205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:23.000Z","modified_at":"2026-01-13T04:24:23.000Z","name":"Efren Deckow","mobile_number":"879-726-6721","email_id":"Bennie_Crist60@gmail.com","dop":"2025-10-22","serial_number":"1027657902913303","imei1":"1027657902913303","imei2":"1027657902913303","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153201,"job_number":"JOB_153201","tr_customer_id":153218,"tr_customer_product_id":153208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:53.000Z","modified_at":"2026-01-13T04:24:53.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"125791411203086","imei1":"125791411203086","imei2":"125791411203086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153203,"job_number":"JOB_153203","tr_customer_id":153220,"tr_customer_product_id":153210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:54.000Z","modified_at":"2026-01-13T04:24:54.000Z","name":"Ramona Ledner","mobile_number":"997-943-0364","email_id":"Walton_Schultz12@yahoo.com","dop":"2025-10-22","serial_number":"1014941016516362","imei1":"1014941016516362","imei2":"1014941016516362","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153205,"job_number":"JOB_153205","tr_customer_id":153222,"tr_customer_product_id":153212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:29:36.000Z","modified_at":"2026-01-13T04:29:36.000Z","name":"Sigurd Hansen","mobile_number":"369-653-0024","email_id":"Kaya.Ryan71@hotmail.com","dop":"2025-04-06","serial_number":"14806398941573048","imei1":"14806398941573048","imei2":"14806398941573048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153206,"job_number":"JOB_153206","tr_customer_id":153223,"tr_customer_product_id":153213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:12.000Z","modified_at":"2026-01-13T04:36:12.000Z","name":"Kailey Hermiston","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"127217837454338","imei1":"127217837454338","imei2":"127217837454338","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153207,"job_number":"JOB_153207","tr_customer_id":153224,"tr_customer_product_id":153214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:45.000Z","modified_at":"2026-01-13T04:36:45.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"93723787000779","imei1":"93723787000779","imei2":"93723787000779","popurl":"2026-01-03T04:36:45.085377771Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153208,"job_number":"JOB_153208","tr_customer_id":153225,"tr_customer_product_id":153215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:37:12.000Z","modified_at":"2026-01-13T04:37:12.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"76112773586133","imei1":"76112773586133","imei2":"76112773586133","popurl":"2026-01-03T04:37:11.995408367Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153209,"job_number":"JOB_153209","tr_customer_id":153226,"tr_customer_product_id":153216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:44:49.000Z","modified_at":"2026-01-13T04:44:49.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"107163902252086","imei1":"107163902252086","imei2":"107163902252086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153210,"job_number":"JOB_153210","tr_customer_id":153227,"tr_customer_product_id":153217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:12.000Z","modified_at":"2026-01-13T04:45:12.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"183484091925795","imei1":"183484091925795","imei2":"183484091925795","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153212,"job_number":"JOB_153212","tr_customer_id":153229,"tr_customer_product_id":153219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:14.000Z","modified_at":"2026-01-13T04:45:14.000Z","name":"Giles Gibson","mobile_number":"419-212-5365","email_id":"Otha_Sawayn@yahoo.com","dop":"2025-10-22","serial_number":"1036299542913658","imei1":"1036299542913658","imei2":"1036299542913658","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153213,"job_number":"JOB_153213","tr_customer_id":153230,"tr_customer_product_id":153220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:45.000Z","modified_at":"2026-01-13T04:45:45.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"172432575893510","imei1":"172432575893510","imei2":"172432575893510","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153215,"job_number":"JOB_153215","tr_customer_id":153232,"tr_customer_product_id":153222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:47.000Z","modified_at":"2026-01-13T04:45:47.000Z","name":"Maybelle Kris","mobile_number":"645-731-4700","email_id":"Horacio_Gottlieb@hotmail.com","dop":"2025-10-22","serial_number":"1051173146041751","imei1":"1051173146041751","imei2":"1051173146041751","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153216,"job_number":"JOB_153216","tr_customer_id":153233,"tr_customer_product_id":153223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:02.000Z","modified_at":"2026-01-13T04:46:02.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"105388920262325","imei1":"105388920262325","imei2":"105388920262325","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153218,"job_number":"JOB_153218","tr_customer_id":153235,"tr_customer_product_id":153225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:14.000Z","modified_at":"2026-01-13T04:46:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103271004910804","imei1":"103271004910804","imei2":"103271004910804","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153220,"job_number":"JOB_153220","tr_customer_id":153237,"tr_customer_product_id":153227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:19.000Z","modified_at":"2026-01-13T04:46:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"121531535585656","imei1":"121531535585656","imei2":"121531535585656","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153222,"job_number":"JOB_153222","tr_customer_id":153239,"tr_customer_product_id":153229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:21.000Z","modified_at":"2026-01-13T04:46:21.000Z","name":"Morris Morissette","mobile_number":"933-453-8654","email_id":"Hank_DAmore43@hotmail.com","dop":"2025-10-22","serial_number":"1055933553979311","imei1":"1055933553979311","imei2":"1055933553979311","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153223,"job_number":"JOB_153223","tr_customer_id":153240,"tr_customer_product_id":153230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:17.000Z","modified_at":"2026-01-13T04:52:17.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"104773064761836","imei1":"104773064761836","imei2":"104773064761836","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153225,"job_number":"JOB_153225","tr_customer_id":153242,"tr_customer_product_id":153232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:19.000Z","modified_at":"2026-01-13T04:52:19.000Z","name":"Enoch Trantow","mobile_number":"596-420-5906","email_id":"Ebba83@hotmail.com","dop":"2025-10-22","serial_number":"1028491311451506","imei1":"1028491311451506","imei2":"1028491311451506","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153226,"job_number":"JOB_153226","tr_customer_id":153243,"tr_customer_product_id":153233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:48.000Z","modified_at":"2026-01-13T04:52:48.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"136460134790317","imei1":"136460134790317","imei2":"136460134790317","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153228,"job_number":"JOB_153228","tr_customer_id":153245,"tr_customer_product_id":153235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:49.000Z","modified_at":"2026-01-13T04:52:49.000Z","name":"Nikko Grant","mobile_number":"218-303-5722","email_id":"Rafaela45@gmail.com","dop":"2025-10-22","serial_number":"1090083597382496","imei1":"1090083597382496","imei2":"1090083597382496","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153229,"job_number":"JOB_153229","tr_customer_id":153246,"tr_customer_product_id":153236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:19.000Z","modified_at":"2026-01-13T04:53:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"185565137752770","imei1":"185565137752770","imei2":"185565137752770","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153231,"job_number":"JOB_153231","tr_customer_id":153248,"tr_customer_product_id":153238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:21.000Z","modified_at":"2026-01-13T04:53:21.000Z","name":"Roxane Effertz","mobile_number":"825-917-4302","email_id":"Nils.Torphy@yahoo.com","dop":"2025-10-22","serial_number":"1053231169461800","imei1":"1053231169461800","imei2":"1053231169461800","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153233,"job_number":"JOB_153233","tr_customer_id":153250,"tr_customer_product_id":153240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:56:49.000Z","modified_at":"2026-01-13T04:56:49.000Z","name":"Davin Nikolaus","mobile_number":"457-593-4561","email_id":"Ricardo4@gmail.com","dop":"2025-04-06","serial_number":"13354455852505362","imei1":"13354455852505362","imei2":"13354455852505362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153235,"job_number":"JOB_153235","tr_customer_id":153252,"tr_customer_product_id":153242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:57:13.000Z","modified_at":"2026-01-13T04:57:13.000Z","name":"Ubaldo Botsford","mobile_number":"907-820-6875","email_id":"Stephan.Ferry9@hotmail.com","dop":"2025-04-06","serial_number":"14765986392064696","imei1":"14765986392064696","imei2":"14765986392064696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153237,"job_number":"JOB_153237","tr_customer_id":153254,"tr_customer_product_id":153244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:58:10.000Z","modified_at":"2026-01-13T04:58:10.000Z","name":"Cyril Tremblay","mobile_number":"979-500-2554","email_id":"Yvette_Marvin45@yahoo.com","dop":"2025-10-22","serial_number":"1056343915380824","imei1":"1056343915380824","imei2":"1056343915380824","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153238,"job_number":"JOB_153238","tr_customer_id":153255,"tr_customer_product_id":153245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:17:06.000Z","modified_at":"2026-01-13T05:17:06.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"161975035492012","imei1":"161975035492012","imei2":"161975035492012","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153239,"job_number":"JOB_153239","tr_customer_id":153256,"tr_customer_product_id":153246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:20:25.000Z","modified_at":"2026-01-13T05:20:25.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135669078592301","imei1":"135669078592301","imei2":"135669078592301","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153240,"job_number":"JOB_153240","tr_customer_id":153257,"tr_customer_product_id":153247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:22:27.000Z","modified_at":"2026-01-13T05:22:27.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"165222760031524","imei1":"165222760031524","imei2":"165222760031524","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:22:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153241,"job_number":"JOB_153241","tr_customer_id":153258,"tr_customer_product_id":153248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:23:15.000Z","modified_at":"2026-01-13T05:23:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"119025367808455","imei1":"119025367808455","imei2":"119025367808455","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153242,"job_number":"JOB_153242","tr_customer_id":153259,"tr_customer_product_id":153249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:24:54.000Z","modified_at":"2026-01-13T05:24:54.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"172136379190305","imei1":"172136379190305","imei2":"172136379190305","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153244,"job_number":"JOB_153244","tr_customer_id":153261,"tr_customer_product_id":153251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:26:53.000Z","modified_at":"2026-01-13T05:26:53.000Z","name":"Trisha Maggio","mobile_number":"509-919-5751","email_id":"Wilber_Ledner76@hotmail.com","dop":"2025-10-22","serial_number":"1060461040571941","imei1":"1060461040571941","imei2":"1060461040571941","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153245,"job_number":"JOB_153245","tr_customer_id":153262,"tr_customer_product_id":153252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:52.000Z","modified_at":"2026-01-13T05:36:52.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"143015094103846","imei1":"143015094103846","imei2":"143015094103846","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153246,"job_number":"JOB_153246","tr_customer_id":153263,"tr_customer_product_id":153253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:59.000Z","modified_at":"2026-01-13T05:36:59.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135706289273509","imei1":"135706289273509","imei2":"135706289273509","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153253,"job_number":"JOB_153253","tr_customer_id":153270,"tr_customer_product_id":153260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:48:59.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"14601550761522","imei1":"14601550761522","imei2":"14601550761522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:48:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153255,"job_number":"JOB_153255","tr_customer_id":153272,"tr_customer_product_id":153262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:00.000Z","modified_at":"2026-01-13T05:49:00.000Z","name":"Theo Harvey","mobile_number":"568-508-9272","email_id":"Georgette.Kiehn53@gmail.com","dop":"2025-04-06","serial_number":"19563600656991784","imei1":"19563600656991784","imei2":"19563600656991784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153256,"job_number":"JOB_153256","tr_customer_id":153273,"tr_customer_product_id":153263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:10.000Z","modified_at":"2026-01-13T05:49:10.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15151051947589","imei1":"15151051947589","imei2":"15151051947589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153258,"job_number":"JOB_153258","tr_customer_id":153275,"tr_customer_product_id":153265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:12.000Z","modified_at":"2026-01-13T05:49:12.000Z","name":"Dashawn Hermann","mobile_number":"366-421-2268","email_id":"Kiara64@yahoo.com","dop":"2025-04-06","serial_number":"10149682355446776","imei1":"10149682355446776","imei2":"10149682355446776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153259,"job_number":"JOB_153259","tr_customer_id":153276,"tr_customer_product_id":153266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:23.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"16502447482263","imei1":"16502447482263","imei2":"16502447482263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153261,"job_number":"JOB_153261","tr_customer_id":153278,"tr_customer_product_id":153268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:24.000Z","modified_at":"2026-01-13T05:52:24.000Z","name":"Chadrick Mante","mobile_number":"577-324-9620","email_id":"Dimitri.Mraz@gmail.com","dop":"2025-04-06","serial_number":"19873372476959810","imei1":"19873372476959810","imei2":"19873372476959810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153262,"job_number":"JOB_153262","tr_customer_id":153279,"tr_customer_product_id":153269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:34.000Z","modified_at":"2026-01-13T05:52:34.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12782726870985","imei1":"12782726870985","imei2":"12782726870985","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153264,"job_number":"JOB_153264","tr_customer_id":153281,"tr_customer_product_id":153271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:36.000Z","modified_at":"2026-01-13T05:52:36.000Z","name":"Pablo Baumbach","mobile_number":"524-424-2119","email_id":"Lauretta_Medhurst82@yahoo.com","dop":"2025-04-06","serial_number":"15876524230180028","imei1":"15876524230180028","imei2":"15876524230180028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153265,"job_number":"JOB_153265","tr_customer_id":153282,"tr_customer_product_id":153272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:46.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10561655597470","imei1":"10561655597470","imei2":"10561655597470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153267,"job_number":"JOB_153267","tr_customer_id":153284,"tr_customer_product_id":153274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:47.000Z","modified_at":"2026-01-13T05:52:47.000Z","name":"Rubie Torp","mobile_number":"589-743-9046","email_id":"William.Jakubowski47@gmail.com","dop":"2025-04-06","serial_number":"16268468770075092","imei1":"16268468770075092","imei2":"16268468770075092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153269,"job_number":"JOB_153269","tr_customer_id":153286,"tr_customer_product_id":153276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:54:15.000Z","modified_at":"2026-01-13T05:54:15.000Z","name":"Vanessa Wintheiser","mobile_number":"930-983-9512","email_id":"Leta63@hotmail.com","dop":"2025-10-22","serial_number":"1068588156351757","imei1":"1068588156351757","imei2":"1068588156351757","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153270,"job_number":"JOB_153270","tr_customer_id":153287,"tr_customer_product_id":153277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:55:54.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12770235651817","imei1":"12770235651817","imei2":"12770235651817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153272,"job_number":"JOB_153272","tr_customer_id":153289,"tr_customer_product_id":153279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:55.000Z","modified_at":"2026-01-13T05:55:55.000Z","name":"Theo Veum","mobile_number":"776-540-0866","email_id":"Audrey_Goodwin80@gmail.com","dop":"2025-04-06","serial_number":"10142298107612374","imei1":"10142298107612374","imei2":"10142298107612374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153273,"job_number":"JOB_153273","tr_customer_id":153290,"tr_customer_product_id":153280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:04.000Z","modified_at":"2026-01-13T05:56:04.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10858996788344","imei1":"10858996788344","imei2":"10858996788344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153275,"job_number":"JOB_153275","tr_customer_id":153292,"tr_customer_product_id":153282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:06.000Z","modified_at":"2026-01-13T05:56:06.000Z","name":"Amir Osinski","mobile_number":"970-757-5171","email_id":"Darrin.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"13668257848654312","imei1":"13668257848654312","imei2":"13668257848654312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153276,"job_number":"JOB_153276","tr_customer_id":153293,"tr_customer_product_id":153283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:15.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15002484387711","imei1":"15002484387711","imei2":"15002484387711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153278,"job_number":"JOB_153278","tr_customer_id":153295,"tr_customer_product_id":153285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:16.000Z","modified_at":"2026-01-13T05:56:16.000Z","name":"Jalon Weissnat","mobile_number":"495-704-3263","email_id":"Eldora_Grimes@gmail.com","dop":"2025-04-06","serial_number":"19511129363463748","imei1":"19511129363463748","imei2":"19511129363463748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153279,"job_number":"JOB_153279","tr_customer_id":153296,"tr_customer_product_id":153286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:57:42.000Z","modified_at":"2026-01-13T05:57:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"178440612464784","imei1":"178440612464784","imei2":"178440612464784","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153280,"job_number":"JOB_153280","tr_customer_id":153297,"tr_customer_product_id":153287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10415522636280","imei1":"10415522636280","imei2":"10415522636280","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153281,"job_number":"JOB_153281","tr_customer_id":153298,"tr_customer_product_id":153288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"Akeem Klein","mobile_number":"392-743-1226","email_id":"Dallin.Daniel@yahoo.com","dop":"2025-09-16","serial_number":"15569093999622","imei1":"15569093999622","imei2":"15569093999622","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153282,"job_number":"JOB_153282","tr_customer_id":153299,"tr_customer_product_id":153289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:32.000Z","modified_at":"2026-01-13T06:01:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17014254994420","imei1":"17014254994420","imei2":"17014254994420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153284,"job_number":"JOB_153284","tr_customer_id":153301,"tr_customer_product_id":153291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:33.000Z","modified_at":"2026-01-13T06:01:33.000Z","name":"April Bernier","mobile_number":"639-900-5352","email_id":"Cicero_Rau@gmail.com","dop":"2025-04-06","serial_number":"16598664835250332","imei1":"16598664835250332","imei2":"16598664835250332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153285,"job_number":"JOB_153285","tr_customer_id":153302,"tr_customer_product_id":153292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:36.000Z","modified_at":"2026-01-13T06:01:36.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17197773438740","imei1":"17197773438740","imei2":"17197773438740","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153286,"job_number":"JOB_153286","tr_customer_id":153303,"tr_customer_product_id":153293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:37.000Z","modified_at":"2026-01-13T06:01:37.000Z","name":"Kaycee Dicki","mobile_number":"563-554-1342","email_id":"Eliza_Morar@hotmail.com","dop":"2025-09-16","serial_number":"19175643689183","imei1":"19175643689183","imei2":"19175643689183","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153287,"job_number":"JOB_153287","tr_customer_id":153304,"tr_customer_product_id":153294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13822937840563","imei1":"13822937840563","imei2":"13822937840563","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153288,"job_number":"JOB_153288","tr_customer_id":153305,"tr_customer_product_id":153295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"Brice Schulist","mobile_number":"322-863-7129","email_id":"Nils44@gmail.com","dop":"2025-09-16","serial_number":"15101747268147","imei1":"15101747268147","imei2":"15101747268147","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153289,"job_number":"JOB_153289","tr_customer_id":153306,"tr_customer_product_id":153296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:16.000Z","modified_at":"2026-01-13T06:02:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14365759410539","imei1":"14365759410539","imei2":"14365759410539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153291,"job_number":"JOB_153291","tr_customer_id":153308,"tr_customer_product_id":153298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Robyn Batz","mobile_number":"508-230-9642","email_id":"Colleen.Lebsack60@gmail.com","dop":"2025-10-22","serial_number":"146189110550573","imei1":"146189110550573","imei2":"146189110550573","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153292,"job_number":"JOB_153292","tr_customer_id":153309,"tr_customer_product_id":153299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Penelope Cassin","mobile_number":"476-737-0431","email_id":"Irving.Mohr@gmail.com","dop":"2025-04-06","serial_number":"18915717971422150","imei1":"18915717971422150","imei2":"18915717971422150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153293,"job_number":"JOB_153293","tr_customer_id":153310,"tr_customer_product_id":153300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:47.000Z","modified_at":"2026-01-13T06:02:47.000Z","name":"Frieda Goodwin","mobile_number":"693-724-8572","email_id":"Torrey.Konopelski39@yahoo.com","dop":"2025-10-22","serial_number":"119775467761062","imei1":"119775467761062","imei2":"119775467761062","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153294,"job_number":"JOB_153294","tr_customer_id":153311,"tr_customer_product_id":153301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:01.000Z","modified_at":"2026-01-13T06:03:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16975009979062","imei1":"16975009979062","imei2":"16975009979062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153296,"job_number":"JOB_153296","tr_customer_id":153313,"tr_customer_product_id":153303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:02.000Z","modified_at":"2026-01-13T06:03:02.000Z","name":"Elinore Leannon","mobile_number":"389-941-6574","email_id":"Doug_Graham99@yahoo.com","dop":"2025-04-06","serial_number":"10764151622346564","imei1":"10764151622346564","imei2":"10764151622346564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153297,"job_number":"JOB_153297","tr_customer_id":153314,"tr_customer_product_id":153304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:35.000Z","modified_at":"2026-01-13T06:03:35.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2026-01-03T06:03:35.052354845Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153298,"job_number":"JOB_153298","tr_customer_id":153315,"tr_customer_product_id":153305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:36.000Z","modified_at":"2026-01-13T06:03:36.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2026-01-03T06:03:35.617489493Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153300,"job_number":"JOB_153300","tr_customer_id":153317,"tr_customer_product_id":153307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:17.000Z","modified_at":"2026-01-13T06:04:17.000Z","name":"Harold Daugherty","mobile_number":"422-762-8791","email_id":"Mason21@yahoo.com","dop":"2025-10-22","serial_number":"1014646778342944","imei1":"1014646778342944","imei2":"1014646778342944","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153301,"job_number":"JOB_153301","tr_customer_id":153318,"tr_customer_product_id":153308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:38.000Z","modified_at":"2026-01-13T06:04:38.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12268244399874","imei1":"12268244399874","imei2":"12268244399874","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153303,"job_number":"JOB_153303","tr_customer_id":153320,"tr_customer_product_id":153310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:40.000Z","modified_at":"2026-01-13T06:04:40.000Z","name":"Zackery Reichel","mobile_number":"515-744-2425","email_id":"Jordon_Denesik@hotmail.com","dop":"2025-04-06","serial_number":"12863285320508118","imei1":"12863285320508118","imei2":"12863285320508118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153304,"job_number":"JOB_153304","tr_customer_id":153321,"tr_customer_product_id":153311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:22.000Z","modified_at":"2026-01-13T06:05:22.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17274175270779","imei1":"17274175270779","imei2":"17274175270779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153306,"job_number":"JOB_153306","tr_customer_id":153323,"tr_customer_product_id":153313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:23.000Z","modified_at":"2026-01-13T06:05:23.000Z","name":"Justen Rowe","mobile_number":"783-495-7409","email_id":"Ashleigh_Macejkovic@gmail.com","dop":"2025-04-06","serial_number":"18837100737248520","imei1":"18837100737248520","imei2":"18837100737248520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153307,"job_number":"JOB_153307","tr_customer_id":153324,"tr_customer_product_id":153314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:01.000Z","modified_at":"2026-01-13T06:06:01.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14704300265370","imei1":"14704300265370","imei2":"14704300265370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153309,"job_number":"JOB_153309","tr_customer_id":153326,"tr_customer_product_id":153316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:02.000Z","modified_at":"2026-01-13T06:06:02.000Z","name":"Landen Brakus","mobile_number":"715-741-1690","email_id":"Demario63@gmail.com","dop":"2025-04-06","serial_number":"14424858794371792","imei1":"14424858794371792","imei2":"14424858794371792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153310,"job_number":"JOB_153310","tr_customer_id":153327,"tr_customer_product_id":153317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:13:47.000Z","modified_at":"2026-01-13T06:13:47.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-03","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-03T06:13:46.881874Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:13:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153327,"job_number":"JOB_153327","tr_customer_id":153344,"tr_customer_product_id":153334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:49.000Z","modified_at":"2026-01-13T06:21:49.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10336844726187","imei1":"10336844726187","imei2":"10336844726187","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153329,"job_number":"JOB_153329","tr_customer_id":153346,"tr_customer_product_id":153336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:50.000Z","modified_at":"2026-01-13T06:21:50.000Z","name":"Carissa Gerhold","mobile_number":"947-564-7275","email_id":"Reanna69@gmail.com","dop":"2025-06-18","serial_number":"1077181388124335","imei1":"1077181388124335","imei2":"1077181388124335","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153330,"job_number":"JOB_153330","tr_customer_id":153347,"tr_customer_product_id":153337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:33.000Z","modified_at":"2026-01-13T06:22:33.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10565054783146","imei1":"10565054783146","imei2":"10565054783146","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153332,"job_number":"JOB_153332","tr_customer_id":153349,"tr_customer_product_id":153339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:34.000Z","modified_at":"2026-01-13T06:22:34.000Z","name":"Marion Walsh","mobile_number":"377-301-7681","email_id":"Camylle.Rice@gmail.com","dop":"2025-06-18","serial_number":"1051139741247594","imei1":"1051139741247594","imei2":"1051139741247594","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153333,"job_number":"JOB_153333","tr_customer_id":153350,"tr_customer_product_id":153340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Alvena Lemke","mobile_number":"650-434-0670","email_id":"Zoey11@hotmail.com","dop":"2025-09-09","serial_number":"19680804035961","imei1":"19680804035961","imei2":"19680804035961","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153334,"job_number":"JOB_153334","tr_customer_id":153351,"tr_customer_product_id":153341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Rogelio Berge","mobile_number":"668-436-1530","email_id":"Sandy_Schuster70@gmail.com","dop":"2025-09-09","serial_number":"12555831927229","imei1":"12555831927229","imei2":"12555831927229","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153336,"job_number":"JOB_153336","tr_customer_id":153353,"tr_customer_product_id":153343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Tobin Satterfield","mobile_number":"425-731-6292","email_id":"Sam_Hodkiewicz@hotmail.com","dop":"2025-09-09","serial_number":"13037333653986","imei1":"13037333653986","imei2":"13037333653986","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153337,"job_number":"JOB_153337","tr_customer_id":153354,"tr_customer_product_id":153344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Oswald Ondricka","mobile_number":"853-993-0322","email_id":"Aric55@gmail.com","dop":"2025-09-09","serial_number":"12394674407704","imei1":"12394674407704","imei2":"12394674407704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153339,"job_number":"JOB_153339","tr_customer_id":153356,"tr_customer_product_id":153346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Jazlyn Hickle","mobile_number":"243-414-4689","email_id":"Lupe17@yahoo.com","dop":"2025-09-09","serial_number":"17305848009503","imei1":"17305848009503","imei2":"17305848009503","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153340,"job_number":"JOB_153340","tr_customer_id":153357,"tr_customer_product_id":153347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Damian Cartwright","mobile_number":"550-940-1210","email_id":"Santiago88@hotmail.com","dop":"2025-09-09","serial_number":"12110917290357","imei1":"12110917290357","imei2":"12110917290357","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153342,"job_number":"JOB_153342","tr_customer_id":153359,"tr_customer_product_id":153349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:18.000Z","modified_at":"2026-01-13T06:26:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18859951171375","imei1":"18859951171375","imei2":"18859951171375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153344,"job_number":"JOB_153344","tr_customer_id":153361,"tr_customer_product_id":153351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:19.000Z","modified_at":"2026-01-13T06:26:19.000Z","name":"Rosemarie Paucek","mobile_number":"545-302-6204","email_id":"Della57@yahoo.com","dop":"2025-04-06","serial_number":"12852159785857304","imei1":"12852159785857304","imei2":"12852159785857304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153345,"job_number":"JOB_153345","tr_customer_id":153362,"tr_customer_product_id":153352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:59.000Z","modified_at":"2026-01-13T06:26:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10527505146561","imei1":"10527505146561","imei2":"10527505146561","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153347,"job_number":"JOB_153347","tr_customer_id":153364,"tr_customer_product_id":153354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:01.000Z","modified_at":"2026-01-13T06:27:01.000Z","name":"Aubrey Goodwin","mobile_number":"919-250-7371","email_id":"Edna22@hotmail.com","dop":"2025-04-06","serial_number":"18269692544653800","imei1":"18269692544653800","imei2":"18269692544653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153348,"job_number":"JOB_153348","tr_customer_id":153365,"tr_customer_product_id":153355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:40.000Z","modified_at":"2026-01-13T06:27:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17291009450595","imei1":"17291009450595","imei2":"17291009450595","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153350,"job_number":"JOB_153350","tr_customer_id":153367,"tr_customer_product_id":153357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:41.000Z","modified_at":"2026-01-13T06:27:41.000Z","name":"Daryl Dietrich","mobile_number":"679-877-0207","email_id":"Adelbert5@hotmail.com","dop":"2025-04-06","serial_number":"19070192069252350","imei1":"19070192069252350","imei2":"19070192069252350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153352,"job_number":"JOB_153352","tr_customer_id":153369,"tr_customer_product_id":153359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:46.000Z","modified_at":"2026-01-13T06:27:46.000Z","name":"Telly Langworth","mobile_number":"946-252-3101","email_id":"Ellsworth_Adams22@yahoo.com","dop":"2025-04-06","serial_number":"12031316829551564","imei1":"12031316829551564","imei2":"12031316829551564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153355,"job_number":"JOB_153355","tr_customer_id":153372,"tr_customer_product_id":153362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:06.000Z","modified_at":"2026-01-13T06:29:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17887383653421","imei1":"17887383653421","imei2":"17887383653421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153357,"job_number":"JOB_153357","tr_customer_id":153374,"tr_customer_product_id":153364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:07.000Z","modified_at":"2026-01-13T06:29:07.000Z","name":"Louisa Rodriguez","mobile_number":"663-904-4065","email_id":"Rodrigo.Hand13@gmail.com","dop":"2025-04-06","serial_number":"18551667092990812","imei1":"18551667092990812","imei2":"18551667092990812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153359,"job_number":"JOB_153359","tr_customer_id":153376,"tr_customer_product_id":153366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:45.000Z","modified_at":"2026-01-13T06:29:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17949174685515","imei1":"17949174685515","imei2":"17949174685515","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153361,"job_number":"JOB_153361","tr_customer_id":153378,"tr_customer_product_id":153368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:46.000Z","modified_at":"2026-01-13T06:29:46.000Z","name":"Thurman Reichel","mobile_number":"914-602-2292","email_id":"Darrel.Walter@yahoo.com","dop":"2025-04-06","serial_number":"13011199722601872","imei1":"13011199722601872","imei2":"13011199722601872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153362,"job_number":"JOB_153362","tr_customer_id":153379,"tr_customer_product_id":153369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:24.000Z","modified_at":"2026-01-13T06:30:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10421878084399","imei1":"10421878084399","imei2":"10421878084399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153364,"job_number":"JOB_153364","tr_customer_id":153381,"tr_customer_product_id":153371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:25.000Z","modified_at":"2026-01-13T06:30:25.000Z","name":"Molly Veum","mobile_number":"555-217-6666","email_id":"Nash.Miller@yahoo.com","dop":"2025-04-06","serial_number":"19240704685234056","imei1":"19240704685234056","imei2":"19240704685234056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153366,"job_number":"JOB_153366","tr_customer_id":153383,"tr_customer_product_id":153373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:25.000Z","modified_at":"2026-01-13T06:33:25.000Z","name":"Brayan Lynch","mobile_number":"543-265-9508","email_id":"Myriam59@hotmail.com","dop":"2025-04-06","serial_number":"12670510371516634","imei1":"12670510371516634","imei2":"12670510371516634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153367,"job_number":"JOB_153367","tr_customer_id":153384,"tr_customer_product_id":153374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:51.000Z","modified_at":"2026-01-13T06:33:51.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"18626661440596","imei1":"18626661440596","imei2":"18626661440596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153369,"job_number":"JOB_153369","tr_customer_id":153386,"tr_customer_product_id":153376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:02.000Z","modified_at":"2026-01-13T06:34:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797117996959","imei1":"12797117996959","imei2":"12797117996959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153371,"job_number":"JOB_153371","tr_customer_id":153388,"tr_customer_product_id":153378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:03.000Z","modified_at":"2026-01-13T06:34:03.000Z","name":"Isaiah Schaden","mobile_number":"683-699-8668","email_id":"Serena_Cole@hotmail.com","dop":"2025-04-06","serial_number":"16075224579808756","imei1":"16075224579808756","imei2":"16075224579808756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153372,"job_number":"JOB_153372","tr_customer_id":153389,"tr_customer_product_id":153379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:20.000Z","modified_at":"2026-01-13T06:34:20.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12174947098728","imei1":"12174947098728","imei2":"12174947098728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153374,"job_number":"JOB_153374","tr_customer_id":153391,"tr_customer_product_id":153381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:22.000Z","modified_at":"2026-01-13T06:34:22.000Z","name":"Marcella Herman","mobile_number":"202-454-9766","email_id":"Yesenia_Halvorson@gmail.com","dop":"2025-04-06","serial_number":"15013812619606148","imei1":"15013812619606148","imei2":"15013812619606148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153378,"job_number":"JOB_153378","tr_customer_id":153395,"tr_customer_product_id":153385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:35.000Z","modified_at":"2026-01-13T06:34:35.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"12223648626349","imei1":"12223648626349","imei2":"12223648626349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153380,"job_number":"JOB_153380","tr_customer_id":153397,"tr_customer_product_id":153387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:41.000Z","modified_at":"2026-01-13T06:34:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13558591334748","imei1":"13558591334748","imei2":"13558591334748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153382,"job_number":"JOB_153382","tr_customer_id":153399,"tr_customer_product_id":153389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"115622991148787","imei1":"115622991148787","imei2":"115622991148787","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153383,"job_number":"JOB_153383","tr_customer_id":153400,"tr_customer_product_id":153390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Francisca Littel","mobile_number":"714-867-2230","email_id":"Jaren_Hayes44@yahoo.com","dop":"2025-04-06","serial_number":"17499193125431096","imei1":"17499193125431096","imei2":"17499193125431096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153385,"job_number":"JOB_153385","tr_customer_id":153402,"tr_customer_product_id":153392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:44.000Z","modified_at":"2026-01-13T06:34:44.000Z","name":"Fatima Gleichner","mobile_number":"207-611-9731","email_id":"Asha.Dach@yahoo.com","dop":"2025-10-22","serial_number":"1025322667138398","imei1":"1025322667138398","imei2":"1025322667138398","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153390,"job_number":"JOB_153390","tr_customer_id":153407,"tr_customer_product_id":153397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:09.000Z","modified_at":"2026-01-13T06:35:09.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10192687973073","imei1":"10192687973073","imei2":"10192687973073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153392,"job_number":"JOB_153392","tr_customer_id":153409,"tr_customer_product_id":153399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:11.000Z","modified_at":"2026-01-13T06:35:11.000Z","name":"Roselyn Dickinson","mobile_number":"328-244-6622","email_id":"Edyth_Lebsack@hotmail.com","dop":"2025-04-06","serial_number":"17186626718510722","imei1":"17186626718510722","imei2":"17186626718510722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153393,"job_number":"JOB_153393","tr_customer_id":153410,"tr_customer_product_id":153400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:18.000Z","modified_at":"2026-01-13T06:35:18.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"14309726416255","imei1":"14309726416255","imei2":"14309726416255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153395,"job_number":"JOB_153395","tr_customer_id":153412,"tr_customer_product_id":153402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:19.000Z","modified_at":"2026-01-13T06:35:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13881171132274","imei1":"13881171132274","imei2":"13881171132274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153397,"job_number":"JOB_153397","tr_customer_id":153414,"tr_customer_product_id":153404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:20.000Z","modified_at":"2026-01-13T06:35:20.000Z","name":"Forest Brown","mobile_number":"803-337-0806","email_id":"Angelo.Baumbach@gmail.com","dop":"2025-04-06","serial_number":"15711283115032536","imei1":"15711283115032536","imei2":"15711283115032536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153398,"job_number":"JOB_153398","tr_customer_id":153415,"tr_customer_product_id":153405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:35.000Z","modified_at":"2026-01-13T06:35:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14906925255648","imei1":"14906925255648","imei2":"14906925255648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153400,"job_number":"JOB_153400","tr_customer_id":153417,"tr_customer_product_id":153407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:37.000Z","modified_at":"2026-01-13T06:35:37.000Z","name":"Casimer Rau","mobile_number":"215-342-8734","email_id":"Kenna73@hotmail.com","dop":"2025-04-06","serial_number":"19496350485434544","imei1":"19496350485434544","imei2":"19496350485434544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153401,"job_number":"JOB_153401","tr_customer_id":153418,"tr_customer_product_id":153408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:41.000Z","modified_at":"2026-01-13T06:35:41.000Z","name":"Ashiq khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"181121931280099","imei1":"181121931280099","imei2":"181121931280099","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153403,"job_number":"JOB_153403","tr_customer_id":153420,"tr_customer_product_id":153410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:43.000Z","modified_at":"2026-01-13T06:35:43.000Z","name":"Aylin Kris","mobile_number":"223-877-5221","email_id":"Kayla_Treutel92@yahoo.com","dop":"2025-10-22","serial_number":"1096402720268648","imei1":"1096402720268648","imei2":"1096402720268648","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153407,"job_number":"JOB_153407","tr_customer_id":153424,"tr_customer_product_id":153414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:58.000Z","modified_at":"2026-01-13T06:35:58.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19843566021029","imei1":"19843566021029","imei2":"19843566021029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153409,"job_number":"JOB_153409","tr_customer_id":153426,"tr_customer_product_id":153416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:59.000Z","modified_at":"2026-01-13T06:35:59.000Z","name":"Aliyah Mitchell","mobile_number":"947-860-5150","email_id":"Carli.Harvey58@hotmail.com","dop":"2025-04-06","serial_number":"10134312447276504","imei1":"10134312447276504","imei2":"10134312447276504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153410,"job_number":"JOB_153410","tr_customer_id":153427,"tr_customer_product_id":153417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:20.000Z","modified_at":"2026-01-13T06:36:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12532377438466","imei1":"12532377438466","imei2":"12532377438466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153412,"job_number":"JOB_153412","tr_customer_id":153429,"tr_customer_product_id":153419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:22.000Z","modified_at":"2026-01-13T06:36:22.000Z","name":"Rozella Schoen","mobile_number":"495-804-7754","email_id":"Stephon_Dicki@yahoo.com","dop":"2025-04-06","serial_number":"12679789341247674","imei1":"12679789341247674","imei2":"12679789341247674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153413,"job_number":"JOB_153413","tr_customer_id":153430,"tr_customer_product_id":153420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:24.000Z","modified_at":"2026-01-13T06:36:24.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"166320133855729","imei1":"166320133855729","imei2":"166320133855729","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153416,"job_number":"JOB_153416","tr_customer_id":153433,"tr_customer_product_id":153423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:26.000Z","modified_at":"2026-01-13T06:36:26.000Z","name":"Erica Walsh","mobile_number":"319-903-4291","email_id":"Keon_Grant42@gmail.com","dop":"2025-10-22","serial_number":"1022549045064815","imei1":"1022549045064815","imei2":"1022549045064815","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153419,"job_number":"JOB_153419","tr_customer_id":153436,"tr_customer_product_id":153426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:06.000Z","modified_at":"2026-01-13T06:37:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18035179744807","imei1":"18035179744807","imei2":"18035179744807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153421,"job_number":"JOB_153421","tr_customer_id":153438,"tr_customer_product_id":153428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:08.000Z","modified_at":"2026-01-13T06:37:08.000Z","name":"Elton Daugherty","mobile_number":"859-218-8312","email_id":"Barton_Reilly@gmail.com","dop":"2025-04-06","serial_number":"11313420214238194","imei1":"11313420214238194","imei2":"11313420214238194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153422,"job_number":"JOB_153422","tr_customer_id":153439,"tr_customer_product_id":153429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:36.000Z","modified_at":"2026-01-13T06:40:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17535175495540","imei1":"17535175495540","imei2":"17535175495540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153424,"job_number":"JOB_153424","tr_customer_id":153441,"tr_customer_product_id":153431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:38.000Z","modified_at":"2026-01-13T06:40:38.000Z","name":"Michele Fadel","mobile_number":"485-280-0952","email_id":"Naomie.Armstrong5@yahoo.com","dop":"2025-04-06","serial_number":"13357762284738180","imei1":"13357762284738180","imei2":"13357762284738180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153425,"job_number":"JOB_153425","tr_customer_id":153442,"tr_customer_product_id":153432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:29.000Z","modified_at":"2026-01-13T06:41:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16293684663073","imei1":"16293684663073","imei2":"16293684663073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153427,"job_number":"JOB_153427","tr_customer_id":153444,"tr_customer_product_id":153434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:30.000Z","modified_at":"2026-01-13T06:41:30.000Z","name":"Willa Deckow","mobile_number":"290-537-1272","email_id":"Tanner.Nolan@hotmail.com","dop":"2025-04-06","serial_number":"10865604647974306","imei1":"10865604647974306","imei2":"10865604647974306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153429,"job_number":"JOB_153429","tr_customer_id":153446,"tr_customer_product_id":153436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:44.000Z","modified_at":"2026-01-13T06:41:44.000Z","name":"Otto Ward","mobile_number":"457-604-0207","email_id":"Alex87@yahoo.com","dop":"2025-04-06","serial_number":"19627713621514290","imei1":"19627713621514290","imei2":"19627713621514290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153431,"job_number":"JOB_153431","tr_customer_id":153448,"tr_customer_product_id":153438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:58.000Z","modified_at":"2026-01-13T06:41:58.000Z","name":"Sidney Rath","mobile_number":"601-411-1665","email_id":"Lorine.Reinger@gmail.com","dop":"2025-04-06","serial_number":"13708697357119920","imei1":"13708697357119920","imei2":"13708697357119920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153432,"job_number":"JOB_153432","tr_customer_id":153449,"tr_customer_product_id":153439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:16.000Z","modified_at":"2026-01-13T06:42:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12663480145504","imei1":"12663480145504","imei2":"12663480145504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153434,"job_number":"JOB_153434","tr_customer_id":153451,"tr_customer_product_id":153441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:18.000Z","modified_at":"2026-01-13T06:42:18.000Z","name":"Asha Konopelski","mobile_number":"704-491-9183","email_id":"Lukas_Effertz87@yahoo.com","dop":"2025-04-06","serial_number":"14830881497778844","imei1":"14830881497778844","imei2":"14830881497778844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153439,"job_number":"JOB_153439","tr_customer_id":153456,"tr_customer_product_id":153446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:30.000Z","modified_at":"2026-01-13T06:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13335342852575","imei1":"13335342852575","imei2":"13335342852575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153442,"job_number":"JOB_153442","tr_customer_id":153459,"tr_customer_product_id":153449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Jerel Huels","mobile_number":"941-536-9895","email_id":"Vinnie_Bayer@hotmail.com","dop":"2025-04-06","serial_number":"11246406938412776","imei1":"11246406938412776","imei2":"11246406938412776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153443,"job_number":"JOB_153443","tr_customer_id":153460,"tr_customer_product_id":153450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Kirstin Kohler","mobile_number":"384-304-7801","email_id":"Murray.Ortiz65@gmail.com","dop":"2025-04-06","serial_number":"19843988441614216","imei1":"19843988441614216","imei2":"19843988441614216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153444,"job_number":"JOB_153444","tr_customer_id":153461,"tr_customer_product_id":153451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:17.000Z","modified_at":"2026-01-13T06:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10893295769409","imei1":"10893295769409","imei2":"10893295769409","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153446,"job_number":"JOB_153446","tr_customer_id":153463,"tr_customer_product_id":153453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:19.000Z","modified_at":"2026-01-13T06:48:19.000Z","name":"Parker Jakubowski","mobile_number":"952-465-2758","email_id":"Dakota_Ledner10@hotmail.com","dop":"2025-04-06","serial_number":"12311975918017010","imei1":"12311975918017010","imei2":"12311975918017010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153447,"job_number":"JOB_153447","tr_customer_id":153464,"tr_customer_product_id":153454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:03.000Z","modified_at":"2026-01-13T06:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13169385017653","imei1":"13169385017653","imei2":"13169385017653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153449,"job_number":"JOB_153449","tr_customer_id":153466,"tr_customer_product_id":153456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:05.000Z","modified_at":"2026-01-13T06:49:05.000Z","name":"Savannah McCullough","mobile_number":"667-299-8593","email_id":"Nico.Parker@hotmail.com","dop":"2025-04-06","serial_number":"11764441752405088","imei1":"11764441752405088","imei2":"11764441752405088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153450,"job_number":"JOB_153450","tr_customer_id":153467,"tr_customer_product_id":153457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Giri Iyengar","mobile_number":"7046840199","email_id":"devajyoti.jain@hotmail.com","dop":"2026-01-03","serial_number":"178243689739422","imei1":"178243689739422","imei2":"178243689739422","popurl":"www.bhadra-dwivedi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153451,"job_number":"JOB_153451","tr_customer_id":153468,"tr_customer_product_id":153458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Tanya Varrier","mobile_number":"7017488671","email_id":"abani.chaturvedi@gmail.com","dop":"2026-01-03","serial_number":"559635736216011","imei1":"559635736216011","imei2":"559635736216011","popurl":"www.aayushmaan-menon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153452,"job_number":"JOB_153452","tr_customer_id":153469,"tr_customer_product_id":153459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.511179290Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153453,"job_number":"JOB_153453","tr_customer_id":153470,"tr_customer_product_id":153460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.528382776Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153454,"job_number":"JOB_153454","tr_customer_id":153471,"tr_customer_product_id":153461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153455,"job_number":"JOB_153455","tr_customer_id":153472,"tr_customer_product_id":153462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153456,"job_number":"JOB_153456","tr_customer_id":153473,"tr_customer_product_id":153463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153457,"job_number":"JOB_153457","tr_customer_id":153474,"tr_customer_product_id":153464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153458,"job_number":"JOB_153458","tr_customer_id":153475,"tr_customer_product_id":153465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:00:31.000Z","modified_at":"2026-01-13T07:00:31.000Z","name":"Nova Koss","mobile_number":"239-334-5085","email_id":"Zane_Wilderman@gmail.com","dop":"2025-10-22","serial_number":"150491293341920","imei1":"150491293341920","imei2":"150491293341920","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153459,"job_number":"JOB_153459","tr_customer_id":153476,"tr_customer_product_id":153466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:25.000Z","modified_at":"2026-01-13T07:01:25.000Z","name":"Garnet Ebert","mobile_number":"351-222-7222","email_id":"Roger_Hammes@yahoo.com","dop":"2025-10-22","serial_number":"106917328565507","imei1":"106917328565507","imei2":"106917328565507","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153461,"job_number":"JOB_153461","tr_customer_id":153478,"tr_customer_product_id":153468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:27.000Z","modified_at":"2026-01-13T07:01:27.000Z","name":"Elmira Stokes","mobile_number":"698-394-4383","email_id":"Dangelo.Greenholt87@hotmail.com","dop":"2025-04-06","serial_number":"15247447049429286","imei1":"15247447049429286","imei2":"15247447049429286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153462,"job_number":"JOB_153462","tr_customer_id":153479,"tr_customer_product_id":153469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:39.000Z","modified_at":"2026-01-13T07:01:39.000Z","name":"Kyle Bins","mobile_number":"907-897-0318","email_id":"Jennyfer_Weimann@hotmail.com","dop":"2025-10-22","serial_number":"150708821765717","imei1":"150708821765717","imei2":"150708821765717","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152959,"job_number":"JOB_152959","tr_customer_id":152976,"tr_customer_product_id":152966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:42:44.000Z","modified_at":"2026-01-13T00:42:44.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12200118723400","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152964,"job_number":"JOB_152964","tr_customer_id":152981,"tr_customer_product_id":152971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:02.000Z","modified_at":"2026-01-13T01:36:02.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"15571427091090","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152965,"job_number":"JOB_152965","tr_customer_id":152982,"tr_customer_product_id":152972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:06.000Z","modified_at":"2026-01-13T01:36:06.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"19373853917739","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152966,"job_number":"JOB_152966","tr_customer_id":152983,"tr_customer_product_id":152973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:08.000Z","modified_at":"2026-01-13T01:36:08.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14191217372006","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152967,"job_number":"JOB_152967","tr_customer_id":152984,"tr_customer_product_id":152974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:23.000Z","modified_at":"2026-01-13T01:39:24.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18016644965930","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152968,"job_number":"JOB_152968","tr_customer_id":152985,"tr_customer_product_id":152975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:36.000Z","modified_at":"2026-01-13T01:39:36.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18112050941983","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152969,"job_number":"JOB_152969","tr_customer_id":152986,"tr_customer_product_id":152976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:57.000Z","modified_at":"2026-01-13T01:39:57.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"13474864112371","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152970,"job_number":"JOB_152970","tr_customer_id":152987,"tr_customer_product_id":152977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:40:52.000Z","modified_at":"2026-01-13T01:40:52.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11293058515635","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152971,"job_number":"JOB_152971","tr_customer_id":152988,"tr_customer_product_id":152978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:41:28.000Z","modified_at":"2026-01-13T01:41:28.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14760262405521","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152973,"job_number":"JOB_152973","tr_customer_id":152990,"tr_customer_product_id":152980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:44:49.000Z","modified_at":"2026-01-13T01:44:49.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"10776339681431","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152975,"job_number":"JOB_152975","tr_customer_id":152992,"tr_customer_product_id":152982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:47:51.000Z","modified_at":"2026-01-13T01:47:51.000Z","name":"Verlie Nikolaus","mobile_number":"722-739-1864","email_id":"Camylle.Schinner@gmail.com","dop":"2026-01-10","serial_number":"21252447753937","imei1":"21252447753937","imei2":"21252447753937","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152976,"job_number":"JOB_152976","tr_customer_id":152993,"tr_customer_product_id":152983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:48:09.000Z","modified_at":"2026-01-13T01:48:09.000Z","name":"Sierra McClure","mobile_number":"464-948-4886","email_id":"Clemens.Nader31@yahoo.com","dop":"2026-01-10","serial_number":"400525471592484","imei1":"400525471592484","imei2":"400525471592484","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152983,"job_number":"JOB_152983","tr_customer_id":153000,"tr_customer_product_id":152990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:46:22.000Z","modified_at":"2026-01-13T03:46:22.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14924344586132","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153011,"job_number":"JOB_153011","tr_customer_id":153028,"tr_customer_product_id":153018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:33.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Elmer31@hotmail.com","dop":"2025-07-02","serial_number":"12961196646355","imei1":"12961196646355","imei2":"12961196646355","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153024,"job_number":"JOB_153024","tr_customer_id":153041,"tr_customer_product_id":153031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:50.000Z","modified_at":"2026-01-13T03:49:50.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Tanya56@yahoo.com","dop":"2025-07-02","serial_number":"16024879192606","imei1":"16024879192606","imei2":"16024879192606","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153047,"job_number":"JOB_153047","tr_customer_id":153064,"tr_customer_product_id":153054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:07.000Z","modified_at":"2026-01-13T03:50:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Emerald22@gmail.com","dop":"2025-07-02","serial_number":"19292784459597","imei1":"19292784459597","imei2":"19292784459597","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153070,"job_number":"JOB_153070","tr_customer_id":153087,"tr_customer_product_id":153077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:28.000Z","modified_at":"2026-01-13T03:50:28.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"185642560040121","imei1":"185642560040121","imei2":"185642560040121","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153071,"job_number":"JOB_153071","tr_customer_id":153088,"tr_customer_product_id":153078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Quincy O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"182173578734661","imei1":"182173578734661","imei2":"182173578734661","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153072,"job_number":"JOB_153072","tr_customer_id":153089,"tr_customer_product_id":153079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Caden Keeling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"186833928174921","imei1":"186833928174921","imei2":"186833928174921","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153073,"job_number":"JOB_153073","tr_customer_id":153090,"tr_customer_product_id":153080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Pearline Witting","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140291337641622","imei1":"140291337641622","imei2":"140291337641622","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153089,"job_number":"JOB_153089","tr_customer_id":153106,"tr_customer_product_id":153096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"129686786924475","imei1":"129686786924475","imei2":"129686786924475","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153090,"job_number":"JOB_153090","tr_customer_id":153107,"tr_customer_product_id":153097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Raina Blick","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"118504064178089","imei1":"118504064178089","imei2":"118504064178089","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153091,"job_number":"JOB_153091","tr_customer_id":153108,"tr_customer_product_id":153098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Michael Hudson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128738008478937","imei1":"128738008478937","imei2":"128738008478937","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153092,"job_number":"JOB_153092","tr_customer_id":153109,"tr_customer_product_id":153099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Karlie Towne","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162034816487930","imei1":"162034816487930","imei2":"162034816487930","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153112,"job_number":"JOB_153112","tr_customer_id":153129,"tr_customer_product_id":153119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:09.000Z","modified_at":"2026-01-13T03:51:09.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108845179568721","imei1":"108845179568721","imei2":"108845179568721","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153115,"job_number":"JOB_153115","tr_customer_id":153132,"tr_customer_product_id":153122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"Laverne Thiel","mobile_number":"394-928-2392","email_id":"Emelia_Osinski@yahoo.com","dop":"2025-06-09","serial_number":"107449911204701","imei1":"107449911204701","imei2":"107449911204701","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153126,"job_number":"JOB_153126","tr_customer_id":153143,"tr_customer_product_id":153133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:23.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100493670574337","imei1":"100493670574337","imei2":"100493670574337","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153129,"job_number":"JOB_153129","tr_customer_id":153146,"tr_customer_product_id":153136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Gino Hoppe","mobile_number":"218-849-7578","email_id":"Justine.Hyatt66@yahoo.com","dop":"2025-06-09","serial_number":"105833888639457","imei1":"105833888639457","imei2":"105833888639457","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153145,"job_number":"JOB_153145","tr_customer_id":153162,"tr_customer_product_id":153152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107134574172981","imei1":"107134574172981","imei2":"107134574172981","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153147,"job_number":"JOB_153147","tr_customer_id":153164,"tr_customer_product_id":153154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Howard Jerde","mobile_number":"225-762-0200","email_id":"Fermin.Emmerich@gmail.com","dop":"2025-06-09","serial_number":"103702688840930","imei1":"103702688840930","imei2":"103702688840930","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153315,"job_number":"JOB_153315","tr_customer_id":153332,"tr_customer_product_id":153322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:03.000Z","modified_at":"2026-01-13T06:19:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109231383262124","imei1":"109231383262124","imei2":"109231383262124","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153317,"job_number":"JOB_153317","tr_customer_id":153334,"tr_customer_product_id":153324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:04.000Z","modified_at":"2026-01-13T06:19:04.000Z","name":"Fermin Greenfelder","mobile_number":"955-317-6851","email_id":"Stewart_McDermott@gmail.com","dop":"2025-06-09","serial_number":"103613644269013","imei1":"103613644269013","imei2":"103613644269013","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153318,"job_number":"JOB_153318","tr_customer_id":153335,"tr_customer_product_id":153325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:21.000Z","modified_at":"2026-01-13T06:19:21.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108378338967206","imei1":"108378338967206","imei2":"108378338967206","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153320,"job_number":"JOB_153320","tr_customer_id":153337,"tr_customer_product_id":153327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:22.000Z","modified_at":"2026-01-13T06:19:22.000Z","name":"Aiyana Terry","mobile_number":"244-508-8666","email_id":"Larue48@yahoo.com","dop":"2025-06-09","serial_number":"100018750637698","imei1":"100018750637698","imei2":"100018750637698","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153321,"job_number":"JOB_153321","tr_customer_id":153338,"tr_customer_product_id":153328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101759281341148","imei1":"101759281341148","imei2":"101759281341148","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153323,"job_number":"JOB_153323","tr_customer_id":153340,"tr_customer_product_id":153330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Bella Harber","mobile_number":"687-229-6322","email_id":"Corbin_Spencer@gmail.com","dop":"2025-06-09","serial_number":"100340725009684","imei1":"100340725009684","imei2":"100340725009684","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153386,"job_number":"JOB_153386","tr_customer_id":153403,"tr_customer_product_id":153393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:47.000Z","modified_at":"2026-01-13T06:34:47.000Z","name":"Rocky Kihn","mobile_number":"647-238-4940","email_id":"Christine_OHara58@gmail.com","dop":"2025-12-14","serial_number":"143009261320082","imei1":"143009261320082","imei2":"143009261320082","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153435,"job_number":"JOB_153435","tr_customer_id":153452,"tr_customer_product_id":153442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:44:29.000Z","modified_at":"2026-01-13T06:44:29.000Z","name":"Gennaro Goldner","mobile_number":"672-408-8464","email_id":"Ardith21@yahoo.com","dop":"2025-12-14","serial_number":"167754165732138","imei1":"167754165732138","imei2":"167754165732138","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153436,"job_number":"JOB_153436","tr_customer_id":153453,"tr_customer_product_id":153443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:19.000Z","modified_at":"2026-01-13T06:45:19.000Z","name":"Delfina Romaguera","mobile_number":"669-856-6230","email_id":"Rodrick12@hotmail.com","dop":"2025-12-14","serial_number":"144203005884587","imei1":"144203005884587","imei2":"144203005884587","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153437,"job_number":"JOB_153437","tr_customer_id":153454,"tr_customer_product_id":153444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:55.000Z","modified_at":"2026-01-13T06:45:55.000Z","name":"Jeff Flatley","mobile_number":"980-824-0583","email_id":"Nico51@hotmail.com","dop":"2025-12-14","serial_number":"110431504331280","imei1":"110431504331280","imei2":"110431504331280","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153438,"job_number":"JOB_153438","tr_customer_id":153455,"tr_customer_product_id":153445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:46:45.000Z","modified_at":"2026-01-13T06:46:45.000Z","name":"Paris Kuhlman","mobile_number":"668-305-9525","email_id":"Vern54@yahoo.com","dop":"2025-12-14","serial_number":"154647379634597","imei1":"154647379634597","imei2":"154647379634597","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153465,"job_number":"JOB_153465","tr_customer_id":153482,"tr_customer_product_id":153472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:25:21.000Z","modified_at":"2026-01-13T07:25:21.000Z","name":"Jacinto Carter","mobile_number":"775-532-2131","email_id":"Orion.Nitzsche28@hotmail.com","dop":"2025-11-04","serial_number":"78200947399811","imei1":"78200947399811","imei2":"78200947399811","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:25:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153041,"job_number":"JOB_153041","tr_customer_id":153058,"tr_customer_product_id":153048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:01.000Z","modified_at":"2026-01-13T03:50:01.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10771045020908","imei1":"10771045020908","imei2":"10771045020908","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153043,"job_number":"JOB_153043","tr_customer_id":153060,"tr_customer_product_id":153050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:03.000Z","modified_at":"2026-01-13T03:50:03.000Z","name":"Issac Halvorson","mobile_number":"623-899-5283","email_id":"Luciano.Sauer@hotmail.com","dop":"2000-01-31","serial_number":"1039681522645958","imei1":"1039681522645958","imei2":"1039681522645958","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153094,"job_number":"JOB_153094","tr_customer_id":153111,"tr_customer_product_id":153101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:45.000Z","modified_at":"2026-01-13T03:50:45.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10015942569125","imei1":"10015942569125","imei2":"10015942569125","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153096,"job_number":"JOB_153096","tr_customer_id":153113,"tr_customer_product_id":153103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:46.000Z","modified_at":"2026-01-13T03:50:46.000Z","name":"Jarvis Kemmer","mobile_number":"972-753-9216","email_id":"Hilda.Keeling@yahoo.com","dop":"2000-01-31","serial_number":"1020112878943666","imei1":"1020112878943666","imei2":"1020112878943666","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153133,"job_number":"JOB_153133","tr_customer_id":153150,"tr_customer_product_id":153140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10288763450665","imei1":"10288763450665","imei2":"10288763450665","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153137,"job_number":"JOB_153137","tr_customer_id":153154,"tr_customer_product_id":153144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Jabari Stehr","mobile_number":"287-975-7792","email_id":"Gus_Bins67@gmail.com","dop":"2000-01-31","serial_number":"1098414206692260","imei1":"1098414206692260","imei2":"1098414206692260","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153165,"job_number":"JOB_153165","tr_customer_id":153182,"tr_customer_product_id":153172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10841115840820","imei1":"10841115840820","imei2":"10841115840820","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153168,"job_number":"JOB_153168","tr_customer_id":153185,"tr_customer_product_id":153175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:12.000Z","modified_at":"2026-01-13T03:52:12.000Z","name":"Jermaine Zulauf","mobile_number":"918-227-4575","email_id":"Lincoln.Gottlieb@yahoo.com","dop":"2000-01-31","serial_number":"1027394656263062","imei1":"1027394656263062","imei2":"1027394656263062","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153375,"job_number":"JOB_153375","tr_customer_id":153392,"tr_customer_product_id":153382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:24.000Z","modified_at":"2026-01-13T06:34:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10959448393593","imei1":"10959448393593","imei2":"10959448393593","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153377,"job_number":"JOB_153377","tr_customer_id":153394,"tr_customer_product_id":153384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:26.000Z","modified_at":"2026-01-13T06:34:26.000Z","name":"Tyree Ritchie","mobile_number":"491-439-3683","email_id":"Kim_Pouros@hotmail.com","dop":"2000-01-31","serial_number":"1061851432109229","imei1":"1061851432109229","imei2":"1061851432109229","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153387,"job_number":"JOB_153387","tr_customer_id":153404,"tr_customer_product_id":153394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:05.000Z","modified_at":"2026-01-13T06:35:05.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10678535364811","imei1":"10678535364811","imei2":"10678535364811","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153389,"job_number":"JOB_153389","tr_customer_id":153406,"tr_customer_product_id":153396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:07.000Z","modified_at":"2026-01-13T06:35:07.000Z","name":"Modesta Spinka","mobile_number":"615-484-8860","email_id":"Titus.Pacocha@yahoo.com","dop":"2000-01-31","serial_number":"1007142660208962","imei1":"1007142660208962","imei2":"1007142660208962","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153404,"job_number":"JOB_153404","tr_customer_id":153421,"tr_customer_product_id":153411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:45.000Z","modified_at":"2026-01-13T06:35:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10727612053937","imei1":"10727612053937","imei2":"10727612053937","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153406,"job_number":"JOB_153406","tr_customer_id":153423,"tr_customer_product_id":153413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:47.000Z","modified_at":"2026-01-13T06:35:47.000Z","name":"Tristin Ryan","mobile_number":"731-841-8579","email_id":"Malvina_Botsford@gmail.com","dop":"2000-01-31","serial_number":"1040407565557196","imei1":"1040407565557196","imei2":"1040407565557196","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153415,"job_number":"JOB_153415","tr_customer_id":153432,"tr_customer_product_id":153422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:25.000Z","modified_at":"2026-01-13T06:36:25.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10674195446428","imei1":"10674195446428","imei2":"10674195446428","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153418,"job_number":"JOB_153418","tr_customer_id":153435,"tr_customer_product_id":153425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:27.000Z","modified_at":"2026-01-13T06:36:27.000Z","name":"Rebecca Beatty","mobile_number":"599-283-0498","email_id":"Rachel_Corwin@gmail.com","dop":"2000-01-31","serial_number":"1098154260216714","imei1":"1098154260216714","imei2":"1098154260216714","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMjV9.cGtU0LwYcS9iJ1Lq_2flBxj7lIukIsIztHuqzQbvH1c |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 9c859903-3d03-4271-88ad-153e611a0aa2 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 866 |
| ETag | W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:28 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"job_id":99821,"engineer_id":17}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMjV9.cGtU0LwYcS9iJ1Lq_2flBxj7lIukIsIztHuqzQbvH1c |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ce103449-7c81-48f2-9a08-a4435d43238b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 49 |
{
"job_id": 153465,
"engineer_id": 2
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 54 |
| ETag | W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:28 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Engineer assigned successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMjV9.cGtU0LwYcS9iJ1Lq_2flBxj7lIukIsIztHuqzQbvH1c |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 7aee3e27-abbd-4a35-aec9-a995c405ec67 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"54a31-tjVdq8wBMCp87vDtGngm8jlkltY" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:25:28 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":152945,"job_number":"JOB_152945","tr_customer_id":152962,"tr_customer_product_id":152952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:04.000Z","modified_at":"2026-01-12T21:41:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16444528275127","imei1":"16444528275127","imei2":"16444528275127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152947,"job_number":"JOB_152947","tr_customer_id":152964,"tr_customer_product_id":152954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:06.000Z","modified_at":"2026-01-12T21:41:06.000Z","name":"Sibyl O'Connell","mobile_number":"864-508-7178","email_id":"Lera6@hotmail.com","dop":"2025-04-06","serial_number":"12161968684743364","imei1":"12161968684743364","imei2":"12161968684743364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152948,"job_number":"JOB_152948","tr_customer_id":152965,"tr_customer_product_id":152955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:45.000Z","modified_at":"2026-01-12T21:41:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19073498794923","imei1":"19073498794923","imei2":"19073498794923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152950,"job_number":"JOB_152950","tr_customer_id":152967,"tr_customer_product_id":152957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:41:47.000Z","modified_at":"2026-01-12T21:41:47.000Z","name":"Aurore Hilll","mobile_number":"316-283-2109","email_id":"Johnathan_Howell@gmail.com","dop":"2025-04-06","serial_number":"19191826310946700","imei1":"19191826310946700","imei2":"19191826310946700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:41:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152951,"job_number":"JOB_152951","tr_customer_id":152968,"tr_customer_product_id":152958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:42:26.000Z","modified_at":"2026-01-12T21:42:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13119127811699","imei1":"13119127811699","imei2":"13119127811699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:42:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152953,"job_number":"JOB_152953","tr_customer_id":152970,"tr_customer_product_id":152960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T21:42:28.000Z","modified_at":"2026-01-12T21:42:28.000Z","name":"Janessa Greenfelder","mobile_number":"677-558-2956","email_id":"Idella85@yahoo.com","dop":"2025-04-06","serial_number":"14365178523919976","imei1":"14365178523919976","imei2":"14365178523919976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T21:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152954,"job_number":"JOB_152954","tr_customer_id":152971,"tr_customer_product_id":152961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:34:30.000Z","modified_at":"2026-01-12T23:34:30.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-02","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-02T23:34:29.692521461Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:34:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152955,"job_number":"JOB_152955","tr_customer_id":152972,"tr_customer_product_id":152962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:34:30.000Z","modified_at":"2026-01-12T23:34:30.000Z","name":"Lakshmidhar Ahuja","mobile_number":"7060765524","email_id":"darshwana.kaur@yahoo.co.in","dop":"2026-01-02","serial_number":"555718812455204","imei1":"555718812455204","imei2":"555718812455204","popurl":"www.deevakar-bharadwaj.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:34:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152956,"job_number":"JOB_152956","tr_customer_id":152973,"tr_customer_product_id":152963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-12T23:36:56.000Z","modified_at":"2026-01-12T23:36:56.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-02","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-02T23:36:55.697260513Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-12T23:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152957,"job_number":"JOB_152957","tr_customer_id":152974,"tr_customer_product_id":152964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:13:56.000Z","modified_at":"2026-01-13T00:13:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"01124567894665","imei1":"01124567894665","imei2":"01124567894665","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:13:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152961,"job_number":"JOB_152961","tr_customer_id":152978,"tr_customer_product_id":152968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:59:07.000Z","modified_at":"2026-01-13T00:59:07.000Z","name":"Duncan Hamill","mobile_number":"825-616-1411","email_id":"Lizzie_Kohler@yahoo.com","dop":"2025-10-12","serial_number":"1005687804592704","imei1":"1005687804592704","imei2":"1005687804592704","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152963,"job_number":"JOB_152963","tr_customer_id":152980,"tr_customer_product_id":152970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:22:03.000Z","modified_at":"2026-01-13T01:22:03.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2026-01-03","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2026-01-03T01:22:03.107431112Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152978,"job_number":"JOB_152978","tr_customer_id":152995,"tr_customer_product_id":152985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:14.000Z","modified_at":"2026-01-13T03:08:14.000Z","name":"Geraldine Lubowitz","mobile_number":"467-229-6632","email_id":"Hazel30@gmail.com","dop":"2025-04-06","serial_number":"12233429785513206","imei1":"12233429785513206","imei2":"12233429785513206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152980,"job_number":"JOB_152980","tr_customer_id":152997,"tr_customer_product_id":152987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:47.000Z","modified_at":"2026-01-13T03:08:47.000Z","name":"Augusta Hilpert","mobile_number":"999-471-9071","email_id":"Jude88@gmail.com","dop":"2025-04-06","serial_number":"15043299492058636","imei1":"15043299492058636","imei2":"15043299492058636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:08:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152982,"job_number":"JOB_152982","tr_customer_id":152999,"tr_customer_product_id":152989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:09:21.000Z","modified_at":"2026-01-13T03:09:21.000Z","name":"Hassan Yost","mobile_number":"264-378-4605","email_id":"Eulalia_Stark@hotmail.com","dop":"2025-04-06","serial_number":"17154142032826798","imei1":"17154142032826798","imei2":"17154142032826798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:09:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152986,"job_number":"JOB_152986","tr_customer_id":153003,"tr_customer_product_id":152993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:31.000Z","modified_at":"2026-01-13T03:48:31.000Z","name":"Jeffery Konopelski","mobile_number":"984-952-2139","email_id":"Delia50@gmail.com","dop":"2025-04-06","serial_number":"10013235749073844","imei1":"10013235749073844","imei2":"10013235749073844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152988,"job_number":"JOB_152988","tr_customer_id":153005,"tr_customer_product_id":152995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:38.000Z","modified_at":"2026-01-13T03:48:38.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"11880112270859","imei1":"11880112270859","imei2":"11880112270859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152990,"job_number":"JOB_152990","tr_customer_id":153007,"tr_customer_product_id":152997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:40.000Z","modified_at":"2026-01-13T03:48:40.000Z","name":"Kyleigh Johnston","mobile_number":"392-597-6881","email_id":"Dorothea.Bogisich85@hotmail.com","dop":"2025-04-06","serial_number":"12920132890083952","imei1":"12920132890083952","imei2":"12920132890083952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:48:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152991,"job_number":"JOB_152991","tr_customer_id":153008,"tr_customer_product_id":152998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:08.000Z","modified_at":"2026-01-13T03:49:08.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10450777953251","imei1":"10450777953251","imei2":"10450777953251","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152993,"job_number":"JOB_152993","tr_customer_id":153010,"tr_customer_product_id":153000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:09.000Z","modified_at":"2026-01-13T03:49:09.000Z","name":"Karine Lebsack","mobile_number":"977-381-7576","email_id":"Luther51@hotmail.com","dop":"2025-06-18","serial_number":"1042195630777838","imei1":"1042195630777838","imei2":"1042195630777838","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152996,"job_number":"JOB_152996","tr_customer_id":153013,"tr_customer_product_id":153003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:14.000Z","modified_at":"2026-01-13T03:49:14.000Z","name":"Alison Hamill","mobile_number":"745-240-9299","email_id":"Jarrett.Graham65@yahoo.com","dop":"2025-04-06","serial_number":"15194139488119204","imei1":"15194139488119204","imei2":"15194139488119204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152998,"job_number":"JOB_152998","tr_customer_id":153015,"tr_customer_product_id":153005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:15.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Morgan Zemlak","mobile_number":"773-714-6804","email_id":"Lexi.Reilly93@yahoo.com","dop":"2025-04-06","serial_number":"18176075426418570","imei1":"18176075426418570","imei2":"18176075426418570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152999,"job_number":"JOB_152999","tr_customer_id":153016,"tr_customer_product_id":153006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:16.000Z","modified_at":"2026-01-13T03:49:16.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19071431659130","imei1":"19071431659130","imei2":"19071431659130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153001,"job_number":"JOB_153001","tr_customer_id":153018,"tr_customer_product_id":153008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:17.000Z","modified_at":"2026-01-13T03:49:17.000Z","name":"Ethyl Murphy","mobile_number":"526-816-1746","email_id":"Faye52@gmail.com","dop":"2025-04-06","serial_number":"14574128161791344","imei1":"14574128161791344","imei2":"14574128161791344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153002,"job_number":"JOB_153002","tr_customer_id":153019,"tr_customer_product_id":153009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:18.000Z","modified_at":"2026-01-13T03:49:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19225349064885","imei1":"19225349064885","imei2":"19225349064885","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153004,"job_number":"JOB_153004","tr_customer_id":153021,"tr_customer_product_id":153011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:19.000Z","modified_at":"2026-01-13T03:49:19.000Z","name":"Nettie Witting","mobile_number":"815-907-1531","email_id":"Virginie74@hotmail.com","dop":"2025-04-06","serial_number":"10601861065443798","imei1":"10601861065443798","imei2":"10601861065443798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153005,"job_number":"JOB_153005","tr_customer_id":153022,"tr_customer_product_id":153012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:21.000Z","modified_at":"2026-01-13T03:49:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11549932616810","imei1":"11549932616810","imei2":"11549932616810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153007,"job_number":"JOB_153007","tr_customer_id":153024,"tr_customer_product_id":153014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:22.000Z","modified_at":"2026-01-13T03:49:22.000Z","name":"Wendy Ziemann","mobile_number":"956-538-3965","email_id":"Lonny.White@gmail.com","dop":"2025-04-06","serial_number":"14865650404964128","imei1":"14865650404964128","imei2":"14865650404964128","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153009,"job_number":"JOB_153009","tr_customer_id":153026,"tr_customer_product_id":153016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:27.000Z","modified_at":"2026-01-13T03:49:27.000Z","name":"Gonzalo Daniel","mobile_number":"726-437-9061","email_id":"Kaylee6@gmail.com","dop":"2025-04-06","serial_number":"11273833509541268","imei1":"11273833509541268","imei2":"11273833509541268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153012,"job_number":"JOB_153012","tr_customer_id":153029,"tr_customer_product_id":153019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:34.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"Andreanne Cassin","mobile_number":"739-516-5141","email_id":"Jarvis_Keebler@gmail.com","dop":"2025-04-06","serial_number":"13213391237709272","imei1":"13213391237709272","imei2":"13213391237709272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153013,"job_number":"JOB_153013","tr_customer_id":153030,"tr_customer_product_id":153020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:35.000Z","modified_at":"2026-01-13T03:49:35.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15564773480890","imei1":"15564773480890","imei2":"15564773480890","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153014,"job_number":"JOB_153014","tr_customer_id":153031,"tr_customer_product_id":153021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:36.000Z","modified_at":"2026-01-13T03:49:36.000Z","name":"Genevieve Christiansen","mobile_number":"609-220-8540","email_id":"Kavon18@gmail.com","dop":"2025-09-16","serial_number":"18835594473873","imei1":"18835594473873","imei2":"18835594473873","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153015,"job_number":"JOB_153015","tr_customer_id":153032,"tr_customer_product_id":153022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:38.000Z","modified_at":"2026-01-13T03:49:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19813392024704","imei1":"19813392024704","imei2":"19813392024704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153017,"job_number":"JOB_153017","tr_customer_id":153034,"tr_customer_product_id":153024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Kitty Lueilwitz","mobile_number":"646-749-9591","email_id":"Rosamond35@gmail.com","dop":"2025-09-09","serial_number":"11462213309292","imei1":"11462213309292","imei2":"11462213309292","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153018,"job_number":"JOB_153018","tr_customer_id":153035,"tr_customer_product_id":153025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:39.000Z","name":"Evie Treutel","mobile_number":"906-222-6390","email_id":"Barrett13@gmail.com","dop":"2025-09-09","serial_number":"14848928990324","imei1":"14848928990324","imei2":"14848928990324","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153020,"job_number":"JOB_153020","tr_customer_id":153037,"tr_customer_product_id":153027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:40.000Z","modified_at":"2026-01-13T03:49:40.000Z","name":"Violet Ebert","mobile_number":"593-518-3750","email_id":"Otilia_Moore@yahoo.com","dop":"2025-04-06","serial_number":"17674437261519444","imei1":"17674437261519444","imei2":"17674437261519444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153021,"job_number":"JOB_153021","tr_customer_id":153038,"tr_customer_product_id":153028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:47.000Z","modified_at":"2026-01-13T03:49:47.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10778763278278","imei1":"10778763278278","imei2":"10778763278278","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153023,"job_number":"JOB_153023","tr_customer_id":153040,"tr_customer_product_id":153030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:48.000Z","modified_at":"2026-01-13T03:49:48.000Z","name":"Sadie Armstrong","mobile_number":"908-507-8196","email_id":"Rebeca.Lynch47@yahoo.com","dop":"2025-06-18","serial_number":"1053385808139450","imei1":"1053385808139450","imei2":"1053385808139450","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153025,"job_number":"JOB_153025","tr_customer_id":153042,"tr_customer_product_id":153032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:52.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Skyla Keeling","mobile_number":"875-901-9572","email_id":"Adah.Abernathy10@yahoo.com","dop":"2025-09-09","serial_number":"15288842733007","imei1":"15288842733007","imei2":"15288842733007","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153026,"job_number":"JOB_153026","tr_customer_id":153043,"tr_customer_product_id":153033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16528922137835","imei1":"16528922137835","imei2":"16528922137835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153027,"job_number":"JOB_153027","tr_customer_id":153044,"tr_customer_product_id":153034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Genesis Hudson","mobile_number":"545-745-3246","email_id":"Delpha75@gmail.com","dop":"2025-09-09","serial_number":"19428872260199","imei1":"19428872260199","imei2":"19428872260199","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153029,"job_number":"JOB_153029","tr_customer_id":153046,"tr_customer_product_id":153036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:49:53.000Z","name":"Brock Gorczany","mobile_number":"250-398-4087","email_id":"Kory.Jacobs46@yahoo.com","dop":"2025-09-09","serial_number":"15093671361032","imei1":"15093671361032","imei2":"15093671361032","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153031,"job_number":"JOB_153031","tr_customer_id":153048,"tr_customer_product_id":153038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Jarvis Rath","mobile_number":"996-571-4584","email_id":"Elisha7@gmail.com","dop":"2025-09-09","serial_number":"10254687094207","imei1":"10254687094207","imei2":"10254687094207","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153032,"job_number":"JOB_153032","tr_customer_id":153049,"tr_customer_product_id":153039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Ona Rodriguez","mobile_number":"842-374-7408","email_id":"Rhianna_Hauck41@hotmail.com","dop":"2025-04-06","serial_number":"18081435645439704","imei1":"18081435645439704","imei2":"18081435645439704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153033,"job_number":"JOB_153033","tr_customer_id":153050,"tr_customer_product_id":153040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:49:54.000Z","name":"Rosalyn Hilpert","mobile_number":"896-465-3399","email_id":"Moses.Grady@yahoo.com","dop":"2025-09-09","serial_number":"17091861974159","imei1":"17091861974159","imei2":"17091861974159","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153036,"job_number":"JOB_153036","tr_customer_id":153053,"tr_customer_product_id":153043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:55.000Z","modified_at":"2026-01-13T03:49:55.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"18060098958557","imei1":"18060098958557","imei2":"18060098958557","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153037,"job_number":"JOB_153037","tr_customer_id":153054,"tr_customer_product_id":153044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:56.000Z","modified_at":"2026-01-13T03:49:56.000Z","name":"Noemy Ullrich","mobile_number":"831-724-5885","email_id":"Sarah.Koch@gmail.com","dop":"2025-09-16","serial_number":"19292304559775","imei1":"19292304559775","imei2":"19292304559775","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153038,"job_number":"JOB_153038","tr_customer_id":153055,"tr_customer_product_id":153045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:57.000Z","modified_at":"2026-01-13T03:49:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16171685555591","imei1":"16171685555591","imei2":"16171685555591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153040,"job_number":"JOB_153040","tr_customer_id":153057,"tr_customer_product_id":153047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:59.000Z","modified_at":"2026-01-13T03:49:59.000Z","name":"Watson Rempel","mobile_number":"556-493-8063","email_id":"Gage_Pollich19@yahoo.com","dop":"2025-04-06","serial_number":"16134003839228460","imei1":"16134003839228460","imei2":"16134003839228460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153044,"job_number":"JOB_153044","tr_customer_id":153061,"tr_customer_product_id":153051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:04.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10083490726550","imei1":"10083490726550","imei2":"10083490726550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153046,"job_number":"JOB_153046","tr_customer_id":153063,"tr_customer_product_id":153053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:05.000Z","modified_at":"2026-01-13T03:50:05.000Z","name":"Bethel McLaughlin","mobile_number":"598-945-2245","email_id":"Shakira.Schuster75@yahoo.com","dop":"2025-04-06","serial_number":"14937021882346436","imei1":"14937021882346436","imei2":"14937021882346436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153048,"job_number":"JOB_153048","tr_customer_id":153065,"tr_customer_product_id":153055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:08.000Z","modified_at":"2026-01-13T03:50:08.000Z","name":"April Treutel","mobile_number":"420-895-4874","email_id":"Tiara_Simonis@yahoo.com","dop":"2025-09-09","serial_number":"16286577028714","imei1":"16286577028714","imei2":"16286577028714","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153049,"job_number":"JOB_153049","tr_customer_id":153066,"tr_customer_product_id":153056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Albertha Johns","mobile_number":"411-980-4646","email_id":"Margot_Bruen20@gmail.com","dop":"2025-09-09","serial_number":"15781439813235","imei1":"15781439813235","imei2":"15781439813235","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153050,"job_number":"JOB_153050","tr_customer_id":153067,"tr_customer_product_id":153057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nelda Hills","mobile_number":"204-244-7851","email_id":"Alta.Baumbach59@hotmail.com","dop":"2025-09-09","serial_number":"12705447284041","imei1":"12705447284041","imei2":"12705447284041","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153051,"job_number":"JOB_153051","tr_customer_id":153068,"tr_customer_product_id":153058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Isabell Botsford","mobile_number":"756-667-9480","email_id":"Michele68@gmail.com","dop":"2025-09-09","serial_number":"19469016127033","imei1":"19469016127033","imei2":"19469016127033","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153052,"job_number":"JOB_153052","tr_customer_id":153069,"tr_customer_product_id":153059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:09.000Z","name":"Nathanial Jast","mobile_number":"924-711-3457","email_id":"Gunnar.Walsh@yahoo.com","dop":"2025-09-09","serial_number":"10391829021392","imei1":"10391829021392","imei2":"10391829021392","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153056,"job_number":"JOB_153056","tr_customer_id":153073,"tr_customer_product_id":153063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:11.000Z","modified_at":"2026-01-13T03:50:11.000Z","name":"Keeley Bode","mobile_number":"394-649-9827","email_id":"Evans.Paucek82@yahoo.com","dop":"2025-05-30","serial_number":"17230963683630","imei1":"17230963683630","imei2":"17230963683630","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153057,"job_number":"JOB_153057","tr_customer_id":153074,"tr_customer_product_id":153064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:12.000Z","modified_at":"2026-01-13T03:50:12.000Z","name":"Karlie Dickinson","mobile_number":"714-317-8229","email_id":"Hanna.Cruickshank92@gmail.com","dop":"2025-05-30","serial_number":"1031496690652217","imei1":"1031496690652217","imei2":"1031496690652217","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153058,"job_number":"JOB_153058","tr_customer_id":153075,"tr_customer_product_id":153065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:15.000Z","modified_at":"2026-01-13T03:50:15.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18771789001924","imei1":"18771789001924","imei2":"18771789001924","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153059,"job_number":"JOB_153059","tr_customer_id":153076,"tr_customer_product_id":153066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:16.000Z","modified_at":"2026-01-13T03:50:16.000Z","name":"Gina Schulist","mobile_number":"928-944-7730","email_id":"Gerald_Hills31@yahoo.com","dop":"2025-09-16","serial_number":"11005054118814","imei1":"11005054118814","imei2":"11005054118814","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153060,"job_number":"JOB_153060","tr_customer_id":153077,"tr_customer_product_id":153067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:18.000Z","modified_at":"2026-01-13T03:50:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13822944721277","imei1":"13822944721277","imei2":"13822944721277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153062,"job_number":"JOB_153062","tr_customer_id":153079,"tr_customer_product_id":153069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:20.000Z","modified_at":"2026-01-13T03:50:20.000Z","name":"Cynthia Graham","mobile_number":"603-611-6067","email_id":"Judson.Kuhlman34@yahoo.com","dop":"2025-04-06","serial_number":"14760525474247120","imei1":"14760525474247120","imei2":"14760525474247120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153063,"job_number":"JOB_153063","tr_customer_id":153080,"tr_customer_product_id":153070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13096219447386","imei1":"13096219447386","imei2":"13096219447386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153064,"job_number":"JOB_153064","tr_customer_id":153081,"tr_customer_product_id":153071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Avis Durgan","mobile_number":"912-805-0170","email_id":"Selina.Herzog33@hotmail.com","dop":"2025-09-09","serial_number":"16356015097685","imei1":"16356015097685","imei2":"16356015097685","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153066,"job_number":"JOB_153066","tr_customer_id":153083,"tr_customer_product_id":153073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Cullen Predovic","mobile_number":"282-933-3045","email_id":"America.Wisozk51@hotmail.com","dop":"2025-09-09","serial_number":"19108774208927","imei1":"19108774208927","imei2":"19108774208927","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153067,"job_number":"JOB_153067","tr_customer_id":153084,"tr_customer_product_id":153074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:25.000Z","modified_at":"2026-01-13T03:50:25.000Z","name":"Milan Miller","mobile_number":"790-657-9980","email_id":"Kris16@yahoo.com","dop":"2025-09-09","serial_number":"11200593074184","imei1":"11200593074184","imei2":"11200593074184","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153069,"job_number":"JOB_153069","tr_customer_id":153086,"tr_customer_product_id":153076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:26.000Z","modified_at":"2026-01-13T03:50:26.000Z","name":"Jailyn Murray","mobile_number":"833-564-9185","email_id":"Lauren.Kuphal85@gmail.com","dop":"2025-04-06","serial_number":"12812647535142484","imei1":"12812647535142484","imei2":"12812647535142484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153074,"job_number":"JOB_153074","tr_customer_id":153091,"tr_customer_product_id":153081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:32.000Z","modified_at":"2026-01-13T03:50:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13844552556611","imei1":"13844552556611","imei2":"13844552556611","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153076,"job_number":"JOB_153076","tr_customer_id":153093,"tr_customer_product_id":153083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:34.000Z","modified_at":"2026-01-13T03:50:34.000Z","name":"Kaitlin Windler","mobile_number":"201-669-5785","email_id":"Sienna_Corkery85@gmail.com","dop":"2025-04-06","serial_number":"10440709278762594","imei1":"10440709278762594","imei2":"10440709278762594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153077,"job_number":"JOB_153077","tr_customer_id":153094,"tr_customer_product_id":153084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:36.000Z","modified_at":"2026-01-13T03:50:36.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14210164826325","imei1":"14210164826325","imei2":"14210164826325","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153080,"job_number":"JOB_153080","tr_customer_id":153097,"tr_customer_product_id":153087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19224335783664","imei1":"19224335783664","imei2":"19224335783664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153082,"job_number":"JOB_153082","tr_customer_id":153099,"tr_customer_product_id":153089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18445398425976","imei1":"18445398425976","imei2":"18445398425976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153084,"job_number":"JOB_153084","tr_customer_id":153101,"tr_customer_product_id":153091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Amir Spencer","mobile_number":"738-414-9550","email_id":"Mario_Bogan67@yahoo.com","dop":"2025-04-06","serial_number":"11935463815113542","imei1":"11935463815113542","imei2":"11935463815113542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153085,"job_number":"JOB_153085","tr_customer_id":153102,"tr_customer_product_id":153092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Faustino Langworth","mobile_number":"250-265-0398","email_id":"Korbin_Ankunding39@yahoo.com","dop":"2025-04-06","serial_number":"16078364766113880","imei1":"16078364766113880","imei2":"16078364766113880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153086,"job_number":"JOB_153086","tr_customer_id":153103,"tr_customer_product_id":153093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"Jeanette Grady","mobile_number":"316-608-4183","email_id":"Jadyn_OHara16@gmail.com","dop":"2025-04-06","serial_number":"19153294343452520","imei1":"19153294343452520","imei2":"19153294343452520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153087,"job_number":"JOB_153087","tr_customer_id":153104,"tr_customer_product_id":153094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:50:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13173564929167","imei1":"13173564929167","imei2":"13173564929167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153093,"job_number":"JOB_153093","tr_customer_id":153110,"tr_customer_product_id":153100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Darrick Brown","mobile_number":"276-943-9247","email_id":"Opal2@hotmail.com","dop":"2025-04-06","serial_number":"16541453210419996","imei1":"16541453210419996","imei2":"16541453210419996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153097,"job_number":"JOB_153097","tr_customer_id":153114,"tr_customer_product_id":153104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18999790093893","imei1":"18999790093893","imei2":"18999790093893","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153098,"job_number":"JOB_153098","tr_customer_id":153115,"tr_customer_product_id":153105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10419869269352","imei1":"10419869269352","imei2":"10419869269352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153099,"job_number":"JOB_153099","tr_customer_id":153116,"tr_customer_product_id":153106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:50:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18067897014023","imei1":"18067897014023","imei2":"18067897014023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153103,"job_number":"JOB_153103","tr_customer_id":153120,"tr_customer_product_id":153110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Kaleigh Flatley","mobile_number":"570-357-2377","email_id":"Brayan.Spencer@yahoo.com","dop":"2025-04-06","serial_number":"18438963295359948","imei1":"18438963295359948","imei2":"18438963295359948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153104,"job_number":"JOB_153104","tr_customer_id":153121,"tr_customer_product_id":153111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Enid Kris","mobile_number":"437-791-7523","email_id":"Fermin.Muller95@hotmail.com","dop":"2025-04-06","serial_number":"13143860045647592","imei1":"13143860045647592","imei2":"13143860045647592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153105,"job_number":"JOB_153105","tr_customer_id":153122,"tr_customer_product_id":153112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:49.000Z","modified_at":"2026-01-13T03:50:49.000Z","name":"Jayne Schuppe","mobile_number":"745-966-7108","email_id":"Susana.Predovic10@hotmail.com","dop":"2025-04-06","serial_number":"14304569801109850","imei1":"14304569801109850","imei2":"14304569801109850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153106,"job_number":"JOB_153106","tr_customer_id":153123,"tr_customer_product_id":153113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:57.000Z","modified_at":"2026-01-13T03:50:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13701174672689","imei1":"13701174672689","imei2":"13701174672689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153108,"job_number":"JOB_153108","tr_customer_id":153125,"tr_customer_product_id":153115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"Etha Gorczany","mobile_number":"549-498-0752","email_id":"Karl64@yahoo.com","dop":"2025-04-06","serial_number":"11905239359408752","imei1":"11905239359408752","imei2":"11905239359408752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153109,"job_number":"JOB_153109","tr_customer_id":153126,"tr_customer_product_id":153116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:58.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16851118059558","imei1":"16851118059558","imei2":"16851118059558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153111,"job_number":"JOB_153111","tr_customer_id":153128,"tr_customer_product_id":153118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:00.000Z","modified_at":"2026-01-13T03:51:00.000Z","name":"Jacklyn Hoppe","mobile_number":"782-304-3329","email_id":"Beth.Stracke90@hotmail.com","dop":"2025-04-06","serial_number":"11949546922932804","imei1":"11949546922932804","imei2":"11949546922932804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153114,"job_number":"JOB_153114","tr_customer_id":153131,"tr_customer_product_id":153121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16475215694770","imei1":"16475215694770","imei2":"16475215694770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153117,"job_number":"JOB_153117","tr_customer_id":153134,"tr_customer_product_id":153124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:11.000Z","modified_at":"2026-01-13T03:51:11.000Z","name":"Lacy Block","mobile_number":"786-394-6562","email_id":"Jennifer.Reilly@gmail.com","dop":"2025-04-06","serial_number":"17579672354579640","imei1":"17579672354579640","imei2":"17579672354579640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153118,"job_number":"JOB_153118","tr_customer_id":153135,"tr_customer_product_id":153125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:17.000Z","modified_at":"2026-01-13T03:51:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18976150243856","imei1":"18976150243856","imei2":"18976150243856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153120,"job_number":"JOB_153120","tr_customer_id":153137,"tr_customer_product_id":153127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:19.000Z","modified_at":"2026-01-13T03:51:19.000Z","name":"Jerry Friesen","mobile_number":"518-345-9827","email_id":"Adelia_Hettinger2@gmail.com","dop":"2025-04-06","serial_number":"17307083703358260","imei1":"17307083703358260","imei2":"17307083703358260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153121,"job_number":"JOB_153121","tr_customer_id":153138,"tr_customer_product_id":153128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:20.000Z","modified_at":"2026-01-13T03:51:20.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14419795897250","imei1":"14419795897250","imei2":"14419795897250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153123,"job_number":"JOB_153123","tr_customer_id":153140,"tr_customer_product_id":153130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:21.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Peter Hilpert","mobile_number":"897-986-7560","email_id":"Judson21@gmail.com","dop":"2025-04-06","serial_number":"10289533883965028","imei1":"10289533883965028","imei2":"10289533883965028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153124,"job_number":"JOB_153124","tr_customer_id":153141,"tr_customer_product_id":153131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:22.000Z","modified_at":"2026-01-13T03:51:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16928359501430","imei1":"16928359501430","imei2":"16928359501430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153128,"job_number":"JOB_153128","tr_customer_id":153145,"tr_customer_product_id":153135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Emily Jerde","mobile_number":"869-493-5374","email_id":"Tara_McGlynn@gmail.com","dop":"2025-04-06","serial_number":"14302115476753244","imei1":"14302115476753244","imei2":"14302115476753244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153130,"job_number":"JOB_153130","tr_customer_id":153147,"tr_customer_product_id":153137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16010550654542","imei1":"16010550654542","imei2":"16010550654542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153132,"job_number":"JOB_153132","tr_customer_id":153149,"tr_customer_product_id":153139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:26.000Z","modified_at":"2026-01-13T03:51:26.000Z","name":"Callie Christiansen","mobile_number":"444-371-4512","email_id":"Aniyah_Fahey@hotmail.com","dop":"2025-04-06","serial_number":"17713763706513330","imei1":"17713763706513330","imei2":"17713763706513330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153134,"job_number":"JOB_153134","tr_customer_id":153151,"tr_customer_product_id":153141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18716729802145","imei1":"18716729802145","imei2":"18716729802145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153138,"job_number":"JOB_153138","tr_customer_id":153155,"tr_customer_product_id":153145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Alvis Cartwright","mobile_number":"529-857-4653","email_id":"Nina_Durgan@hotmail.com","dop":"2025-04-06","serial_number":"13116854987603646","imei1":"13116854987603646","imei2":"13116854987603646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153139,"job_number":"JOB_153139","tr_customer_id":153156,"tr_customer_product_id":153146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:30.000Z","modified_at":"2026-01-13T03:51:30.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"14023860338983","imei1":"14023860338983","imei2":"14023860338983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153141,"job_number":"JOB_153141","tr_customer_id":153158,"tr_customer_product_id":153148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:31.000Z","modified_at":"2026-01-13T03:51:31.000Z","name":"Lori O'Keefe","mobile_number":"466-664-1135","email_id":"Ona_Christiansen@hotmail.com","dop":"2025-04-06","serial_number":"17437709589776542","imei1":"17437709589776542","imei2":"17437709589776542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153142,"job_number":"JOB_153142","tr_customer_id":153159,"tr_customer_product_id":153149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:35.000Z","modified_at":"2026-01-13T03:51:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13593104213416","imei1":"13593104213416","imei2":"13593104213416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153144,"job_number":"JOB_153144","tr_customer_id":153161,"tr_customer_product_id":153151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:36.000Z","modified_at":"2026-01-13T03:51:36.000Z","name":"Consuelo Schuster","mobile_number":"901-743-1013","email_id":"Fabian82@hotmail.com","dop":"2025-04-06","serial_number":"12261540853864804","imei1":"12261540853864804","imei2":"12261540853864804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153148,"job_number":"JOB_153148","tr_customer_id":153165,"tr_customer_product_id":153155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:39.000Z","modified_at":"2026-01-13T03:51:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17475014846148","imei1":"17475014846148","imei2":"17475014846148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153150,"job_number":"JOB_153150","tr_customer_id":153167,"tr_customer_product_id":153157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:41.000Z","modified_at":"2026-01-13T03:51:41.000Z","name":"Elwyn Leffler","mobile_number":"327-674-7261","email_id":"Dina5@hotmail.com","dop":"2025-04-06","serial_number":"16511833796415536","imei1":"16511833796415536","imei2":"16511833796415536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153151,"job_number":"JOB_153151","tr_customer_id":153168,"tr_customer_product_id":153158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10130165355224","imei1":"10130165355224","imei2":"10130165355224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153152,"job_number":"JOB_153152","tr_customer_id":153169,"tr_customer_product_id":153159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11115597249717","imei1":"11115597249717","imei2":"11115597249717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153155,"job_number":"JOB_153155","tr_customer_id":153172,"tr_customer_product_id":153162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:04.000Z","modified_at":"2026-01-13T03:52:04.000Z","name":"Elyse Kutch","mobile_number":"645-761-8893","email_id":"Priscilla.Witting@hotmail.com","dop":"2025-04-06","serial_number":"18340930470477076","imei1":"18340930470477076","imei2":"18340930470477076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153156,"job_number":"JOB_153156","tr_customer_id":153173,"tr_customer_product_id":153163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:05.000Z","modified_at":"2026-01-13T03:52:05.000Z","name":"Oleta Emard","mobile_number":"222-876-0291","email_id":"Kylee.Mann@hotmail.com","dop":"2025-04-06","serial_number":"18636482248472350","imei1":"18636482248472350","imei2":"18636482248472350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153157,"job_number":"JOB_153157","tr_customer_id":153174,"tr_customer_product_id":153164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:07.000Z","modified_at":"2026-01-13T03:52:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13985051678366","imei1":"13985051678366","imei2":"13985051678366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153159,"job_number":"JOB_153159","tr_customer_id":153176,"tr_customer_product_id":153166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:08.000Z","modified_at":"2026-01-13T03:52:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17578726537565","imei1":"17578726537565","imei2":"17578726537565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153161,"job_number":"JOB_153161","tr_customer_id":153178,"tr_customer_product_id":153168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:09.000Z","modified_at":"2026-01-13T03:52:09.000Z","name":"Ezekiel Lindgren","mobile_number":"377-339-2399","email_id":"Zora43@hotmail.com","dop":"2025-04-06","serial_number":"17446845544872254","imei1":"17446845544872254","imei2":"17446845544872254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153162,"job_number":"JOB_153162","tr_customer_id":153179,"tr_customer_product_id":153169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10052525619475","imei1":"10052525619475","imei2":"10052525619475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153163,"job_number":"JOB_153163","tr_customer_id":153180,"tr_customer_product_id":153170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:10.000Z","name":"Oscar Rutherford","mobile_number":"365-219-5809","email_id":"Betsy32@gmail.com","dop":"2025-04-06","serial_number":"14954681092067464","imei1":"14954681092067464","imei2":"14954681092067464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153167,"job_number":"JOB_153167","tr_customer_id":153184,"tr_customer_product_id":153174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Nico Moen","mobile_number":"854-383-0204","email_id":"Linwood.Dickinson@yahoo.com","dop":"2025-04-06","serial_number":"14097674512720782","imei1":"14097674512720782","imei2":"14097674512720782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153169,"job_number":"JOB_153169","tr_customer_id":153186,"tr_customer_product_id":153176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:20.000Z","modified_at":"2026-01-13T03:52:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16044510551502","imei1":"16044510551502","imei2":"16044510551502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153171,"job_number":"JOB_153171","tr_customer_id":153188,"tr_customer_product_id":153178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:21.000Z","modified_at":"2026-01-13T03:52:21.000Z","name":"Johnpaul Nitzsche","mobile_number":"207-608-3747","email_id":"Robert.Schimmel87@hotmail.com","dop":"2025-04-06","serial_number":"11100976521545972","imei1":"11100976521545972","imei2":"11100976521545972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153172,"job_number":"JOB_153172","tr_customer_id":153189,"tr_customer_product_id":153179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:25.000Z","modified_at":"2026-01-13T03:59:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30175298275047","imei1":"30175298275047","imei2":"30175298275047","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153173,"job_number":"JOB_153173","tr_customer_id":153190,"tr_customer_product_id":153180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39736907178927","imei1":"39736907178927","imei2":"39736907178927","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153174,"job_number":"JOB_153174","tr_customer_id":153191,"tr_customer_product_id":153181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21407778553161","imei1":"21407778553161","imei2":"21407778553161","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153175,"job_number":"JOB_153175","tr_customer_id":153192,"tr_customer_product_id":153182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62544012041904","imei1":"62544012041904","imei2":"62544012041904","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153176,"job_number":"JOB_153176","tr_customer_id":153193,"tr_customer_product_id":153183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:26.000Z","modified_at":"2026-01-13T03:59:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99959134188493","imei1":"99959134188493","imei2":"99959134188493","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153177,"job_number":"JOB_153177","tr_customer_id":153194,"tr_customer_product_id":153184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:27.000Z","modified_at":"2026-01-13T03:59:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"22392790873021","imei1":"22392790873021","imei2":"22392790873021","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153179,"job_number":"JOB_153179","tr_customer_id":153196,"tr_customer_product_id":153186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:55.000Z","modified_at":"2026-01-13T03:59:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51040340604623","imei1":"51040340604623","imei2":"51040340604623","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153180,"job_number":"JOB_153180","tr_customer_id":153197,"tr_customer_product_id":153187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21006414201226","imei1":"21006414201226","imei2":"21006414201226","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153181,"job_number":"JOB_153181","tr_customer_id":153198,"tr_customer_product_id":153188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50056823112746","imei1":"50056823112746","imei2":"50056823112746","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153182,"job_number":"JOB_153182","tr_customer_id":153199,"tr_customer_product_id":153189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:56.000Z","modified_at":"2026-01-13T03:59:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93748794197334","imei1":"93748794197334","imei2":"93748794197334","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153183,"job_number":"JOB_153183","tr_customer_id":153200,"tr_customer_product_id":153190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91296671455571","imei1":"91296671455571","imei2":"91296671455571","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153184,"job_number":"JOB_153184","tr_customer_id":153201,"tr_customer_product_id":153191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T03:59:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30364673967097","imei1":"30364673967097","imei2":"30364673967097","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153186,"job_number":"JOB_153186","tr_customer_id":153203,"tr_customer_product_id":153193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:25.000Z","modified_at":"2026-01-13T04:00:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"10209990333814","imei1":"10209990333814","imei2":"10209990333814","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153187,"job_number":"JOB_153187","tr_customer_id":153204,"tr_customer_product_id":153194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15049222200872","imei1":"15049222200872","imei2":"15049222200872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153188,"job_number":"JOB_153188","tr_customer_id":153205,"tr_customer_product_id":153195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47543399690737","imei1":"47543399690737","imei2":"47543399690737","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153189,"job_number":"JOB_153189","tr_customer_id":153206,"tr_customer_product_id":153196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"43075571160093","imei1":"43075571160093","imei2":"43075571160093","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153190,"job_number":"JOB_153190","tr_customer_id":153207,"tr_customer_product_id":153197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:26.000Z","modified_at":"2026-01-13T04:00:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65833124924632","imei1":"65833124924632","imei2":"65833124924632","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153191,"job_number":"JOB_153191","tr_customer_id":153208,"tr_customer_product_id":153198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:27.000Z","modified_at":"2026-01-13T04:00:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36123112343377","imei1":"36123112343377","imei2":"36123112343377","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153193,"job_number":"JOB_153193","tr_customer_id":153210,"tr_customer_product_id":153200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:49.000Z","modified_at":"2026-01-13T04:23:49.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"172610529232810","imei1":"172610529232810","imei2":"172610529232810","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153195,"job_number":"JOB_153195","tr_customer_id":153212,"tr_customer_product_id":153202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:50.000Z","modified_at":"2026-01-13T04:23:50.000Z","name":"Brennan Grant","mobile_number":"841-700-9396","email_id":"Jed28@yahoo.com","dop":"2025-10-22","serial_number":"1015320496052172","imei1":"1015320496052172","imei2":"1015320496052172","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:23:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153196,"job_number":"JOB_153196","tr_customer_id":153213,"tr_customer_product_id":153203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:21.000Z","modified_at":"2026-01-13T04:24:21.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"196369374839931","imei1":"196369374839931","imei2":"196369374839931","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153198,"job_number":"JOB_153198","tr_customer_id":153215,"tr_customer_product_id":153205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:23.000Z","modified_at":"2026-01-13T04:24:23.000Z","name":"Efren Deckow","mobile_number":"879-726-6721","email_id":"Bennie_Crist60@gmail.com","dop":"2025-10-22","serial_number":"1027657902913303","imei1":"1027657902913303","imei2":"1027657902913303","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153201,"job_number":"JOB_153201","tr_customer_id":153218,"tr_customer_product_id":153208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:53.000Z","modified_at":"2026-01-13T04:24:53.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"125791411203086","imei1":"125791411203086","imei2":"125791411203086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153203,"job_number":"JOB_153203","tr_customer_id":153220,"tr_customer_product_id":153210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:54.000Z","modified_at":"2026-01-13T04:24:54.000Z","name":"Ramona Ledner","mobile_number":"997-943-0364","email_id":"Walton_Schultz12@yahoo.com","dop":"2025-10-22","serial_number":"1014941016516362","imei1":"1014941016516362","imei2":"1014941016516362","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153205,"job_number":"JOB_153205","tr_customer_id":153222,"tr_customer_product_id":153212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:29:36.000Z","modified_at":"2026-01-13T04:29:36.000Z","name":"Sigurd Hansen","mobile_number":"369-653-0024","email_id":"Kaya.Ryan71@hotmail.com","dop":"2025-04-06","serial_number":"14806398941573048","imei1":"14806398941573048","imei2":"14806398941573048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153206,"job_number":"JOB_153206","tr_customer_id":153223,"tr_customer_product_id":153213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:12.000Z","modified_at":"2026-01-13T04:36:12.000Z","name":"Kailey Hermiston","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"127217837454338","imei1":"127217837454338","imei2":"127217837454338","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153207,"job_number":"JOB_153207","tr_customer_id":153224,"tr_customer_product_id":153214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:36:45.000Z","modified_at":"2026-01-13T04:36:45.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"93723787000779","imei1":"93723787000779","imei2":"93723787000779","popurl":"2026-01-03T04:36:45.085377771Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153208,"job_number":"JOB_153208","tr_customer_id":153225,"tr_customer_product_id":153215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:37:12.000Z","modified_at":"2026-01-13T04:37:12.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-03","serial_number":"76112773586133","imei1":"76112773586133","imei2":"76112773586133","popurl":"2026-01-03T04:37:11.995408367Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153209,"job_number":"JOB_153209","tr_customer_id":153226,"tr_customer_product_id":153216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:44:49.000Z","modified_at":"2026-01-13T04:44:49.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"394-520-3743","email_id":"Agustin.Hackett@yahoo.com","dop":"2025-10-22","serial_number":"107163902252086","imei1":"107163902252086","imei2":"107163902252086","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153210,"job_number":"JOB_153210","tr_customer_id":153227,"tr_customer_product_id":153217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:12.000Z","modified_at":"2026-01-13T04:45:12.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"183484091925795","imei1":"183484091925795","imei2":"183484091925795","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153212,"job_number":"JOB_153212","tr_customer_id":153229,"tr_customer_product_id":153219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:14.000Z","modified_at":"2026-01-13T04:45:14.000Z","name":"Giles Gibson","mobile_number":"419-212-5365","email_id":"Otha_Sawayn@yahoo.com","dop":"2025-10-22","serial_number":"1036299542913658","imei1":"1036299542913658","imei2":"1036299542913658","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153213,"job_number":"JOB_153213","tr_customer_id":153230,"tr_customer_product_id":153220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:45.000Z","modified_at":"2026-01-13T04:45:45.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"172432575893510","imei1":"172432575893510","imei2":"172432575893510","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153215,"job_number":"JOB_153215","tr_customer_id":153232,"tr_customer_product_id":153222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:47.000Z","modified_at":"2026-01-13T04:45:47.000Z","name":"Maybelle Kris","mobile_number":"645-731-4700","email_id":"Horacio_Gottlieb@hotmail.com","dop":"2025-10-22","serial_number":"1051173146041751","imei1":"1051173146041751","imei2":"1051173146041751","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153216,"job_number":"JOB_153216","tr_customer_id":153233,"tr_customer_product_id":153223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:02.000Z","modified_at":"2026-01-13T04:46:02.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"105388920262325","imei1":"105388920262325","imei2":"105388920262325","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153218,"job_number":"JOB_153218","tr_customer_id":153235,"tr_customer_product_id":153225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:14.000Z","modified_at":"2026-01-13T04:46:14.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103271004910804","imei1":"103271004910804","imei2":"103271004910804","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153220,"job_number":"JOB_153220","tr_customer_id":153237,"tr_customer_product_id":153227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:19.000Z","modified_at":"2026-01-13T04:46:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"121531535585656","imei1":"121531535585656","imei2":"121531535585656","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153222,"job_number":"JOB_153222","tr_customer_id":153239,"tr_customer_product_id":153229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:21.000Z","modified_at":"2026-01-13T04:46:21.000Z","name":"Morris Morissette","mobile_number":"933-453-8654","email_id":"Hank_DAmore43@hotmail.com","dop":"2025-10-22","serial_number":"1055933553979311","imei1":"1055933553979311","imei2":"1055933553979311","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153223,"job_number":"JOB_153223","tr_customer_id":153240,"tr_customer_product_id":153230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:17.000Z","modified_at":"2026-01-13T04:52:17.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"104773064761836","imei1":"104773064761836","imei2":"104773064761836","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153225,"job_number":"JOB_153225","tr_customer_id":153242,"tr_customer_product_id":153232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:19.000Z","modified_at":"2026-01-13T04:52:19.000Z","name":"Enoch Trantow","mobile_number":"596-420-5906","email_id":"Ebba83@hotmail.com","dop":"2025-10-22","serial_number":"1028491311451506","imei1":"1028491311451506","imei2":"1028491311451506","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153226,"job_number":"JOB_153226","tr_customer_id":153243,"tr_customer_product_id":153233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:48.000Z","modified_at":"2026-01-13T04:52:48.000Z","name":"GRecheil khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"136460134790317","imei1":"136460134790317","imei2":"136460134790317","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153228,"job_number":"JOB_153228","tr_customer_id":153245,"tr_customer_product_id":153235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:49.000Z","modified_at":"2026-01-13T04:52:49.000Z","name":"Nikko Grant","mobile_number":"218-303-5722","email_id":"Rafaela45@gmail.com","dop":"2025-10-22","serial_number":"1090083597382496","imei1":"1090083597382496","imei2":"1090083597382496","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:52:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153229,"job_number":"JOB_153229","tr_customer_id":153246,"tr_customer_product_id":153236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:19.000Z","modified_at":"2026-01-13T04:53:19.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"185565137752770","imei1":"185565137752770","imei2":"185565137752770","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153231,"job_number":"JOB_153231","tr_customer_id":153248,"tr_customer_product_id":153238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:21.000Z","modified_at":"2026-01-13T04:53:21.000Z","name":"Roxane Effertz","mobile_number":"825-917-4302","email_id":"Nils.Torphy@yahoo.com","dop":"2025-10-22","serial_number":"1053231169461800","imei1":"1053231169461800","imei2":"1053231169461800","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:53:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153233,"job_number":"JOB_153233","tr_customer_id":153250,"tr_customer_product_id":153240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:56:49.000Z","modified_at":"2026-01-13T04:56:49.000Z","name":"Davin Nikolaus","mobile_number":"457-593-4561","email_id":"Ricardo4@gmail.com","dop":"2025-04-06","serial_number":"13354455852505362","imei1":"13354455852505362","imei2":"13354455852505362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153235,"job_number":"JOB_153235","tr_customer_id":153252,"tr_customer_product_id":153242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:57:13.000Z","modified_at":"2026-01-13T04:57:13.000Z","name":"Ubaldo Botsford","mobile_number":"907-820-6875","email_id":"Stephan.Ferry9@hotmail.com","dop":"2025-04-06","serial_number":"14765986392064696","imei1":"14765986392064696","imei2":"14765986392064696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153237,"job_number":"JOB_153237","tr_customer_id":153254,"tr_customer_product_id":153244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:58:10.000Z","modified_at":"2026-01-13T04:58:10.000Z","name":"Cyril Tremblay","mobile_number":"979-500-2554","email_id":"Yvette_Marvin45@yahoo.com","dop":"2025-10-22","serial_number":"1056343915380824","imei1":"1056343915380824","imei2":"1056343915380824","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T04:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153238,"job_number":"JOB_153238","tr_customer_id":153255,"tr_customer_product_id":153245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:17:06.000Z","modified_at":"2026-01-13T05:17:06.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"161975035492012","imei1":"161975035492012","imei2":"161975035492012","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153239,"job_number":"JOB_153239","tr_customer_id":153256,"tr_customer_product_id":153246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:20:25.000Z","modified_at":"2026-01-13T05:20:25.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135669078592301","imei1":"135669078592301","imei2":"135669078592301","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:20:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153240,"job_number":"JOB_153240","tr_customer_id":153257,"tr_customer_product_id":153247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:22:27.000Z","modified_at":"2026-01-13T05:22:27.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"165222760031524","imei1":"165222760031524","imei2":"165222760031524","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:22:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153241,"job_number":"JOB_153241","tr_customer_id":153258,"tr_customer_product_id":153248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:23:15.000Z","modified_at":"2026-01-13T05:23:15.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"119025367808455","imei1":"119025367808455","imei2":"119025367808455","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153242,"job_number":"JOB_153242","tr_customer_id":153259,"tr_customer_product_id":153249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:24:54.000Z","modified_at":"2026-01-13T05:24:54.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"172136379190305","imei1":"172136379190305","imei2":"172136379190305","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:24:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153244,"job_number":"JOB_153244","tr_customer_id":153261,"tr_customer_product_id":153251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:26:53.000Z","modified_at":"2026-01-13T05:26:53.000Z","name":"Trisha Maggio","mobile_number":"509-919-5751","email_id":"Wilber_Ledner76@hotmail.com","dop":"2025-10-22","serial_number":"1060461040571941","imei1":"1060461040571941","imei2":"1060461040571941","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153245,"job_number":"JOB_153245","tr_customer_id":153262,"tr_customer_product_id":153252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:52.000Z","modified_at":"2026-01-13T05:36:52.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"143015094103846","imei1":"143015094103846","imei2":"143015094103846","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153246,"job_number":"JOB_153246","tr_customer_id":153263,"tr_customer_product_id":153253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:36:59.000Z","modified_at":"2026-01-13T05:36:59.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"135706289273509","imei1":"135706289273509","imei2":"135706289273509","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:36:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153253,"job_number":"JOB_153253","tr_customer_id":153270,"tr_customer_product_id":153260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:48:59.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"14601550761522","imei1":"14601550761522","imei2":"14601550761522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:48:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153255,"job_number":"JOB_153255","tr_customer_id":153272,"tr_customer_product_id":153262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:00.000Z","modified_at":"2026-01-13T05:49:00.000Z","name":"Theo Harvey","mobile_number":"568-508-9272","email_id":"Georgette.Kiehn53@gmail.com","dop":"2025-04-06","serial_number":"19563600656991784","imei1":"19563600656991784","imei2":"19563600656991784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153256,"job_number":"JOB_153256","tr_customer_id":153273,"tr_customer_product_id":153263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:10.000Z","modified_at":"2026-01-13T05:49:10.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15151051947589","imei1":"15151051947589","imei2":"15151051947589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153258,"job_number":"JOB_153258","tr_customer_id":153275,"tr_customer_product_id":153265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:12.000Z","modified_at":"2026-01-13T05:49:12.000Z","name":"Dashawn Hermann","mobile_number":"366-421-2268","email_id":"Kiara64@yahoo.com","dop":"2025-04-06","serial_number":"10149682355446776","imei1":"10149682355446776","imei2":"10149682355446776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153259,"job_number":"JOB_153259","tr_customer_id":153276,"tr_customer_product_id":153266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:23.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"16502447482263","imei1":"16502447482263","imei2":"16502447482263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153261,"job_number":"JOB_153261","tr_customer_id":153278,"tr_customer_product_id":153268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:24.000Z","modified_at":"2026-01-13T05:52:24.000Z","name":"Chadrick Mante","mobile_number":"577-324-9620","email_id":"Dimitri.Mraz@gmail.com","dop":"2025-04-06","serial_number":"19873372476959810","imei1":"19873372476959810","imei2":"19873372476959810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153262,"job_number":"JOB_153262","tr_customer_id":153279,"tr_customer_product_id":153269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:34.000Z","modified_at":"2026-01-13T05:52:34.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12782726870985","imei1":"12782726870985","imei2":"12782726870985","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153264,"job_number":"JOB_153264","tr_customer_id":153281,"tr_customer_product_id":153271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:36.000Z","modified_at":"2026-01-13T05:52:36.000Z","name":"Pablo Baumbach","mobile_number":"524-424-2119","email_id":"Lauretta_Medhurst82@yahoo.com","dop":"2025-04-06","serial_number":"15876524230180028","imei1":"15876524230180028","imei2":"15876524230180028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153265,"job_number":"JOB_153265","tr_customer_id":153282,"tr_customer_product_id":153272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:46.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10561655597470","imei1":"10561655597470","imei2":"10561655597470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153267,"job_number":"JOB_153267","tr_customer_id":153284,"tr_customer_product_id":153274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:47.000Z","modified_at":"2026-01-13T05:52:47.000Z","name":"Rubie Torp","mobile_number":"589-743-9046","email_id":"William.Jakubowski47@gmail.com","dop":"2025-04-06","serial_number":"16268468770075092","imei1":"16268468770075092","imei2":"16268468770075092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153269,"job_number":"JOB_153269","tr_customer_id":153286,"tr_customer_product_id":153276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:54:15.000Z","modified_at":"2026-01-13T05:54:15.000Z","name":"Vanessa Wintheiser","mobile_number":"930-983-9512","email_id":"Leta63@hotmail.com","dop":"2025-10-22","serial_number":"1068588156351757","imei1":"1068588156351757","imei2":"1068588156351757","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153270,"job_number":"JOB_153270","tr_customer_id":153287,"tr_customer_product_id":153277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:55:54.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12770235651817","imei1":"12770235651817","imei2":"12770235651817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153272,"job_number":"JOB_153272","tr_customer_id":153289,"tr_customer_product_id":153279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:55.000Z","modified_at":"2026-01-13T05:55:55.000Z","name":"Theo Veum","mobile_number":"776-540-0866","email_id":"Audrey_Goodwin80@gmail.com","dop":"2025-04-06","serial_number":"10142298107612374","imei1":"10142298107612374","imei2":"10142298107612374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153273,"job_number":"JOB_153273","tr_customer_id":153290,"tr_customer_product_id":153280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:04.000Z","modified_at":"2026-01-13T05:56:04.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10858996788344","imei1":"10858996788344","imei2":"10858996788344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153275,"job_number":"JOB_153275","tr_customer_id":153292,"tr_customer_product_id":153282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:06.000Z","modified_at":"2026-01-13T05:56:06.000Z","name":"Amir Osinski","mobile_number":"970-757-5171","email_id":"Darrin.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"13668257848654312","imei1":"13668257848654312","imei2":"13668257848654312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153276,"job_number":"JOB_153276","tr_customer_id":153293,"tr_customer_product_id":153283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:15.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15002484387711","imei1":"15002484387711","imei2":"15002484387711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153278,"job_number":"JOB_153278","tr_customer_id":153295,"tr_customer_product_id":153285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:16.000Z","modified_at":"2026-01-13T05:56:16.000Z","name":"Jalon Weissnat","mobile_number":"495-704-3263","email_id":"Eldora_Grimes@gmail.com","dop":"2025-04-06","serial_number":"19511129363463748","imei1":"19511129363463748","imei2":"19511129363463748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153279,"job_number":"JOB_153279","tr_customer_id":153296,"tr_customer_product_id":153286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:57:42.000Z","modified_at":"2026-01-13T05:57:42.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"819-921-7231","email_id":"Amina.Zulauf@gmail.com","dop":"2025-10-22","serial_number":"178440612464784","imei1":"178440612464784","imei2":"178440612464784","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T05:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153280,"job_number":"JOB_153280","tr_customer_id":153297,"tr_customer_product_id":153287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10415522636280","imei1":"10415522636280","imei2":"10415522636280","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153281,"job_number":"JOB_153281","tr_customer_id":153298,"tr_customer_product_id":153288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:17.000Z","modified_at":"2026-01-13T06:01:17.000Z","name":"Akeem Klein","mobile_number":"392-743-1226","email_id":"Dallin.Daniel@yahoo.com","dop":"2025-09-16","serial_number":"15569093999622","imei1":"15569093999622","imei2":"15569093999622","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153282,"job_number":"JOB_153282","tr_customer_id":153299,"tr_customer_product_id":153289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:32.000Z","modified_at":"2026-01-13T06:01:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17014254994420","imei1":"17014254994420","imei2":"17014254994420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153284,"job_number":"JOB_153284","tr_customer_id":153301,"tr_customer_product_id":153291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:33.000Z","modified_at":"2026-01-13T06:01:33.000Z","name":"April Bernier","mobile_number":"639-900-5352","email_id":"Cicero_Rau@gmail.com","dop":"2025-04-06","serial_number":"16598664835250332","imei1":"16598664835250332","imei2":"16598664835250332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153285,"job_number":"JOB_153285","tr_customer_id":153302,"tr_customer_product_id":153292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:36.000Z","modified_at":"2026-01-13T06:01:36.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17197773438740","imei1":"17197773438740","imei2":"17197773438740","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153286,"job_number":"JOB_153286","tr_customer_id":153303,"tr_customer_product_id":153293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:37.000Z","modified_at":"2026-01-13T06:01:37.000Z","name":"Kaycee Dicki","mobile_number":"563-554-1342","email_id":"Eliza_Morar@hotmail.com","dop":"2025-09-16","serial_number":"19175643689183","imei1":"19175643689183","imei2":"19175643689183","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153287,"job_number":"JOB_153287","tr_customer_id":153304,"tr_customer_product_id":153294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13822937840563","imei1":"13822937840563","imei2":"13822937840563","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153288,"job_number":"JOB_153288","tr_customer_id":153305,"tr_customer_product_id":153295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:55.000Z","modified_at":"2026-01-13T06:01:55.000Z","name":"Brice Schulist","mobile_number":"322-863-7129","email_id":"Nils44@gmail.com","dop":"2025-09-16","serial_number":"15101747268147","imei1":"15101747268147","imei2":"15101747268147","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153289,"job_number":"JOB_153289","tr_customer_id":153306,"tr_customer_product_id":153296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:16.000Z","modified_at":"2026-01-13T06:02:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14365759410539","imei1":"14365759410539","imei2":"14365759410539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153291,"job_number":"JOB_153291","tr_customer_id":153308,"tr_customer_product_id":153298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Robyn Batz","mobile_number":"508-230-9642","email_id":"Colleen.Lebsack60@gmail.com","dop":"2025-10-22","serial_number":"146189110550573","imei1":"146189110550573","imei2":"146189110550573","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153292,"job_number":"JOB_153292","tr_customer_id":153309,"tr_customer_product_id":153299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:18.000Z","modified_at":"2026-01-13T06:02:18.000Z","name":"Penelope Cassin","mobile_number":"476-737-0431","email_id":"Irving.Mohr@gmail.com","dop":"2025-04-06","serial_number":"18915717971422150","imei1":"18915717971422150","imei2":"18915717971422150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153293,"job_number":"JOB_153293","tr_customer_id":153310,"tr_customer_product_id":153300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:47.000Z","modified_at":"2026-01-13T06:02:47.000Z","name":"Frieda Goodwin","mobile_number":"693-724-8572","email_id":"Torrey.Konopelski39@yahoo.com","dop":"2025-10-22","serial_number":"119775467761062","imei1":"119775467761062","imei2":"119775467761062","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:02:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153294,"job_number":"JOB_153294","tr_customer_id":153311,"tr_customer_product_id":153301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:01.000Z","modified_at":"2026-01-13T06:03:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16975009979062","imei1":"16975009979062","imei2":"16975009979062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153296,"job_number":"JOB_153296","tr_customer_id":153313,"tr_customer_product_id":153303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:02.000Z","modified_at":"2026-01-13T06:03:02.000Z","name":"Elinore Leannon","mobile_number":"389-941-6574","email_id":"Doug_Graham99@yahoo.com","dop":"2025-04-06","serial_number":"10764151622346564","imei1":"10764151622346564","imei2":"10764151622346564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153297,"job_number":"JOB_153297","tr_customer_id":153314,"tr_customer_product_id":153304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:35.000Z","modified_at":"2026-01-13T06:03:35.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2026-01-03T06:03:35.052354845Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153298,"job_number":"JOB_153298","tr_customer_id":153315,"tr_customer_product_id":153305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:36.000Z","modified_at":"2026-01-13T06:03:36.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-03","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2026-01-03T06:03:35.617489493Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:03:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153300,"job_number":"JOB_153300","tr_customer_id":153317,"tr_customer_product_id":153307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:17.000Z","modified_at":"2026-01-13T06:04:17.000Z","name":"Harold Daugherty","mobile_number":"422-762-8791","email_id":"Mason21@yahoo.com","dop":"2025-10-22","serial_number":"1014646778342944","imei1":"1014646778342944","imei2":"1014646778342944","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153301,"job_number":"JOB_153301","tr_customer_id":153318,"tr_customer_product_id":153308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:38.000Z","modified_at":"2026-01-13T06:04:38.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12268244399874","imei1":"12268244399874","imei2":"12268244399874","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153303,"job_number":"JOB_153303","tr_customer_id":153320,"tr_customer_product_id":153310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:40.000Z","modified_at":"2026-01-13T06:04:40.000Z","name":"Zackery Reichel","mobile_number":"515-744-2425","email_id":"Jordon_Denesik@hotmail.com","dop":"2025-04-06","serial_number":"12863285320508118","imei1":"12863285320508118","imei2":"12863285320508118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:04:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153304,"job_number":"JOB_153304","tr_customer_id":153321,"tr_customer_product_id":153311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:22.000Z","modified_at":"2026-01-13T06:05:22.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17274175270779","imei1":"17274175270779","imei2":"17274175270779","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153306,"job_number":"JOB_153306","tr_customer_id":153323,"tr_customer_product_id":153313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:23.000Z","modified_at":"2026-01-13T06:05:23.000Z","name":"Justen Rowe","mobile_number":"783-495-7409","email_id":"Ashleigh_Macejkovic@gmail.com","dop":"2025-04-06","serial_number":"18837100737248520","imei1":"18837100737248520","imei2":"18837100737248520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153307,"job_number":"JOB_153307","tr_customer_id":153324,"tr_customer_product_id":153314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:01.000Z","modified_at":"2026-01-13T06:06:01.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14704300265370","imei1":"14704300265370","imei2":"14704300265370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153309,"job_number":"JOB_153309","tr_customer_id":153326,"tr_customer_product_id":153316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:02.000Z","modified_at":"2026-01-13T06:06:02.000Z","name":"Landen Brakus","mobile_number":"715-741-1690","email_id":"Demario63@gmail.com","dop":"2025-04-06","serial_number":"14424858794371792","imei1":"14424858794371792","imei2":"14424858794371792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:06:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153310,"job_number":"JOB_153310","tr_customer_id":153327,"tr_customer_product_id":153317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:13:47.000Z","modified_at":"2026-01-13T06:13:47.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-03","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-03T06:13:46.881874Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:13:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153327,"job_number":"JOB_153327","tr_customer_id":153344,"tr_customer_product_id":153334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:49.000Z","modified_at":"2026-01-13T06:21:49.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10336844726187","imei1":"10336844726187","imei2":"10336844726187","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153329,"job_number":"JOB_153329","tr_customer_id":153346,"tr_customer_product_id":153336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:50.000Z","modified_at":"2026-01-13T06:21:50.000Z","name":"Carissa Gerhold","mobile_number":"947-564-7275","email_id":"Reanna69@gmail.com","dop":"2025-06-18","serial_number":"1077181388124335","imei1":"1077181388124335","imei2":"1077181388124335","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153330,"job_number":"JOB_153330","tr_customer_id":153347,"tr_customer_product_id":153337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:33.000Z","modified_at":"2026-01-13T06:22:33.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10565054783146","imei1":"10565054783146","imei2":"10565054783146","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153332,"job_number":"JOB_153332","tr_customer_id":153349,"tr_customer_product_id":153339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:34.000Z","modified_at":"2026-01-13T06:22:34.000Z","name":"Marion Walsh","mobile_number":"377-301-7681","email_id":"Camylle.Rice@gmail.com","dop":"2025-06-18","serial_number":"1051139741247594","imei1":"1051139741247594","imei2":"1051139741247594","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153333,"job_number":"JOB_153333","tr_customer_id":153350,"tr_customer_product_id":153340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Alvena Lemke","mobile_number":"650-434-0670","email_id":"Zoey11@hotmail.com","dop":"2025-09-09","serial_number":"19680804035961","imei1":"19680804035961","imei2":"19680804035961","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153334,"job_number":"JOB_153334","tr_customer_id":153351,"tr_customer_product_id":153341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:35.000Z","modified_at":"2026-01-13T06:22:35.000Z","name":"Rogelio Berge","mobile_number":"668-436-1530","email_id":"Sandy_Schuster70@gmail.com","dop":"2025-09-09","serial_number":"12555831927229","imei1":"12555831927229","imei2":"12555831927229","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153336,"job_number":"JOB_153336","tr_customer_id":153353,"tr_customer_product_id":153343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Tobin Satterfield","mobile_number":"425-731-6292","email_id":"Sam_Hodkiewicz@hotmail.com","dop":"2025-09-09","serial_number":"13037333653986","imei1":"13037333653986","imei2":"13037333653986","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153337,"job_number":"JOB_153337","tr_customer_id":153354,"tr_customer_product_id":153344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:22:55.000Z","name":"Oswald Ondricka","mobile_number":"853-993-0322","email_id":"Aric55@gmail.com","dop":"2025-09-09","serial_number":"12394674407704","imei1":"12394674407704","imei2":"12394674407704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153339,"job_number":"JOB_153339","tr_customer_id":153356,"tr_customer_product_id":153346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Jazlyn Hickle","mobile_number":"243-414-4689","email_id":"Lupe17@yahoo.com","dop":"2025-09-09","serial_number":"17305848009503","imei1":"17305848009503","imei2":"17305848009503","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153340,"job_number":"JOB_153340","tr_customer_id":153357,"tr_customer_product_id":153347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:15.000Z","modified_at":"2026-01-13T06:23:15.000Z","name":"Damian Cartwright","mobile_number":"550-940-1210","email_id":"Santiago88@hotmail.com","dop":"2025-09-09","serial_number":"12110917290357","imei1":"12110917290357","imei2":"12110917290357","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:23:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153342,"job_number":"JOB_153342","tr_customer_id":153359,"tr_customer_product_id":153349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:18.000Z","modified_at":"2026-01-13T06:26:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18859951171375","imei1":"18859951171375","imei2":"18859951171375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153344,"job_number":"JOB_153344","tr_customer_id":153361,"tr_customer_product_id":153351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:19.000Z","modified_at":"2026-01-13T06:26:19.000Z","name":"Rosemarie Paucek","mobile_number":"545-302-6204","email_id":"Della57@yahoo.com","dop":"2025-04-06","serial_number":"12852159785857304","imei1":"12852159785857304","imei2":"12852159785857304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153345,"job_number":"JOB_153345","tr_customer_id":153362,"tr_customer_product_id":153352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:59.000Z","modified_at":"2026-01-13T06:26:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10527505146561","imei1":"10527505146561","imei2":"10527505146561","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153347,"job_number":"JOB_153347","tr_customer_id":153364,"tr_customer_product_id":153354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:01.000Z","modified_at":"2026-01-13T06:27:01.000Z","name":"Aubrey Goodwin","mobile_number":"919-250-7371","email_id":"Edna22@hotmail.com","dop":"2025-04-06","serial_number":"18269692544653800","imei1":"18269692544653800","imei2":"18269692544653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153348,"job_number":"JOB_153348","tr_customer_id":153365,"tr_customer_product_id":153355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:40.000Z","modified_at":"2026-01-13T06:27:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17291009450595","imei1":"17291009450595","imei2":"17291009450595","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153350,"job_number":"JOB_153350","tr_customer_id":153367,"tr_customer_product_id":153357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:41.000Z","modified_at":"2026-01-13T06:27:41.000Z","name":"Daryl Dietrich","mobile_number":"679-877-0207","email_id":"Adelbert5@hotmail.com","dop":"2025-04-06","serial_number":"19070192069252350","imei1":"19070192069252350","imei2":"19070192069252350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153352,"job_number":"JOB_153352","tr_customer_id":153369,"tr_customer_product_id":153359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:46.000Z","modified_at":"2026-01-13T06:27:46.000Z","name":"Telly Langworth","mobile_number":"946-252-3101","email_id":"Ellsworth_Adams22@yahoo.com","dop":"2025-04-06","serial_number":"12031316829551564","imei1":"12031316829551564","imei2":"12031316829551564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153355,"job_number":"JOB_153355","tr_customer_id":153372,"tr_customer_product_id":153362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:06.000Z","modified_at":"2026-01-13T06:29:06.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17887383653421","imei1":"17887383653421","imei2":"17887383653421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153357,"job_number":"JOB_153357","tr_customer_id":153374,"tr_customer_product_id":153364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:07.000Z","modified_at":"2026-01-13T06:29:07.000Z","name":"Louisa Rodriguez","mobile_number":"663-904-4065","email_id":"Rodrigo.Hand13@gmail.com","dop":"2025-04-06","serial_number":"18551667092990812","imei1":"18551667092990812","imei2":"18551667092990812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153359,"job_number":"JOB_153359","tr_customer_id":153376,"tr_customer_product_id":153366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:45.000Z","modified_at":"2026-01-13T06:29:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17949174685515","imei1":"17949174685515","imei2":"17949174685515","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153361,"job_number":"JOB_153361","tr_customer_id":153378,"tr_customer_product_id":153368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:46.000Z","modified_at":"2026-01-13T06:29:46.000Z","name":"Thurman Reichel","mobile_number":"914-602-2292","email_id":"Darrel.Walter@yahoo.com","dop":"2025-04-06","serial_number":"13011199722601872","imei1":"13011199722601872","imei2":"13011199722601872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:29:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153362,"job_number":"JOB_153362","tr_customer_id":153379,"tr_customer_product_id":153369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:24.000Z","modified_at":"2026-01-13T06:30:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10421878084399","imei1":"10421878084399","imei2":"10421878084399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153364,"job_number":"JOB_153364","tr_customer_id":153381,"tr_customer_product_id":153371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:25.000Z","modified_at":"2026-01-13T06:30:25.000Z","name":"Molly Veum","mobile_number":"555-217-6666","email_id":"Nash.Miller@yahoo.com","dop":"2025-04-06","serial_number":"19240704685234056","imei1":"19240704685234056","imei2":"19240704685234056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:30:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153366,"job_number":"JOB_153366","tr_customer_id":153383,"tr_customer_product_id":153373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:25.000Z","modified_at":"2026-01-13T06:33:25.000Z","name":"Brayan Lynch","mobile_number":"543-265-9508","email_id":"Myriam59@hotmail.com","dop":"2025-04-06","serial_number":"12670510371516634","imei1":"12670510371516634","imei2":"12670510371516634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153367,"job_number":"JOB_153367","tr_customer_id":153384,"tr_customer_product_id":153374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:51.000Z","modified_at":"2026-01-13T06:33:51.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"18626661440596","imei1":"18626661440596","imei2":"18626661440596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:33:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153369,"job_number":"JOB_153369","tr_customer_id":153386,"tr_customer_product_id":153376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:02.000Z","modified_at":"2026-01-13T06:34:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797117996959","imei1":"12797117996959","imei2":"12797117996959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153371,"job_number":"JOB_153371","tr_customer_id":153388,"tr_customer_product_id":153378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:03.000Z","modified_at":"2026-01-13T06:34:03.000Z","name":"Isaiah Schaden","mobile_number":"683-699-8668","email_id":"Serena_Cole@hotmail.com","dop":"2025-04-06","serial_number":"16075224579808756","imei1":"16075224579808756","imei2":"16075224579808756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153372,"job_number":"JOB_153372","tr_customer_id":153389,"tr_customer_product_id":153379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:20.000Z","modified_at":"2026-01-13T06:34:20.000Z","name":"Laxmikant Yadav","mobile_number":"9415016211","email_id":"laxmikant211@gmail.com","dop":"2025-04-06","serial_number":"12174947098728","imei1":"12174947098728","imei2":"12174947098728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153374,"job_number":"JOB_153374","tr_customer_id":153391,"tr_customer_product_id":153381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:22.000Z","modified_at":"2026-01-13T06:34:22.000Z","name":"Marcella Herman","mobile_number":"202-454-9766","email_id":"Yesenia_Halvorson@gmail.com","dop":"2025-04-06","serial_number":"15013812619606148","imei1":"15013812619606148","imei2":"15013812619606148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153378,"job_number":"JOB_153378","tr_customer_id":153395,"tr_customer_product_id":153385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:35.000Z","modified_at":"2026-01-13T06:34:35.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"12223648626349","imei1":"12223648626349","imei2":"12223648626349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153380,"job_number":"JOB_153380","tr_customer_id":153397,"tr_customer_product_id":153387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:41.000Z","modified_at":"2026-01-13T06:34:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13558591334748","imei1":"13558591334748","imei2":"13558591334748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153382,"job_number":"JOB_153382","tr_customer_id":153399,"tr_customer_product_id":153389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Abhishek khan","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"115622991148787","imei1":"115622991148787","imei2":"115622991148787","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153383,"job_number":"JOB_153383","tr_customer_id":153400,"tr_customer_product_id":153390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:34:42.000Z","name":"Francisca Littel","mobile_number":"714-867-2230","email_id":"Jaren_Hayes44@yahoo.com","dop":"2025-04-06","serial_number":"17499193125431096","imei1":"17499193125431096","imei2":"17499193125431096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153385,"job_number":"JOB_153385","tr_customer_id":153402,"tr_customer_product_id":153392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:44.000Z","modified_at":"2026-01-13T06:34:44.000Z","name":"Fatima Gleichner","mobile_number":"207-611-9731","email_id":"Asha.Dach@yahoo.com","dop":"2025-10-22","serial_number":"1025322667138398","imei1":"1025322667138398","imei2":"1025322667138398","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153390,"job_number":"JOB_153390","tr_customer_id":153407,"tr_customer_product_id":153397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:09.000Z","modified_at":"2026-01-13T06:35:09.000Z","name":"Kajal P","mobile_number":"8978988778","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10192687973073","imei1":"10192687973073","imei2":"10192687973073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153392,"job_number":"JOB_153392","tr_customer_id":153409,"tr_customer_product_id":153399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:11.000Z","modified_at":"2026-01-13T06:35:11.000Z","name":"Roselyn Dickinson","mobile_number":"328-244-6622","email_id":"Edyth_Lebsack@hotmail.com","dop":"2025-04-06","serial_number":"17186626718510722","imei1":"17186626718510722","imei2":"17186626718510722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153393,"job_number":"JOB_153393","tr_customer_id":153410,"tr_customer_product_id":153400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:18.000Z","modified_at":"2026-01-13T06:35:18.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"14309726416255","imei1":"14309726416255","imei2":"14309726416255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153395,"job_number":"JOB_153395","tr_customer_id":153412,"tr_customer_product_id":153402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:19.000Z","modified_at":"2026-01-13T06:35:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13881171132274","imei1":"13881171132274","imei2":"13881171132274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153397,"job_number":"JOB_153397","tr_customer_id":153414,"tr_customer_product_id":153404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:20.000Z","modified_at":"2026-01-13T06:35:20.000Z","name":"Forest Brown","mobile_number":"803-337-0806","email_id":"Angelo.Baumbach@gmail.com","dop":"2025-04-06","serial_number":"15711283115032536","imei1":"15711283115032536","imei2":"15711283115032536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153398,"job_number":"JOB_153398","tr_customer_id":153415,"tr_customer_product_id":153405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:35.000Z","modified_at":"2026-01-13T06:35:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14906925255648","imei1":"14906925255648","imei2":"14906925255648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153400,"job_number":"JOB_153400","tr_customer_id":153417,"tr_customer_product_id":153407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:37.000Z","modified_at":"2026-01-13T06:35:37.000Z","name":"Casimer Rau","mobile_number":"215-342-8734","email_id":"Kenna73@hotmail.com","dop":"2025-04-06","serial_number":"19496350485434544","imei1":"19496350485434544","imei2":"19496350485434544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153401,"job_number":"JOB_153401","tr_customer_id":153418,"tr_customer_product_id":153408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:41.000Z","modified_at":"2026-01-13T06:35:41.000Z","name":"Ashiq khan","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"181121931280099","imei1":"181121931280099","imei2":"181121931280099","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153403,"job_number":"JOB_153403","tr_customer_id":153420,"tr_customer_product_id":153410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:43.000Z","modified_at":"2026-01-13T06:35:43.000Z","name":"Aylin Kris","mobile_number":"223-877-5221","email_id":"Kayla_Treutel92@yahoo.com","dop":"2025-10-22","serial_number":"1096402720268648","imei1":"1096402720268648","imei2":"1096402720268648","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153407,"job_number":"JOB_153407","tr_customer_id":153424,"tr_customer_product_id":153414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:58.000Z","modified_at":"2026-01-13T06:35:58.000Z","name":"Uday P","mobile_number":"8299772041","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19843566021029","imei1":"19843566021029","imei2":"19843566021029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153409,"job_number":"JOB_153409","tr_customer_id":153426,"tr_customer_product_id":153416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:59.000Z","modified_at":"2026-01-13T06:35:59.000Z","name":"Aliyah Mitchell","mobile_number":"947-860-5150","email_id":"Carli.Harvey58@hotmail.com","dop":"2025-04-06","serial_number":"10134312447276504","imei1":"10134312447276504","imei2":"10134312447276504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153410,"job_number":"JOB_153410","tr_customer_id":153427,"tr_customer_product_id":153417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:20.000Z","modified_at":"2026-01-13T06:36:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12532377438466","imei1":"12532377438466","imei2":"12532377438466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153412,"job_number":"JOB_153412","tr_customer_id":153429,"tr_customer_product_id":153419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:22.000Z","modified_at":"2026-01-13T06:36:22.000Z","name":"Rozella Schoen","mobile_number":"495-804-7754","email_id":"Stephon_Dicki@yahoo.com","dop":"2025-04-06","serial_number":"12679789341247674","imei1":"12679789341247674","imei2":"12679789341247674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153413,"job_number":"JOB_153413","tr_customer_id":153430,"tr_customer_product_id":153420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:24.000Z","modified_at":"2026-01-13T06:36:24.000Z","name":"Abhishek khan","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"166320133855729","imei1":"166320133855729","imei2":"166320133855729","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153416,"job_number":"JOB_153416","tr_customer_id":153433,"tr_customer_product_id":153423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:26.000Z","modified_at":"2026-01-13T06:36:26.000Z","name":"Erica Walsh","mobile_number":"319-903-4291","email_id":"Keon_Grant42@gmail.com","dop":"2025-10-22","serial_number":"1022549045064815","imei1":"1022549045064815","imei2":"1022549045064815","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153419,"job_number":"JOB_153419","tr_customer_id":153436,"tr_customer_product_id":153426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:06.000Z","modified_at":"2026-01-13T06:37:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18035179744807","imei1":"18035179744807","imei2":"18035179744807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153421,"job_number":"JOB_153421","tr_customer_id":153438,"tr_customer_product_id":153428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:08.000Z","modified_at":"2026-01-13T06:37:08.000Z","name":"Elton Daugherty","mobile_number":"859-218-8312","email_id":"Barton_Reilly@gmail.com","dop":"2025-04-06","serial_number":"11313420214238194","imei1":"11313420214238194","imei2":"11313420214238194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153422,"job_number":"JOB_153422","tr_customer_id":153439,"tr_customer_product_id":153429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:36.000Z","modified_at":"2026-01-13T06:40:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17535175495540","imei1":"17535175495540","imei2":"17535175495540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153424,"job_number":"JOB_153424","tr_customer_id":153441,"tr_customer_product_id":153431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:38.000Z","modified_at":"2026-01-13T06:40:38.000Z","name":"Michele Fadel","mobile_number":"485-280-0952","email_id":"Naomie.Armstrong5@yahoo.com","dop":"2025-04-06","serial_number":"13357762284738180","imei1":"13357762284738180","imei2":"13357762284738180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:40:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153425,"job_number":"JOB_153425","tr_customer_id":153442,"tr_customer_product_id":153432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:29.000Z","modified_at":"2026-01-13T06:41:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16293684663073","imei1":"16293684663073","imei2":"16293684663073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153427,"job_number":"JOB_153427","tr_customer_id":153444,"tr_customer_product_id":153434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:30.000Z","modified_at":"2026-01-13T06:41:30.000Z","name":"Willa Deckow","mobile_number":"290-537-1272","email_id":"Tanner.Nolan@hotmail.com","dop":"2025-04-06","serial_number":"10865604647974306","imei1":"10865604647974306","imei2":"10865604647974306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153429,"job_number":"JOB_153429","tr_customer_id":153446,"tr_customer_product_id":153436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:44.000Z","modified_at":"2026-01-13T06:41:44.000Z","name":"Otto Ward","mobile_number":"457-604-0207","email_id":"Alex87@yahoo.com","dop":"2025-04-06","serial_number":"19627713621514290","imei1":"19627713621514290","imei2":"19627713621514290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153431,"job_number":"JOB_153431","tr_customer_id":153448,"tr_customer_product_id":153438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:58.000Z","modified_at":"2026-01-13T06:41:58.000Z","name":"Sidney Rath","mobile_number":"601-411-1665","email_id":"Lorine.Reinger@gmail.com","dop":"2025-04-06","serial_number":"13708697357119920","imei1":"13708697357119920","imei2":"13708697357119920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153432,"job_number":"JOB_153432","tr_customer_id":153449,"tr_customer_product_id":153439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:16.000Z","modified_at":"2026-01-13T06:42:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12663480145504","imei1":"12663480145504","imei2":"12663480145504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153434,"job_number":"JOB_153434","tr_customer_id":153451,"tr_customer_product_id":153441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:18.000Z","modified_at":"2026-01-13T06:42:18.000Z","name":"Asha Konopelski","mobile_number":"704-491-9183","email_id":"Lukas_Effertz87@yahoo.com","dop":"2025-04-06","serial_number":"14830881497778844","imei1":"14830881497778844","imei2":"14830881497778844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:42:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153439,"job_number":"JOB_153439","tr_customer_id":153456,"tr_customer_product_id":153446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:30.000Z","modified_at":"2026-01-13T06:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13335342852575","imei1":"13335342852575","imei2":"13335342852575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153442,"job_number":"JOB_153442","tr_customer_id":153459,"tr_customer_product_id":153449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Jerel Huels","mobile_number":"941-536-9895","email_id":"Vinnie_Bayer@hotmail.com","dop":"2025-04-06","serial_number":"11246406938412776","imei1":"11246406938412776","imei2":"11246406938412776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153443,"job_number":"JOB_153443","tr_customer_id":153460,"tr_customer_product_id":153450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:32.000Z","modified_at":"2026-01-13T06:47:32.000Z","name":"Kirstin Kohler","mobile_number":"384-304-7801","email_id":"Murray.Ortiz65@gmail.com","dop":"2025-04-06","serial_number":"19843988441614216","imei1":"19843988441614216","imei2":"19843988441614216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153444,"job_number":"JOB_153444","tr_customer_id":153461,"tr_customer_product_id":153451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:17.000Z","modified_at":"2026-01-13T06:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10893295769409","imei1":"10893295769409","imei2":"10893295769409","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153446,"job_number":"JOB_153446","tr_customer_id":153463,"tr_customer_product_id":153453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:19.000Z","modified_at":"2026-01-13T06:48:19.000Z","name":"Parker Jakubowski","mobile_number":"952-465-2758","email_id":"Dakota_Ledner10@hotmail.com","dop":"2025-04-06","serial_number":"12311975918017010","imei1":"12311975918017010","imei2":"12311975918017010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153447,"job_number":"JOB_153447","tr_customer_id":153464,"tr_customer_product_id":153454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:03.000Z","modified_at":"2026-01-13T06:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13169385017653","imei1":"13169385017653","imei2":"13169385017653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153449,"job_number":"JOB_153449","tr_customer_id":153466,"tr_customer_product_id":153456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:05.000Z","modified_at":"2026-01-13T06:49:05.000Z","name":"Savannah McCullough","mobile_number":"667-299-8593","email_id":"Nico.Parker@hotmail.com","dop":"2025-04-06","serial_number":"11764441752405088","imei1":"11764441752405088","imei2":"11764441752405088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153450,"job_number":"JOB_153450","tr_customer_id":153467,"tr_customer_product_id":153457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Giri Iyengar","mobile_number":"7046840199","email_id":"devajyoti.jain@hotmail.com","dop":"2026-01-03","serial_number":"178243689739422","imei1":"178243689739422","imei2":"178243689739422","popurl":"www.bhadra-dwivedi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153451,"job_number":"JOB_153451","tr_customer_id":153468,"tr_customer_product_id":153458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:18.000Z","modified_at":"2026-01-13T06:59:18.000Z","name":"Tanya Varrier","mobile_number":"7017488671","email_id":"abani.chaturvedi@gmail.com","dop":"2026-01-03","serial_number":"559635736216011","imei1":"559635736216011","imei2":"559635736216011","popurl":"www.aayushmaan-menon.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153452,"job_number":"JOB_153452","tr_customer_id":153469,"tr_customer_product_id":153459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.511179290Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153453,"job_number":"JOB_153453","tr_customer_id":153470,"tr_customer_product_id":153460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:25.000Z","modified_at":"2026-01-13T06:59:25.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-03","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-03T06:59:25.528382776Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153454,"job_number":"JOB_153454","tr_customer_id":153471,"tr_customer_product_id":153461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153455,"job_number":"JOB_153455","tr_customer_id":153472,"tr_customer_product_id":153462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153456,"job_number":"JOB_153456","tr_customer_id":153473,"tr_customer_product_id":153463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153457,"job_number":"JOB_153457","tr_customer_id":153474,"tr_customer_product_id":153464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:59:27.000Z","modified_at":"2026-01-13T06:59:27.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153458,"job_number":"JOB_153458","tr_customer_id":153475,"tr_customer_product_id":153465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:00:31.000Z","modified_at":"2026-01-13T07:00:31.000Z","name":"Nova Koss","mobile_number":"239-334-5085","email_id":"Zane_Wilderman@gmail.com","dop":"2025-10-22","serial_number":"150491293341920","imei1":"150491293341920","imei2":"150491293341920","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153459,"job_number":"JOB_153459","tr_customer_id":153476,"tr_customer_product_id":153466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:25.000Z","modified_at":"2026-01-13T07:01:25.000Z","name":"Garnet Ebert","mobile_number":"351-222-7222","email_id":"Roger_Hammes@yahoo.com","dop":"2025-10-22","serial_number":"106917328565507","imei1":"106917328565507","imei2":"106917328565507","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153461,"job_number":"JOB_153461","tr_customer_id":153478,"tr_customer_product_id":153468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:27.000Z","modified_at":"2026-01-13T07:01:27.000Z","name":"Elmira Stokes","mobile_number":"698-394-4383","email_id":"Dangelo.Greenholt87@hotmail.com","dop":"2025-04-06","serial_number":"15247447049429286","imei1":"15247447049429286","imei2":"15247447049429286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153462,"job_number":"JOB_153462","tr_customer_id":153479,"tr_customer_product_id":153469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:39.000Z","modified_at":"2026-01-13T07:01:39.000Z","name":"Kyle Bins","mobile_number":"907-897-0318","email_id":"Jennyfer_Weimann@hotmail.com","dop":"2025-10-22","serial_number":"150708821765717","imei1":"150708821765717","imei2":"150708821765717","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T07:01:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152959,"job_number":"JOB_152959","tr_customer_id":152976,"tr_customer_product_id":152966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:42:44.000Z","modified_at":"2026-01-13T00:42:44.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12200118723400","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T00:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152964,"job_number":"JOB_152964","tr_customer_id":152981,"tr_customer_product_id":152971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:02.000Z","modified_at":"2026-01-13T01:36:02.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"15571427091090","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152965,"job_number":"JOB_152965","tr_customer_id":152982,"tr_customer_product_id":152972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:06.000Z","modified_at":"2026-01-13T01:36:06.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"19373853917739","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152966,"job_number":"JOB_152966","tr_customer_id":152983,"tr_customer_product_id":152973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:36:08.000Z","modified_at":"2026-01-13T01:36:08.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14191217372006","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152967,"job_number":"JOB_152967","tr_customer_id":152984,"tr_customer_product_id":152974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:23.000Z","modified_at":"2026-01-13T01:39:24.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18016644965930","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152968,"job_number":"JOB_152968","tr_customer_id":152985,"tr_customer_product_id":152975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:36.000Z","modified_at":"2026-01-13T01:39:36.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"18112050941983","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152969,"job_number":"JOB_152969","tr_customer_id":152986,"tr_customer_product_id":152976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:39:57.000Z","modified_at":"2026-01-13T01:39:57.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"13474864112371","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152970,"job_number":"JOB_152970","tr_customer_id":152987,"tr_customer_product_id":152977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:40:52.000Z","modified_at":"2026-01-13T01:40:52.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11293058515635","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152971,"job_number":"JOB_152971","tr_customer_id":152988,"tr_customer_product_id":152978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:41:28.000Z","modified_at":"2026-01-13T01:41:28.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14760262405521","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152973,"job_number":"JOB_152973","tr_customer_id":152990,"tr_customer_product_id":152980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:44:49.000Z","modified_at":"2026-01-13T01:44:49.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"10776339681431","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152975,"job_number":"JOB_152975","tr_customer_id":152992,"tr_customer_product_id":152982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:47:51.000Z","modified_at":"2026-01-13T01:47:51.000Z","name":"Verlie Nikolaus","mobile_number":"722-739-1864","email_id":"Camylle.Schinner@gmail.com","dop":"2026-01-10","serial_number":"21252447753937","imei1":"21252447753937","imei2":"21252447753937","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152976,"job_number":"JOB_152976","tr_customer_id":152993,"tr_customer_product_id":152983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:48:09.000Z","modified_at":"2026-01-13T01:48:09.000Z","name":"Sierra McClure","mobile_number":"464-948-4886","email_id":"Clemens.Nader31@yahoo.com","dop":"2026-01-10","serial_number":"400525471592484","imei1":"400525471592484","imei2":"400525471592484","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T01:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152983,"job_number":"JOB_152983","tr_customer_id":153000,"tr_customer_product_id":152990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:46:22.000Z","modified_at":"2026-01-13T03:46:22.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"14924344586132","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153011,"job_number":"JOB_153011","tr_customer_id":153028,"tr_customer_product_id":153018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:33.000Z","modified_at":"2026-01-13T03:49:34.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Elmer31@hotmail.com","dop":"2025-07-02","serial_number":"12961196646355","imei1":"12961196646355","imei2":"12961196646355","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153024,"job_number":"JOB_153024","tr_customer_id":153041,"tr_customer_product_id":153031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:50.000Z","modified_at":"2026-01-13T03:49:50.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Tanya56@yahoo.com","dop":"2025-07-02","serial_number":"16024879192606","imei1":"16024879192606","imei2":"16024879192606","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:49:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153047,"job_number":"JOB_153047","tr_customer_id":153064,"tr_customer_product_id":153054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:07.000Z","modified_at":"2026-01-13T03:50:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Emerald22@gmail.com","dop":"2025-07-02","serial_number":"19292784459597","imei1":"19292784459597","imei2":"19292784459597","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153070,"job_number":"JOB_153070","tr_customer_id":153087,"tr_customer_product_id":153077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:28.000Z","modified_at":"2026-01-13T03:50:28.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"185642560040121","imei1":"185642560040121","imei2":"185642560040121","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153071,"job_number":"JOB_153071","tr_customer_id":153088,"tr_customer_product_id":153078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Quincy O'Kon","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"182173578734661","imei1":"182173578734661","imei2":"182173578734661","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153072,"job_number":"JOB_153072","tr_customer_id":153089,"tr_customer_product_id":153079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Caden Keeling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"186833928174921","imei1":"186833928174921","imei2":"186833928174921","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153073,"job_number":"JOB_153073","tr_customer_id":153090,"tr_customer_product_id":153080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:29.000Z","modified_at":"2026-01-13T03:50:29.000Z","name":"Pearline Witting","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140291337641622","imei1":"140291337641622","imei2":"140291337641622","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153089,"job_number":"JOB_153089","tr_customer_id":153106,"tr_customer_product_id":153096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"129686786924475","imei1":"129686786924475","imei2":"129686786924475","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153090,"job_number":"JOB_153090","tr_customer_id":153107,"tr_customer_product_id":153097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Raina Blick","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"118504064178089","imei1":"118504064178089","imei2":"118504064178089","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153091,"job_number":"JOB_153091","tr_customer_id":153108,"tr_customer_product_id":153098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:40.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Michael Hudson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128738008478937","imei1":"128738008478937","imei2":"128738008478937","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153092,"job_number":"JOB_153092","tr_customer_id":153109,"tr_customer_product_id":153099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:41.000Z","modified_at":"2026-01-13T03:50:41.000Z","name":"Karlie Towne","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162034816487930","imei1":"162034816487930","imei2":"162034816487930","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153112,"job_number":"JOB_153112","tr_customer_id":153129,"tr_customer_product_id":153119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:09.000Z","modified_at":"2026-01-13T03:51:09.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108845179568721","imei1":"108845179568721","imei2":"108845179568721","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153115,"job_number":"JOB_153115","tr_customer_id":153132,"tr_customer_product_id":153122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"Laverne Thiel","mobile_number":"394-928-2392","email_id":"Emelia_Osinski@yahoo.com","dop":"2025-06-09","serial_number":"107449911204701","imei1":"107449911204701","imei2":"107449911204701","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153126,"job_number":"JOB_153126","tr_customer_id":153143,"tr_customer_product_id":153133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:23.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100493670574337","imei1":"100493670574337","imei2":"100493670574337","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153129,"job_number":"JOB_153129","tr_customer_id":153146,"tr_customer_product_id":153136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:24.000Z","name":"Gino Hoppe","mobile_number":"218-849-7578","email_id":"Justine.Hyatt66@yahoo.com","dop":"2025-06-09","serial_number":"105833888639457","imei1":"105833888639457","imei2":"105833888639457","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153145,"job_number":"JOB_153145","tr_customer_id":153162,"tr_customer_product_id":153152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107134574172981","imei1":"107134574172981","imei2":"107134574172981","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153147,"job_number":"JOB_153147","tr_customer_id":153164,"tr_customer_product_id":153154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:38.000Z","name":"Howard Jerde","mobile_number":"225-762-0200","email_id":"Fermin.Emmerich@gmail.com","dop":"2025-06-09","serial_number":"103702688840930","imei1":"103702688840930","imei2":"103702688840930","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153315,"job_number":"JOB_153315","tr_customer_id":153332,"tr_customer_product_id":153322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:03.000Z","modified_at":"2026-01-13T06:19:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109231383262124","imei1":"109231383262124","imei2":"109231383262124","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153317,"job_number":"JOB_153317","tr_customer_id":153334,"tr_customer_product_id":153324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:04.000Z","modified_at":"2026-01-13T06:19:04.000Z","name":"Fermin Greenfelder","mobile_number":"955-317-6851","email_id":"Stewart_McDermott@gmail.com","dop":"2025-06-09","serial_number":"103613644269013","imei1":"103613644269013","imei2":"103613644269013","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153318,"job_number":"JOB_153318","tr_customer_id":153335,"tr_customer_product_id":153325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:21.000Z","modified_at":"2026-01-13T06:19:21.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108378338967206","imei1":"108378338967206","imei2":"108378338967206","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153320,"job_number":"JOB_153320","tr_customer_id":153337,"tr_customer_product_id":153327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:22.000Z","modified_at":"2026-01-13T06:19:22.000Z","name":"Aiyana Terry","mobile_number":"244-508-8666","email_id":"Larue48@yahoo.com","dop":"2025-06-09","serial_number":"100018750637698","imei1":"100018750637698","imei2":"100018750637698","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153321,"job_number":"JOB_153321","tr_customer_id":153338,"tr_customer_product_id":153328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101759281341148","imei1":"101759281341148","imei2":"101759281341148","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153323,"job_number":"JOB_153323","tr_customer_id":153340,"tr_customer_product_id":153330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:43.000Z","name":"Bella Harber","mobile_number":"687-229-6322","email_id":"Corbin_Spencer@gmail.com","dop":"2025-06-09","serial_number":"100340725009684","imei1":"100340725009684","imei2":"100340725009684","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153386,"job_number":"JOB_153386","tr_customer_id":153403,"tr_customer_product_id":153393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:47.000Z","modified_at":"2026-01-13T06:34:47.000Z","name":"Rocky Kihn","mobile_number":"647-238-4940","email_id":"Christine_OHara58@gmail.com","dop":"2025-12-14","serial_number":"143009261320082","imei1":"143009261320082","imei2":"143009261320082","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153435,"job_number":"JOB_153435","tr_customer_id":153452,"tr_customer_product_id":153442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:44:29.000Z","modified_at":"2026-01-13T06:44:29.000Z","name":"Gennaro Goldner","mobile_number":"672-408-8464","email_id":"Ardith21@yahoo.com","dop":"2025-12-14","serial_number":"167754165732138","imei1":"167754165732138","imei2":"167754165732138","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153436,"job_number":"JOB_153436","tr_customer_id":153453,"tr_customer_product_id":153443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:19.000Z","modified_at":"2026-01-13T06:45:19.000Z","name":"Delfina Romaguera","mobile_number":"669-856-6230","email_id":"Rodrick12@hotmail.com","dop":"2025-12-14","serial_number":"144203005884587","imei1":"144203005884587","imei2":"144203005884587","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153437,"job_number":"JOB_153437","tr_customer_id":153454,"tr_customer_product_id":153444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:45:55.000Z","modified_at":"2026-01-13T06:45:55.000Z","name":"Jeff Flatley","mobile_number":"980-824-0583","email_id":"Nico51@hotmail.com","dop":"2025-12-14","serial_number":"110431504331280","imei1":"110431504331280","imei2":"110431504331280","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153438,"job_number":"JOB_153438","tr_customer_id":153455,"tr_customer_product_id":153445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:46:45.000Z","modified_at":"2026-01-13T06:46:45.000Z","name":"Paris Kuhlman","mobile_number":"668-305-9525","email_id":"Vern54@yahoo.com","dop":"2025-12-14","serial_number":"154647379634597","imei1":"154647379634597","imei2":"154647379634597","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153041,"job_number":"JOB_153041","tr_customer_id":153058,"tr_customer_product_id":153048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:01.000Z","modified_at":"2026-01-13T03:50:01.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10771045020908","imei1":"10771045020908","imei2":"10771045020908","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153043,"job_number":"JOB_153043","tr_customer_id":153060,"tr_customer_product_id":153050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:03.000Z","modified_at":"2026-01-13T03:50:03.000Z","name":"Issac Halvorson","mobile_number":"623-899-5283","email_id":"Luciano.Sauer@hotmail.com","dop":"2000-01-31","serial_number":"1039681522645958","imei1":"1039681522645958","imei2":"1039681522645958","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153094,"job_number":"JOB_153094","tr_customer_id":153111,"tr_customer_product_id":153101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:45.000Z","modified_at":"2026-01-13T03:50:45.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10015942569125","imei1":"10015942569125","imei2":"10015942569125","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153096,"job_number":"JOB_153096","tr_customer_id":153113,"tr_customer_product_id":153103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:46.000Z","modified_at":"2026-01-13T03:50:46.000Z","name":"Jarvis Kemmer","mobile_number":"972-753-9216","email_id":"Hilda.Keeling@yahoo.com","dop":"2000-01-31","serial_number":"1020112878943666","imei1":"1020112878943666","imei2":"1020112878943666","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153133,"job_number":"JOB_153133","tr_customer_id":153150,"tr_customer_product_id":153140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:51:28.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10288763450665","imei1":"10288763450665","imei2":"10288763450665","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153137,"job_number":"JOB_153137","tr_customer_id":153154,"tr_customer_product_id":153144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:29.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Jabari Stehr","mobile_number":"287-975-7792","email_id":"Gus_Bins67@gmail.com","dop":"2000-01-31","serial_number":"1098414206692260","imei1":"1098414206692260","imei2":"1098414206692260","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153165,"job_number":"JOB_153165","tr_customer_id":153182,"tr_customer_product_id":153172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:11.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10841115840820","imei1":"10841115840820","imei2":"10841115840820","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153168,"job_number":"JOB_153168","tr_customer_id":153185,"tr_customer_product_id":153175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:12.000Z","modified_at":"2026-01-13T03:52:12.000Z","name":"Jermaine Zulauf","mobile_number":"918-227-4575","email_id":"Lincoln.Gottlieb@yahoo.com","dop":"2000-01-31","serial_number":"1027394656263062","imei1":"1027394656263062","imei2":"1027394656263062","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T03:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153375,"job_number":"JOB_153375","tr_customer_id":153392,"tr_customer_product_id":153382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:24.000Z","modified_at":"2026-01-13T06:34:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10959448393593","imei1":"10959448393593","imei2":"10959448393593","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153377,"job_number":"JOB_153377","tr_customer_id":153394,"tr_customer_product_id":153384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:26.000Z","modified_at":"2026-01-13T06:34:26.000Z","name":"Tyree Ritchie","mobile_number":"491-439-3683","email_id":"Kim_Pouros@hotmail.com","dop":"2000-01-31","serial_number":"1061851432109229","imei1":"1061851432109229","imei2":"1061851432109229","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153387,"job_number":"JOB_153387","tr_customer_id":153404,"tr_customer_product_id":153394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:05.000Z","modified_at":"2026-01-13T06:35:05.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10678535364811","imei1":"10678535364811","imei2":"10678535364811","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153389,"job_number":"JOB_153389","tr_customer_id":153406,"tr_customer_product_id":153396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:07.000Z","modified_at":"2026-01-13T06:35:07.000Z","name":"Modesta Spinka","mobile_number":"615-484-8860","email_id":"Titus.Pacocha@yahoo.com","dop":"2000-01-31","serial_number":"1007142660208962","imei1":"1007142660208962","imei2":"1007142660208962","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153404,"job_number":"JOB_153404","tr_customer_id":153421,"tr_customer_product_id":153411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:45.000Z","modified_at":"2026-01-13T06:35:45.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10727612053937","imei1":"10727612053937","imei2":"10727612053937","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153406,"job_number":"JOB_153406","tr_customer_id":153423,"tr_customer_product_id":153413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:47.000Z","modified_at":"2026-01-13T06:35:47.000Z","name":"Tristin Ryan","mobile_number":"731-841-8579","email_id":"Malvina_Botsford@gmail.com","dop":"2000-01-31","serial_number":"1040407565557196","imei1":"1040407565557196","imei2":"1040407565557196","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153415,"job_number":"JOB_153415","tr_customer_id":153432,"tr_customer_product_id":153422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:25.000Z","modified_at":"2026-01-13T06:36:25.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10674195446428","imei1":"10674195446428","imei2":"10674195446428","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153418,"job_number":"JOB_153418","tr_customer_id":153435,"tr_customer_product_id":153425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:27.000Z","modified_at":"2026-01-13T06:36:27.000Z","name":"Rebecca Beatty","mobile_number":"599-283-0498","email_id":"Rachel_Corwin@gmail.com","dop":"2000-01-31","serial_number":"1098154260216714","imei1":"1098154260216714","imei2":"1098154260216714","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T06:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iameng","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept-Language | en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 4235477a-7930-425e-813f-104b447082fd |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 56 |
{
"username": "iameng",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 694 |
| ETag | W/"2b6-qB9uYZhM1S2FVsj65whEsZA5S+o" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:29 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMjl9.BG9t8ze0-QJCkH2WhfC65Iw6X23fNMx6P-04u-Z1a_k"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMjl9.BG9t8ze0-QJCkH2WhfC65Iw6X23fNMx6P-04u-Z1a_k |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a236c16e-2bc4-4eb2-a5d6-ec91ae05782a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 441 |
| ETag | W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:29 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMjl9.BG9t8ze0-QJCkH2WhfC65Iw6X23fNMx6P-04u-Z1a_k |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ef72f8af-f28b-4cba-b5c7-4c15dd1850cd |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 164 |
| ETag | W/"a4-/gHp3sw2Ys/dSM0hypCV5HLr2jA" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:29 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":9},{"label":"Repair completed","key":"repair_completed","count":161}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_repair"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMjl9.BG9t8ze0-QJCkH2WhfC65Iw6X23fNMx6P-04u-Z1a_k |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d6e8e9af-e90f-494b-9758-9315a67ce943 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{"details_key":"pending_for_repair"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"22af-hAH0isMR3V1w62glyMpK/JDHOUQ" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:25:30 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":153254,"job_number":"JOB_153254","tr_customer_id":153271,"tr_customer_product_id":153261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:49:07.000Z","name":"Agnes Sauer","mobile_number":"768-305-9608","email_id":"Alberto.Nolan@yahoo.com","dop":"2025-04-06","serial_number":"15889270236263","imei1":"15889270236263","imei2":"15889270236263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153257,"job_number":"JOB_153257","tr_customer_id":153274,"tr_customer_product_id":153264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:11.000Z","modified_at":"2026-01-13T05:49:20.000Z","name":"Kamren Botsford","mobile_number":"600-682-4862","email_id":"Martine_Rippin42@yahoo.com","dop":"2025-04-06","serial_number":"10789530576132","imei1":"10789530576132","imei2":"10789530576132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:20.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153260,"job_number":"JOB_153260","tr_customer_id":153277,"tr_customer_product_id":153267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:32.000Z","name":"Eloise Jacobi","mobile_number":"918-815-6531","email_id":"Gabrielle85@yahoo.com","dop":"2025-04-06","serial_number":"17319101684601","imei1":"17319101684601","imei2":"17319101684601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:32.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153263,"job_number":"JOB_153263","tr_customer_id":153280,"tr_customer_product_id":153270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:35.000Z","modified_at":"2026-01-13T05:52:43.000Z","name":"Vance Kunde","mobile_number":"505-450-8939","email_id":"Vaughn.Wilderman24@yahoo.com","dop":"2025-04-06","serial_number":"10133662090302","imei1":"10133662090302","imei2":"10133662090302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:43.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153266,"job_number":"JOB_153266","tr_customer_id":153283,"tr_customer_product_id":153273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:54.000Z","name":"Keven Brown","mobile_number":"731-749-4248","email_id":"Bill35@yahoo.com","dop":"2025-04-06","serial_number":"14457627057717","imei1":"14457627057717","imei2":"14457627057717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153271,"job_number":"JOB_153271","tr_customer_id":153288,"tr_customer_product_id":153278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:56:02.000Z","name":"Maximus Bergstrom","mobile_number":"754-359-7636","email_id":"Morris_Jerde22@gmail.com","dop":"2025-04-06","serial_number":"19241883672005","imei1":"19241883672005","imei2":"19241883672005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:02.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153274,"job_number":"JOB_153274","tr_customer_id":153291,"tr_customer_product_id":153281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:05.000Z","modified_at":"2026-01-13T05:56:13.000Z","name":"Nyasia Barrows","mobile_number":"562-821-7870","email_id":"Tressa_Jacobson@gmail.com","dop":"2025-04-06","serial_number":"11133565931734","imei1":"11133565931734","imei2":"11133565931734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:13.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153277,"job_number":"JOB_153277","tr_customer_id":153294,"tr_customer_product_id":153284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:23.000Z","name":"Beulah Smith","mobile_number":"397-354-9766","email_id":"Derek.OKeefe@gmail.com","dop":"2025-04-06","serial_number":"12844022201102","imei1":"12844022201102","imei2":"12844022201102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:23.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":153465,"job_number":"JOB_153465","tr_customer_id":153482,"tr_customer_product_id":153472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:25:21.000Z","modified_at":"2026-01-13T07:25:28.000Z","name":"Jacinto Carter","mobile_number":"775-532-2131","email_id":"Orion.Nitzsche28@hotmail.com","dop":"2025-11-04","serial_number":"78200947399811","imei1":"78200947399811","imei2":"78200947399811","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T07:25:28.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"repair_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMjl9.BG9t8ze0-QJCkH2WhfC65Iw6X23fNMx6P-04u-Z1a_k |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 11931021-89d0-4a65-bb79-f3c173debf02 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"details_key": "repair_completed"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:31 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMjl9.BG9t8ze0-QJCkH2WhfC65Iw6X23fNMx6P-04u-Z1a_k |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 15c869dc-2518-46af-8cc0-79bfc14f63ad |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"29da-JDqoO24v34EfGm/jgPtjrEsR0xM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:25:31 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":153465,"job_number":"JOB_153465","tr_customer_id":153482,"tr_customer_product_id":153472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:25:21.000Z","modified_at":"2026-01-13T07:25:28.000Z","name":"Jacinto Carter","mobile_number":"775-532-2131","email_id":"Orion.Nitzsche28@hotmail.com","dop":"2025-11-04","serial_number":"78200947399811","imei1":"78200947399811","imei2":"78200947399811","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T07:25:28.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":153465,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T07:25:21.000Z"}],"quatations":[]},{"id":153277,"job_number":"JOB_153277","tr_customer_id":153294,"tr_customer_product_id":153284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:15.000Z","modified_at":"2026-01-13T05:56:23.000Z","name":"Beulah Smith","mobile_number":"397-354-9766","email_id":"Derek.OKeefe@gmail.com","dop":"2025-04-06","serial_number":"12844022201102","imei1":"12844022201102","imei2":"12844022201102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:23.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153277,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:56:15.000Z"}],"quatations":[]},{"id":153274,"job_number":"JOB_153274","tr_customer_id":153291,"tr_customer_product_id":153281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:56:05.000Z","modified_at":"2026-01-13T05:56:13.000Z","name":"Nyasia Barrows","mobile_number":"562-821-7870","email_id":"Tressa_Jacobson@gmail.com","dop":"2025-04-06","serial_number":"11133565931734","imei1":"11133565931734","imei2":"11133565931734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:13.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153274,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:56:05.000Z"}],"quatations":[]},{"id":153271,"job_number":"JOB_153271","tr_customer_id":153288,"tr_customer_product_id":153278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:55:54.000Z","modified_at":"2026-01-13T05:56:02.000Z","name":"Maximus Bergstrom","mobile_number":"754-359-7636","email_id":"Morris_Jerde22@gmail.com","dop":"2025-04-06","serial_number":"19241883672005","imei1":"19241883672005","imei2":"19241883672005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:56:02.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153271,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:55:54.000Z"}],"quatations":[]},{"id":153266,"job_number":"JOB_153266","tr_customer_id":153283,"tr_customer_product_id":153273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:46.000Z","modified_at":"2026-01-13T05:52:54.000Z","name":"Keven Brown","mobile_number":"731-749-4248","email_id":"Bill35@yahoo.com","dop":"2025-04-06","serial_number":"14457627057717","imei1":"14457627057717","imei2":"14457627057717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153266,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:52:46.000Z"}],"quatations":[]},{"id":153263,"job_number":"JOB_153263","tr_customer_id":153280,"tr_customer_product_id":153270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:35.000Z","modified_at":"2026-01-13T05:52:43.000Z","name":"Vance Kunde","mobile_number":"505-450-8939","email_id":"Vaughn.Wilderman24@yahoo.com","dop":"2025-04-06","serial_number":"10133662090302","imei1":"10133662090302","imei2":"10133662090302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:43.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153263,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:52:35.000Z"}],"quatations":[]},{"id":153260,"job_number":"JOB_153260","tr_customer_id":153277,"tr_customer_product_id":153267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:52:23.000Z","modified_at":"2026-01-13T05:52:32.000Z","name":"Eloise Jacobi","mobile_number":"918-815-6531","email_id":"Gabrielle85@yahoo.com","dop":"2025-04-06","serial_number":"17319101684601","imei1":"17319101684601","imei2":"17319101684601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:52:32.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153260,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:52:23.000Z"}],"quatations":[]},{"id":153257,"job_number":"JOB_153257","tr_customer_id":153274,"tr_customer_product_id":153264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:49:11.000Z","modified_at":"2026-01-13T05:49:20.000Z","name":"Kamren Botsford","mobile_number":"600-682-4862","email_id":"Martine_Rippin42@yahoo.com","dop":"2025-04-06","serial_number":"10789530576132","imei1":"10789530576132","imei2":"10789530576132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:20.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153257,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:49:11.000Z"}],"quatations":[]},{"id":153254,"job_number":"JOB_153254","tr_customer_id":153271,"tr_customer_product_id":153261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:48:59.000Z","modified_at":"2026-01-13T05:49:07.000Z","name":"Agnes Sauer","mobile_number":"768-305-9608","email_id":"Alberto.Nolan@yahoo.com","dop":"2025-04-06","serial_number":"15889270236263","imei1":"15889270236263","imei2":"15889270236263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-13T05:49:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":153254,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-13T05:48:59.000Z"}],"quatations":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMjl9.BG9t8ze0-QJCkH2WhfC65Iw6X23fNMx6P-04u-Z1a_k |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | bb184a0a-d91c-4f29-9396-e3b421d36041 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:25:31 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMjl9.BG9t8ze0-QJCkH2WhfC65Iw6X23fNMx6P-04u-Z1a_k |
| Content-Type | application/json |
| Accept | application/json, text/plain, */* |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f7681292-edd9-4f7b-b620-dd0d2a3c9fbf |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 136 |
{
"job_id":153465,
"problems": [
{
"id": 3,
"remark": "Reinstalled OS"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 42 |
| ETag | W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:32 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Repair successful.","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamqc","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 21a2f5f9-d001-40e5-a9df-6ca5bfd40eaa |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 55 |
{
"username": "iamqc",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 681 |
| ETag | W/"2a9-I6ji/iPxZQpPSXA/RE4JTbueJ/g" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:32 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI4OTEzMn0.3gK7tSGMiC7tQ8kgxtyLIxLjSDQRFH4G32dh1IN021c"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI4OTEzMn0.3gK7tSGMiC7tQ8kgxtyLIxLjSDQRFH4G32dh1IN021c |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 5c31119f-1083-45a7-978d-6e5467ab447d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 431 |
| ETag | W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:32 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI4OTEzMn0.3gK7tSGMiC7tQ8kgxtyLIxLjSDQRFH4G32dh1IN021c |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | cbee3e20-1bbe-4aad-8daf-9628a2827feb |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 202 |
| ETag | W/"ca-wiOQw1sPnVfQ2eHGbSbP99zkqs4" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:32 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":3},{"label":"QC Completed","key":"qc_completed","count":159},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_qc"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI4OTEzMn0.3gK7tSGMiC7tQ8kgxtyLIxLjSDQRFH4G32dh1IN021c |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | fc54f086-a22d-40b4-b984-e4f4f72ff77b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 32 |
{"details_key":"pending_for_qc"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:33 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"qc_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI4OTEzMn0.3gK7tSGMiC7tQ8kgxtyLIxLjSDQRFH4G32dh1IN021c |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 8cd10b39-210f-42fa-9406-a700ad8c7a11 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 30 |
{"details_key":"qc_completed"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"265f9-itXSv2xnHhVP7Hb7RcFnIZRaLBg" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:25:33 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":153464,"job_number":"JOB_153464","tr_customer_id":153481,"tr_customer_product_id":153471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:25:04.000Z","modified_at":"2026-01-13T07:25:18.000Z","name":"Hilda Daniel","mobile_number":"336-787-3623","email_id":"Jessyca.Skiles@yahoo.com","dop":"2025-11-04","serial_number":"74790186277957","imei1":"74790186277957","imei2":"74790186277957","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153463,"job_number":"JOB_153463","tr_customer_id":153480,"tr_customer_product_id":153470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:24:48.000Z","modified_at":"2026-01-13T07:24:59.000Z","name":"Jasper Jacobs","mobile_number":"263-201-8380","email_id":"Oral54@yahoo.com","dop":"2025-11-04","serial_number":"60467304956938","imei1":"60467304956938","imei2":"60467304956938","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:24:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153358,"job_number":"JOB_153358","tr_customer_id":153375,"tr_customer_product_id":153365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:13.000Z","modified_at":"2026-01-13T06:29:31.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"74712190858251","imei1":"74712190858251","imei2":"74712190858251","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153354,"job_number":"JOB_153354","tr_customer_id":153371,"tr_customer_product_id":153361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:28:53.000Z","modified_at":"2026-01-13T06:29:07.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"95023931804388","imei1":"95023931804388","imei2":"95023931804388","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153353,"job_number":"JOB_153353","tr_customer_id":153370,"tr_customer_product_id":153360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:28:35.000Z","modified_at":"2026-01-13T06:28:48.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"26994953784520","imei1":"26994953784520","imei2":"26994953784520","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153326,"job_number":"JOB_153326","tr_customer_id":153343,"tr_customer_product_id":153333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:21.000Z","modified_at":"2026-01-13T06:21:34.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"51037878341202","imei1":"51037878341202","imei2":"51037878341202","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153325,"job_number":"JOB_153325","tr_customer_id":153342,"tr_customer_product_id":153332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:04.000Z","modified_at":"2026-01-13T06:21:16.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"15757610740311","imei1":"15757610740311","imei2":"15757610740311","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153324,"job_number":"JOB_153324","tr_customer_id":153341,"tr_customer_product_id":153331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:20:49.000Z","modified_at":"2026-01-13T06:20:59.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"41673180072938","imei1":"41673180072938","imei2":"41673180072938","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:20:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153322,"job_number":"JOB_153322","tr_customer_id":153339,"tr_customer_product_id":153329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:43.000Z","modified_at":"2026-01-13T06:19:57.000Z","name":"Rossie Bayer","mobile_number":"243-568-8992","email_id":"Haleigh65@hotmail.com","dop":"2025-06-09","serial_number":"108899204115745","imei1":"108899204115745","imei2":"108899204115745","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153319,"job_number":"JOB_153319","tr_customer_id":153336,"tr_customer_product_id":153326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:22.000Z","modified_at":"2026-01-13T06:19:36.000Z","name":"Ambrose Marvin","mobile_number":"801-386-0030","email_id":"Meda62@hotmail.com","dop":"2025-06-09","serial_number":"107935549367467","imei1":"107935549367467","imei2":"107935549367467","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153316,"job_number":"JOB_153316","tr_customer_id":153333,"tr_customer_product_id":153323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:19:04.000Z","modified_at":"2026-01-13T06:19:16.000Z","name":"Nathaniel Olson","mobile_number":"803-630-5817","email_id":"Mireille.Schamberger50@gmail.com","dop":"2025-06-09","serial_number":"107778902735409","imei1":"107778902735409","imei2":"107778902735409","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:19:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153314,"job_number":"JOB_153314","tr_customer_id":153331,"tr_customer_product_id":153321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:16:49.000Z","modified_at":"2026-01-13T06:17:16.000Z","name":"Vivian Reynolds","mobile_number":"389-565-0345","email_id":"Sincere75@hotmail.com","dop":"2025-10-01","serial_number":"13450906526211","imei1":"13450906526211","imei2":"13450906526211","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:17:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153313,"job_number":"JOB_153313","tr_customer_id":153330,"tr_customer_product_id":153320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:16:09.000Z","modified_at":"2026-01-13T06:16:19.000Z","name":"Jody Pacocha","mobile_number":"499-305-9410","email_id":"Lia.Schaden@gmail.com","dop":"2025-11-04","serial_number":"55751222311381","imei1":"55751222311381","imei2":"55751222311381","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153312,"job_number":"JOB_153312","tr_customer_id":153329,"tr_customer_product_id":153319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:15:56.000Z","modified_at":"2026-01-13T06:16:06.000Z","name":"Emmanuel Hahn","mobile_number":"766-876-6194","email_id":"Francesco56@yahoo.com","dop":"2025-11-04","serial_number":"64454951455282","imei1":"64454951455282","imei2":"64454951455282","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153311,"job_number":"JOB_153311","tr_customer_id":153328,"tr_customer_product_id":153318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:15:43.000Z","modified_at":"2026-01-13T06:15:53.000Z","name":"Deven Pollich","mobile_number":"803-334-4382","email_id":"Jolie.Friesen68@yahoo.com","dop":"2025-11-04","serial_number":"41830548879824","imei1":"41830548879824","imei2":"41830548879824","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:15:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153252,"job_number":"JOB_153252","tr_customer_id":153269,"tr_customer_product_id":153259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:47:05.000Z","modified_at":"2026-01-13T05:47:10.000Z","name":"Veekshith k","mobile_number":"9034324233","email_id":"Veekshith@gmail.com","dop":"2025-12-14","serial_number":"180473904683947","imei1":"180473904683947","imei2":"180473904683947","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:47:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153251,"job_number":"JOB_153251","tr_customer_id":153268,"tr_customer_product_id":153258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:47:00.000Z","modified_at":"2026-01-13T05:47:05.000Z","name":"Kiran Kumar","mobile_number":"904533233","email_id":"kiran@gmail.com","dop":"2025-12-14","serial_number":"163841812032817","imei1":"163841812032817","imei2":"163841812032817","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:47:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153250,"job_number":"JOB_153250","tr_customer_id":153267,"tr_customer_product_id":153257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:46:55.000Z","modified_at":"2026-01-13T05:46:59.000Z","name":"Anitha Kumari","mobile_number":"8934535434","email_id":"anitha@gmail.com","dop":"2025-12-14","serial_number":"144345242210525","imei1":"144345242210525","imei2":"144345242210525","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153249,"job_number":"JOB_153249","tr_customer_id":153266,"tr_customer_product_id":153256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:17.000Z","modified_at":"2026-01-13T05:45:22.000Z","name":"{{irst_name}} k","mobile_number":"9034324233","email_id":"Veekshith@gmail.com","dop":"2025-12-14","serial_number":"157362364060723","imei1":"157362364060723","imei2":"157362364060723","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153248,"job_number":"JOB_153248","tr_customer_id":153265,"tr_customer_product_id":153255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:11.000Z","modified_at":"2026-01-13T05:45:16.000Z","name":"{{irst_name}} Kumar","mobile_number":"904533233","email_id":"kiran@gmail.com","dop":"2025-12-14","serial_number":"198613087741501","imei1":"198613087741501","imei2":"198613087741501","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153247,"job_number":"JOB_153247","tr_customer_id":153264,"tr_customer_product_id":153254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:45:06.000Z","modified_at":"2026-01-13T05:45:10.000Z","name":"{{irst_name}} Kumari","mobile_number":"8934535434","email_id":"anitha@gmail.com","dop":"2025-12-14","serial_number":"135620959077456","imei1":"135620959077456","imei2":"135620959077456","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:45:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153146,"job_number":"JOB_153146","tr_customer_id":153163,"tr_customer_product_id":153153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:38.000Z","modified_at":"2026-01-13T03:51:48.000Z","name":"Edna Renner","mobile_number":"521-605-6662","email_id":"Raegan_Huel@gmail.com","dop":"2025-06-09","serial_number":"101831249953224","imei1":"101831249953224","imei2":"101831249953224","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153127,"job_number":"JOB_153127","tr_customer_id":153144,"tr_customer_product_id":153134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:24.000Z","modified_at":"2026-01-13T03:51:34.000Z","name":"Jesus Bogisich","mobile_number":"679-297-1298","email_id":"Elna.Heathcote@hotmail.com","dop":"2025-06-09","serial_number":"109371719799567","imei1":"109371719799567","imei2":"109371719799567","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153113,"job_number":"JOB_153113","tr_customer_id":153130,"tr_customer_product_id":153120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:09.000Z","modified_at":"2026-01-13T03:51:19.000Z","name":"Chyna Balistreri","mobile_number":"349-335-7904","email_id":"Rhoda81@yahoo.com","dop":"2025-06-09","serial_number":"102626666223811","imei1":"102626666223811","imei2":"102626666223811","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153079,"job_number":"JOB_153079","tr_customer_id":153096,"tr_customer_product_id":153086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:50:58.000Z","name":"Jessika Hessel","mobile_number":"709-340-3337","email_id":"Krystal8@hotmail.com","dop":"2025-10-01","serial_number":"12068824628396","imei1":"12068824628396","imei2":"12068824628396","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153035,"job_number":"JOB_153035","tr_customer_id":153052,"tr_customer_product_id":153042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:55.000Z","modified_at":"2026-01-13T03:50:02.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"12139760903334","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152994,"job_number":"JOB_152994","tr_customer_id":153011,"tr_customer_product_id":153001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:10.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11037017348002","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153460,"job_number":"JOB_153460","tr_customer_id":153477,"tr_customer_product_id":153467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:01:26.000Z","modified_at":"2026-01-13T07:02:06.000Z","name":"Alivia Considine","mobile_number":"518-317-2380","email_id":"Erna_Kris84@hotmail.com","dop":"2025-04-06","serial_number":"19719354106709","imei1":"19719354106709","imei2":"19719354106709","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T07:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153448,"job_number":"JOB_153448","tr_customer_id":153465,"tr_customer_product_id":153455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:49:04.000Z","modified_at":"2026-01-13T06:49:42.000Z","name":"Nico McClure","mobile_number":"501-362-3642","email_id":"Norbert.Sawayn86@gmail.com","dop":"2025-04-06","serial_number":"14731581720705","imei1":"14731581720705","imei2":"14731581720705","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:49:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153445,"job_number":"JOB_153445","tr_customer_id":153462,"tr_customer_product_id":153452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:48:17.000Z","modified_at":"2026-01-13T06:48:56.000Z","name":"Jamil Dickinson","mobile_number":"590-759-8979","email_id":"Kimberly.Maggio70@gmail.com","dop":"2025-04-06","serial_number":"15965554356476","imei1":"15965554356476","imei2":"15965554356476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153441,"job_number":"JOB_153441","tr_customer_id":153458,"tr_customer_product_id":153448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:31.000Z","modified_at":"2026-01-13T06:48:10.000Z","name":"Maverick Adams","mobile_number":"456-448-8559","email_id":"Janessa.Kassulke@yahoo.com","dop":"2025-04-06","serial_number":"18207146180463","imei1":"18207146180463","imei2":"18207146180463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153440,"job_number":"JOB_153440","tr_customer_id":153457,"tr_customer_product_id":153447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:47:30.000Z","modified_at":"2026-01-13T06:48:07.000Z","name":"Joey Botsford","mobile_number":"997-401-3371","email_id":"Jacquelyn.Okuneva@gmail.com","dop":"2025-04-06","serial_number":"10149094290009","imei1":"10149094290009","imei2":"10149094290009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153433,"job_number":"JOB_153433","tr_customer_id":153450,"tr_customer_product_id":153440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:42:17.000Z","modified_at":"2026-01-13T06:43:00.000Z","name":"Nathen D'Amore","mobile_number":"219-861-1497","email_id":"Sheila_Hoppe@yahoo.com","dop":"2025-04-06","serial_number":"17627831077175","imei1":"17627831077175","imei2":"17627831077175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:43:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153430,"job_number":"JOB_153430","tr_customer_id":153447,"tr_customer_product_id":153437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:57.000Z","modified_at":"2026-01-13T06:42:34.000Z","name":"Moshe Jerde","mobile_number":"800-976-0751","email_id":"Lafayette.Thiel@gmail.com","dop":"2025-04-06","serial_number":"19218250814594","imei1":"19218250814594","imei2":"19218250814594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153428,"job_number":"JOB_153428","tr_customer_id":153445,"tr_customer_product_id":153435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:42.000Z","modified_at":"2026-01-13T06:42:19.000Z","name":"Kenna Batz","mobile_number":"804-508-1073","email_id":"Wanda56@hotmail.com","dop":"2025-04-06","serial_number":"18699635045385","imei1":"18699635045385","imei2":"18699635045385","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153426,"job_number":"JOB_153426","tr_customer_id":153443,"tr_customer_product_id":153433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:41:29.000Z","modified_at":"2026-01-13T06:42:10.000Z","name":"Randi Casper","mobile_number":"305-340-7811","email_id":"Jannie81@hotmail.com","dop":"2025-04-06","serial_number":"18332573452941","imei1":"18332573452941","imei2":"18332573452941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:42:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153423,"job_number":"JOB_153423","tr_customer_id":153440,"tr_customer_product_id":153430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:40:37.000Z","modified_at":"2026-01-13T06:41:21.000Z","name":"Boyd Kautzer","mobile_number":"612-716-9772","email_id":"Lauryn.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"17058788996246","imei1":"17058788996246","imei2":"17058788996246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153420,"job_number":"JOB_153420","tr_customer_id":153437,"tr_customer_product_id":153427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:37:07.000Z","modified_at":"2026-01-13T06:37:45.000Z","name":"Darrion Botsford","mobile_number":"784-778-0860","email_id":"Amparo.Turcotte12@yahoo.com","dop":"2025-04-06","serial_number":"17711954331293","imei1":"17711954331293","imei2":"17711954331293","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153417,"job_number":"JOB_153417","tr_customer_id":153434,"tr_customer_product_id":153424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:26.000Z","modified_at":"2026-01-13T06:36:59.000Z","name":"Lilla Bernhard","mobile_number":"823-828-9325","email_id":"Alison89@hotmail.com","dop":"2000-01-31","serial_number":"10006108857699","imei1":"10006108857699","imei2":"10006108857699","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153414,"job_number":"JOB_153414","tr_customer_id":153431,"tr_customer_product_id":153421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:24.000Z","modified_at":"2026-01-13T06:37:07.000Z","name":"Deja Hessel","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"116936879122410","imei1":"116936879122410","imei2":"116936879122410","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153411,"job_number":"JOB_153411","tr_customer_id":153428,"tr_customer_product_id":153418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:36:20.000Z","modified_at":"2026-01-13T06:37:00.000Z","name":"Roberta Purdy","mobile_number":"884-342-7518","email_id":"Orval_Bauch@hotmail.com","dop":"2025-04-06","serial_number":"11094089757398","imei1":"11094089757398","imei2":"11094089757398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:37:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153408,"job_number":"JOB_153408","tr_customer_id":153425,"tr_customer_product_id":153415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:58.000Z","modified_at":"2026-01-13T06:36:39.000Z","name":"Alyce Padberg","mobile_number":"489-281-6574","email_id":"Sigurd97@yahoo.com","dop":"2025-04-06","serial_number":"17623833105495","imei1":"17623833105495","imei2":"17623833105495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153405,"job_number":"JOB_153405","tr_customer_id":153422,"tr_customer_product_id":153412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:46.000Z","modified_at":"2026-01-13T06:36:19.000Z","name":"Zelda Pfeffer","mobile_number":"447-461-1503","email_id":"Damion_Vandervort@yahoo.com","dop":"2000-01-31","serial_number":"10791063874273","imei1":"10791063874273","imei2":"10791063874273","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153402,"job_number":"JOB_153402","tr_customer_id":153419,"tr_customer_product_id":153409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:42.000Z","modified_at":"2026-01-13T06:36:18.000Z","name":"Chelsea Streich","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"149157500091475","imei1":"149157500091475","imei2":"149157500091475","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153399,"job_number":"JOB_153399","tr_customer_id":153416,"tr_customer_product_id":153406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:36.000Z","modified_at":"2026-01-13T06:36:14.000Z","name":"Viva Marks","mobile_number":"331-967-4577","email_id":"Brown.Goldner@hotmail.com","dop":"2025-04-06","serial_number":"17730972665861","imei1":"17730972665861","imei2":"17730972665861","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:36:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153396,"job_number":"JOB_153396","tr_customer_id":153413,"tr_customer_product_id":153403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:19.000Z","modified_at":"2026-01-13T06:35:51.000Z","name":"Rodolfo Spencer","mobile_number":"798-311-2600","email_id":"Wilfrid.Stracke@gmail.com","dop":"2025-04-06","serial_number":"11549616850912","imei1":"11549616850912","imei2":"11549616850912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153394,"job_number":"JOB_153394","tr_customer_id":153411,"tr_customer_product_id":153401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:18.000Z","modified_at":"2026-01-13T06:35:54.000Z","name":"Frederique Mohr","mobile_number":"384-670-6239","email_id":"Maybell78@hotmail.com","dop":"2025-10-21","serial_number":"14751608010196","imei1":"14751608010196","imei2":"14751608010196","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153391,"job_number":"JOB_153391","tr_customer_id":153408,"tr_customer_product_id":153398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:10.000Z","modified_at":"2026-01-13T06:35:50.000Z","name":"Jarrod Senger","mobile_number":"797-312-6822","email_id":"Prudence97@hotmail.com","dop":"2025-04-06","serial_number":"10637771405309","imei1":"10637771405309","imei2":"10637771405309","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153388,"job_number":"JOB_153388","tr_customer_id":153405,"tr_customer_product_id":153395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:35:05.000Z","modified_at":"2026-01-13T06:35:39.000Z","name":"Therese Gerlach","mobile_number":"434-907-2013","email_id":"Luciano_Gorczany@gmail.com","dop":"2000-01-31","serial_number":"10406526539296","imei1":"10406526539296","imei2":"10406526539296","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153384,"job_number":"JOB_153384","tr_customer_id":153401,"tr_customer_product_id":153391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:42.000Z","modified_at":"2026-01-13T06:35:36.000Z","name":"Rodolfo Stracke","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"187829911197256","imei1":"187829911197256","imei2":"187829911197256","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153381,"job_number":"JOB_153381","tr_customer_id":153398,"tr_customer_product_id":153388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:41.000Z","modified_at":"2026-01-13T06:35:13.000Z","name":"Elizabeth Fisher","mobile_number":"718-606-2221","email_id":"Itzel_Bauch98@gmail.com","dop":"2025-04-06","serial_number":"15807422322553","imei1":"15807422322553","imei2":"15807422322553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153379,"job_number":"JOB_153379","tr_customer_id":153396,"tr_customer_product_id":153386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:35.000Z","modified_at":"2026-01-13T06:35:11.000Z","name":"Hattie Waters","mobile_number":"397-394-9916","email_id":"Seamus.Champlin98@gmail.com","dop":"2025-10-21","serial_number":"10366208297076","imei1":"10366208297076","imei2":"10366208297076","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153376,"job_number":"JOB_153376","tr_customer_id":153393,"tr_customer_product_id":153383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:25.000Z","modified_at":"2026-01-13T06:34:59.000Z","name":"Enos VonRueden","mobile_number":"874-906-1957","email_id":"Anita40@yahoo.com","dop":"2000-01-31","serial_number":"10228922048626","imei1":"10228922048626","imei2":"10228922048626","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153373,"job_number":"JOB_153373","tr_customer_id":153390,"tr_customer_product_id":153380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:21.000Z","modified_at":"2026-01-13T06:35:02.000Z","name":"Marcia Murphy","mobile_number":"782-385-9100","email_id":"Jazmyne.Nitzsche44@hotmail.com","dop":"2025-04-06","serial_number":"15506943955279","imei1":"15506943955279","imei2":"15506943955279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:35:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153370,"job_number":"JOB_153370","tr_customer_id":153387,"tr_customer_product_id":153377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:34:02.000Z","modified_at":"2026-01-13T06:34:35.000Z","name":"Hanna Sporer","mobile_number":"965-882-6945","email_id":"Raphael36@gmail.com","dop":"2025-04-06","serial_number":"18981159232156","imei1":"18981159232156","imei2":"18981159232156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153368,"job_number":"JOB_153368","tr_customer_id":153385,"tr_customer_product_id":153375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:51.000Z","modified_at":"2026-01-13T06:34:28.000Z","name":"Yasmine Mohr","mobile_number":"974-237-6041","email_id":"Bridgette.Bogan90@gmail.com","dop":"2025-10-21","serial_number":"11546601818771","imei1":"11546601818771","imei2":"11546601818771","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153365,"job_number":"JOB_153365","tr_customer_id":153382,"tr_customer_product_id":153372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:33:24.000Z","modified_at":"2026-01-13T06:34:00.000Z","name":"Shawn Reichel","mobile_number":"996-337-6530","email_id":"Gracie_Kemmer@gmail.com","dop":"2025-04-06","serial_number":"17769609635193","imei1":"17769609635193","imei2":"17769609635193","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:34:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153363,"job_number":"JOB_153363","tr_customer_id":153380,"tr_customer_product_id":153370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:30:24.000Z","modified_at":"2026-01-13T06:30:56.000Z","name":"Neha Considine","mobile_number":"659-405-0548","email_id":"Herbert58@yahoo.com","dop":"2025-04-06","serial_number":"15153876601935","imei1":"15153876601935","imei2":"15153876601935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153360,"job_number":"JOB_153360","tr_customer_id":153377,"tr_customer_product_id":153367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:45.000Z","modified_at":"2026-01-13T06:30:17.000Z","name":"Jarrett Wiza","mobile_number":"692-480-9775","email_id":"Glenna.Ferry36@gmail.com","dop":"2025-04-06","serial_number":"13658884591254","imei1":"13658884591254","imei2":"13658884591254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153356,"job_number":"JOB_153356","tr_customer_id":153373,"tr_customer_product_id":153363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:29:06.000Z","modified_at":"2026-01-13T06:29:39.000Z","name":"Delta Keeling","mobile_number":"911-865-7072","email_id":"Cordell.Turcotte4@yahoo.com","dop":"2025-04-06","serial_number":"15104738751563","imei1":"15104738751563","imei2":"15104738751563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:29:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153351,"job_number":"JOB_153351","tr_customer_id":153368,"tr_customer_product_id":153358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:44.000Z","modified_at":"2026-01-13T06:28:26.000Z","name":"Keanu Roob","mobile_number":"837-755-1053","email_id":"Wilfredo.Wisoky66@yahoo.com","dop":"2025-04-06","serial_number":"16918522598446","imei1":"16918522598446","imei2":"16918522598446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153349,"job_number":"JOB_153349","tr_customer_id":153366,"tr_customer_product_id":153356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:27:40.000Z","modified_at":"2026-01-13T06:28:14.000Z","name":"Humberto Kulas","mobile_number":"884-504-2182","email_id":"Valentin52@yahoo.com","dop":"2025-04-06","serial_number":"17304389644094","imei1":"17304389644094","imei2":"17304389644094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153346,"job_number":"JOB_153346","tr_customer_id":153363,"tr_customer_product_id":153353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:59.000Z","modified_at":"2026-01-13T06:27:33.000Z","name":"Vallie West","mobile_number":"407-473-1389","email_id":"Oliver.Abshire34@hotmail.com","dop":"2025-04-06","serial_number":"19340968579621","imei1":"19340968579621","imei2":"19340968579621","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:27:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153343,"job_number":"JOB_153343","tr_customer_id":153360,"tr_customer_product_id":153350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:26:18.000Z","modified_at":"2026-01-13T06:26:53.000Z","name":"Esmeralda Kerluke","mobile_number":"506-930-2893","email_id":"Fannie_Krajcik@hotmail.com","dop":"2025-04-06","serial_number":"17893364476748","imei1":"17893364476748","imei2":"17893364476748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153341,"job_number":"JOB_153341","tr_customer_id":153358,"tr_customer_product_id":153348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:23:16.000Z","modified_at":"2026-01-13T06:23:29.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"13116974344677","imei1":"13116974344677","imei2":"13116974344677","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153338,"job_number":"JOB_153338","tr_customer_id":153355,"tr_customer_product_id":153345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:55.000Z","modified_at":"2026-01-13T06:23:09.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"19478416349558","imei1":"19478416349558","imei2":"19478416349558","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153335,"job_number":"JOB_153335","tr_customer_id":153352,"tr_customer_product_id":153342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:36.000Z","modified_at":"2026-01-13T06:22:49.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"18091870566457","imei1":"18091870566457","imei2":"18091870566457","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:22:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153331,"job_number":"JOB_153331","tr_customer_id":153348,"tr_customer_product_id":153338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:22:34.000Z","modified_at":"2026-01-13T06:23:10.000Z","name":"Nash Price","mobile_number":"200-567-3305","email_id":"Nick.Nitzsche56@yahoo.com","dop":"2025-06-18","serial_number":"10089028831102","imei1":"10089028831102","imei2":"10089028831102","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:23:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153328,"job_number":"JOB_153328","tr_customer_id":153345,"tr_customer_product_id":153335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:21:49.000Z","modified_at":"2026-01-13T06:22:26.000Z","name":"Earline DuBuque","mobile_number":"774-575-2993","email_id":"Hilton.McCullough@hotmail.com","dop":"2025-06-18","serial_number":"10630115371402","imei1":"10630115371402","imei2":"10630115371402","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153308,"job_number":"JOB_153308","tr_customer_id":153325,"tr_customer_product_id":153315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:06:01.000Z","modified_at":"2026-01-13T06:06:32.000Z","name":"Oswaldo Kuhlman","mobile_number":"411-317-4180","email_id":"Garnet_Durgan20@gmail.com","dop":"2025-04-06","serial_number":"17711627910827","imei1":"17711627910827","imei2":"17711627910827","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:06:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153305,"job_number":"JOB_153305","tr_customer_id":153322,"tr_customer_product_id":153312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:05:22.000Z","modified_at":"2026-01-13T06:05:55.000Z","name":"Alexander Pfannerstill","mobile_number":"548-598-7996","email_id":"Cornelius_Durgan@gmail.com","dop":"2025-04-06","serial_number":"18124973985957","imei1":"18124973985957","imei2":"18124973985957","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:05:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153302,"job_number":"JOB_153302","tr_customer_id":153319,"tr_customer_product_id":153309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:39.000Z","modified_at":"2026-01-13T06:05:15.000Z","name":"Luna Mohr","mobile_number":"516-760-2059","email_id":"Dahlia_Dare@gmail.com","dop":"2025-04-06","serial_number":"15519855397565","imei1":"15519855397565","imei2":"15519855397565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153299,"job_number":"JOB_153299","tr_customer_id":153316,"tr_customer_product_id":153306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:04:15.000Z","modified_at":"2026-01-13T06:04:55.000Z","name":"Lance Rohan","mobile_number":"273-361-1720","email_id":"Christ_Rice@hotmail.com","dop":"2025-10-22","serial_number":"195068451750918","imei1":"195068451750918","imei2":"195068451750918","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:04:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153295,"job_number":"JOB_153295","tr_customer_id":153312,"tr_customer_product_id":153302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:03:01.000Z","modified_at":"2026-01-13T06:03:38.000Z","name":"Hayley Harris","mobile_number":"218-724-7710","email_id":"Yvette.Nolan@gmail.com","dop":"2025-04-06","serial_number":"13075139451226","imei1":"13075139451226","imei2":"13075139451226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:03:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153290,"job_number":"JOB_153290","tr_customer_id":153307,"tr_customer_product_id":153297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:02:17.000Z","modified_at":"2026-01-13T06:02:54.000Z","name":"Malcolm DuBuque","mobile_number":"519-318-2941","email_id":"Marco_Buckridge@yahoo.com","dop":"2025-04-06","serial_number":"18737653148310","imei1":"18737653148310","imei2":"18737653148310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:02:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153283,"job_number":"JOB_153283","tr_customer_id":153300,"tr_customer_product_id":153290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T06:01:32.000Z","modified_at":"2026-01-13T06:02:09.000Z","name":"Johnathan Boyer","mobile_number":"512-475-3196","email_id":"Skylar_Huel95@yahoo.com","dop":"2025-04-06","serial_number":"15757694630382","imei1":"15757694630382","imei2":"15757694630382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T06:02:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153268,"job_number":"JOB_153268","tr_customer_id":153285,"tr_customer_product_id":153275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:54:14.000Z","modified_at":"2026-01-13T05:54:56.000Z","name":"Niko Schulist","mobile_number":"481-874-6480","email_id":"Darrick.Satterfield6@yahoo.com","dop":"2025-10-22","serial_number":"151916441720945","imei1":"151916441720945","imei2":"151916441720945","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153243,"job_number":"JOB_153243","tr_customer_id":153260,"tr_customer_product_id":153250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T05:26:51.000Z","modified_at":"2026-01-13T05:27:32.000Z","name":"Robert Ruecker","mobile_number":"747-309-3058","email_id":"Chaz56@hotmail.com","dop":"2025-10-22","serial_number":"145637679868377","imei1":"145637679868377","imei2":"145637679868377","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T05:27:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153236,"job_number":"JOB_153236","tr_customer_id":153253,"tr_customer_product_id":153243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:58:08.000Z","modified_at":"2026-01-13T04:58:49.000Z","name":"Olen Runolfsdottir","mobile_number":"693-480-7361","email_id":"Manuel91@hotmail.com","dop":"2025-10-22","serial_number":"194650892173770","imei1":"194650892173770","imei2":"194650892173770","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153234,"job_number":"JOB_153234","tr_customer_id":153251,"tr_customer_product_id":153241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:57:11.000Z","modified_at":"2026-01-13T04:57:48.000Z","name":"Valerie Weimann","mobile_number":"699-912-4764","email_id":"Rosella87@gmail.com","dop":"2025-04-06","serial_number":"10257836179161","imei1":"10257836179161","imei2":"10257836179161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153232,"job_number":"JOB_153232","tr_customer_id":153249,"tr_customer_product_id":153239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:56:48.000Z","modified_at":"2026-01-13T04:57:24.000Z","name":"Brooke Conroy","mobile_number":"724-781-1508","email_id":"Felicity64@gmail.com","dop":"2025-04-06","serial_number":"11149067402522","imei1":"11149067402522","imei2":"11149067402522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153230,"job_number":"JOB_153230","tr_customer_id":153247,"tr_customer_product_id":153237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:20.000Z","modified_at":"2026-01-13T04:53:41.000Z","name":"Olin Barton","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"107200541596307","imei1":"107200541596307","imei2":"107200541596307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T04:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153227,"job_number":"JOB_153227","tr_customer_id":153244,"tr_customer_product_id":153234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:49.000Z","modified_at":"2026-01-13T04:53:14.000Z","name":"Irving Quitzon","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"169166966641877","imei1":"169166966641877","imei2":"169166966641877","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:53:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153224,"job_number":"JOB_153224","tr_customer_id":153241,"tr_customer_product_id":153231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:52:18.000Z","modified_at":"2026-01-13T04:52:43.000Z","name":"Oscar Becker","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"148613264957660","imei1":"148613264957660","imei2":"148613264957660","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153221,"job_number":"JOB_153221","tr_customer_id":153238,"tr_customer_product_id":153228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:20.000Z","modified_at":"2026-01-13T04:46:46.000Z","name":"Kayla Pfannerstill","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"106492634415458","imei1":"106492634415458","imei2":"106492634415458","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153219,"job_number":"JOB_153219","tr_customer_id":153236,"tr_customer_product_id":153226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:15.000Z","modified_at":"2026-01-13T04:46:24.000Z","name":"Francisco Buckridge","mobile_number":"822-419-1357","email_id":"Kristofer.Waelchi57@gmail.com","dop":"2025-07-01","serial_number":"104286731915734","imei1":"104286731915734","imei2":"104286731915734","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153217,"job_number":"JOB_153217","tr_customer_id":153234,"tr_customer_product_id":153224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:46:03.000Z","modified_at":"2026-01-13T04:46:12.000Z","name":"Ashlynn Donnelly","mobile_number":"391-401-5748","email_id":"Neva.Conn@hotmail.com","dop":"2025-07-01","serial_number":"107786111302782","imei1":"107786111302782","imei2":"107786111302782","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153214,"job_number":"JOB_153214","tr_customer_id":153231,"tr_customer_product_id":153221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:46.000Z","modified_at":"2026-01-13T04:46:15.000Z","name":"Ramiro Kunze","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"193421172284975","imei1":"193421172284975","imei2":"193421172284975","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:46:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153211,"job_number":"JOB_153211","tr_customer_id":153228,"tr_customer_product_id":153218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:45:13.000Z","modified_at":"2026-01-13T04:45:40.000Z","name":"Lillie Macejkovic","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"141865893280422","imei1":"141865893280422","imei2":"141865893280422","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153204,"job_number":"JOB_153204","tr_customer_id":153221,"tr_customer_product_id":153211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:29:34.000Z","modified_at":"2026-01-13T04:30:13.000Z","name":"Clara Hermiston","mobile_number":"462-509-4186","email_id":"Vesta.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"12004814891364","imei1":"12004814891364","imei2":"12004814891364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153202,"job_number":"JOB_153202","tr_customer_id":153219,"tr_customer_product_id":153209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:53.000Z","modified_at":"2026-01-13T04:25:32.000Z","name":"Nicholaus Erdman","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"180799427188734","imei1":"180799427188734","imei2":"180799427188734","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153200,"job_number":"JOB_153200","tr_customer_id":153217,"tr_customer_product_id":153207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:44.000Z","modified_at":"2026-01-13T04:24:53.000Z","name":"Anusha 123saikam","mobile_number":"7894561230","email_id":"anusha@gmail.com","dop":"2025-12-10","serial_number":"130241026316878","imei1":"130241026316878","imei2":"130241026316878","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153199,"job_number":"JOB_153199","tr_customer_id":153216,"tr_customer_product_id":153206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:33.000Z","modified_at":"2026-01-13T04:24:42.000Z","name":"Akira nandan","mobile_number":"7894561230","email_id":"akira@gmail.com","dop":"2025-12-10","serial_number":"158049088537383","imei1":"158049088537383","imei2":"158049088537383","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153197,"job_number":"JOB_153197","tr_customer_id":153214,"tr_customer_product_id":153204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:24:22.000Z","modified_at":"2026-01-13T04:24:48.000Z","name":"Trevor Windler","mobile_number":"8774158664","email_id":"sachin24@gmail.com","dop":"2025-10-22","serial_number":"187978613223407","imei1":"187978613223407","imei2":"187978613223407","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153194,"job_number":"JOB_153194","tr_customer_id":153211,"tr_customer_product_id":153201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:23:49.000Z","modified_at":"2026-01-13T04:24:16.000Z","name":"Alfonzo Farrell","mobile_number":"8795415445","email_id":"akash04@gmail.com","dop":"2025-10-22","serial_number":"100297118865037","imei1":"100297118865037","imei2":"100297118865037","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153192,"job_number":"JOB_153192","tr_customer_id":153209,"tr_customer_product_id":153199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:00:27.000Z","modified_at":"2026-01-13T04:00:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83788810237229","imei1":"83788810237229","imei2":"83788810237229","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153185,"job_number":"JOB_153185","tr_customer_id":153202,"tr_customer_product_id":153192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:57.000Z","modified_at":"2026-01-13T04:00:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94819976954615","imei1":"94819976954615","imei2":"94819976954615","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T04:00:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153178,"job_number":"JOB_153178","tr_customer_id":153195,"tr_customer_product_id":153185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:59:27.000Z","modified_at":"2026-01-13T03:59:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"29797554775792","imei1":"29797554775792","imei2":"29797554775792","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153170,"job_number":"JOB_153170","tr_customer_id":153187,"tr_customer_product_id":153177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:20.000Z","modified_at":"2026-01-13T03:52:53.000Z","name":"Garret Rowe","mobile_number":"883-929-1183","email_id":"Amely.Beier58@yahoo.com","dop":"2025-04-06","serial_number":"14482159822343","imei1":"14482159822343","imei2":"14482159822343","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153166,"job_number":"JOB_153166","tr_customer_id":153183,"tr_customer_product_id":153173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:11.000Z","modified_at":"2026-01-13T03:52:46.000Z","name":"Dortha Veum","mobile_number":"660-969-1672","email_id":"Demond18@yahoo.com","dop":"2000-01-31","serial_number":"10016107663628","imei1":"10016107663628","imei2":"10016107663628","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153164,"job_number":"JOB_153164","tr_customer_id":153181,"tr_customer_product_id":153171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:10.000Z","modified_at":"2026-01-13T03:52:48.000Z","name":"Hellen Koch","mobile_number":"626-882-4725","email_id":"Pamela.Dibbert67@gmail.com","dop":"2025-04-06","serial_number":"11225375272847","imei1":"11225375272847","imei2":"11225375272847","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153160,"job_number":"JOB_153160","tr_customer_id":153177,"tr_customer_product_id":153167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:09.000Z","modified_at":"2026-01-13T03:52:42.000Z","name":"Arno Bosco","mobile_number":"893-892-5495","email_id":"Erling84@gmail.com","dop":"2025-04-06","serial_number":"17465608746796","imei1":"17465608746796","imei2":"17465608746796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153158,"job_number":"JOB_153158","tr_customer_id":153175,"tr_customer_product_id":153165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:08.000Z","modified_at":"2026-01-13T03:52:45.000Z","name":"Carolina Metz","mobile_number":"594-473-0911","email_id":"Marlene_Pollich@gmail.com","dop":"2025-04-06","serial_number":"14980459183214","imei1":"14980459183214","imei2":"14980459183214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153154,"job_number":"JOB_153154","tr_customer_id":153171,"tr_customer_product_id":153161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:41.000Z","name":"Garrett Adams","mobile_number":"387-242-2491","email_id":"Lester.Price67@gmail.com","dop":"2025-04-06","serial_number":"12827174016787","imei1":"12827174016787","imei2":"12827174016787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153153,"job_number":"JOB_153153","tr_customer_id":153170,"tr_customer_product_id":153160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:52:03.000Z","modified_at":"2026-01-13T03:52:39.000Z","name":"Waldo Purdy","mobile_number":"563-568-5004","email_id":"Reed.Reichel@yahoo.com","dop":"2025-04-06","serial_number":"11258330462824","imei1":"11258330462824","imei2":"11258330462824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153149,"job_number":"JOB_153149","tr_customer_id":153166,"tr_customer_product_id":153156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:39.000Z","modified_at":"2026-01-13T03:52:13.000Z","name":"Chet Mertz","mobile_number":"688-232-0809","email_id":"Nova_Prohaska@hotmail.com","dop":"2025-04-06","serial_number":"14850575317100","imei1":"14850575317100","imei2":"14850575317100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153143,"job_number":"JOB_153143","tr_customer_id":153160,"tr_customer_product_id":153150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:35.000Z","modified_at":"2026-01-13T03:52:07.000Z","name":"Hubert Kovacek","mobile_number":"517-577-8902","email_id":"Trenton.Weissnat77@hotmail.com","dop":"2025-04-06","serial_number":"19611515181213","imei1":"19611515181213","imei2":"19611515181213","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153140,"job_number":"JOB_153140","tr_customer_id":153157,"tr_customer_product_id":153147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:30.000Z","modified_at":"2026-01-13T03:52:06.000Z","name":"Carroll Robel","mobile_number":"647-850-5116","email_id":"Cicero.Abshire@hotmail.com","dop":"2025-04-06","serial_number":"11183956973022","imei1":"11183956973022","imei2":"11183956973022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153136,"job_number":"JOB_153136","tr_customer_id":153153,"tr_customer_product_id":153143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:52:02.000Z","name":"Ettie Armstrong","mobile_number":"795-463-6086","email_id":"Abraham_Little31@yahoo.com","dop":"2025-04-06","serial_number":"16460214171741","imei1":"16460214171741","imei2":"16460214171741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153135,"job_number":"JOB_153135","tr_customer_id":153152,"tr_customer_product_id":153142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:28.000Z","modified_at":"2026-01-13T03:52:04.000Z","name":"Mac Lynch","mobile_number":"675-329-2613","email_id":"Bonnie.Maggio@hotmail.com","dop":"2000-01-31","serial_number":"10001411456309","imei1":"10001411456309","imei2":"10001411456309","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153131,"job_number":"JOB_153131","tr_customer_id":153148,"tr_customer_product_id":153138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:25.000Z","modified_at":"2026-01-13T03:52:02.000Z","name":"Marianne Morissette","mobile_number":"803-239-7742","email_id":"Kyleigh.Raynor75@yahoo.com","dop":"2025-04-06","serial_number":"15852842544750","imei1":"15852842544750","imei2":"15852842544750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153125,"job_number":"JOB_153125","tr_customer_id":153142,"tr_customer_product_id":153132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:22.000Z","modified_at":"2026-01-13T03:52:00.000Z","name":"Darrell Fay","mobile_number":"554-359-4015","email_id":"May3@yahoo.com","dop":"2025-04-06","serial_number":"19370363367281","imei1":"19370363367281","imei2":"19370363367281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:52:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153122,"job_number":"JOB_153122","tr_customer_id":153139,"tr_customer_product_id":153129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:20.000Z","modified_at":"2026-01-13T03:51:56.000Z","name":"Brent Trantow","mobile_number":"435-746-7481","email_id":"Derick37@yahoo.com","dop":"2025-04-06","serial_number":"14645292041566","imei1":"14645292041566","imei2":"14645292041566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153119,"job_number":"JOB_153119","tr_customer_id":153136,"tr_customer_product_id":153126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:18.000Z","modified_at":"2026-01-13T03:51:55.000Z","name":"Domenico MacGyver","mobile_number":"792-551-8862","email_id":"Amelia85@yahoo.com","dop":"2025-04-06","serial_number":"17053002578000","imei1":"17053002578000","imei2":"17053002578000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153116,"job_number":"JOB_153116","tr_customer_id":153133,"tr_customer_product_id":153123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:51:10.000Z","modified_at":"2026-01-13T03:51:48.000Z","name":"Albina Ferry","mobile_number":"269-475-5046","email_id":"Devon14@gmail.com","dop":"2025-04-06","serial_number":"17088301016454","imei1":"17088301016454","imei2":"17088301016454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153110,"job_number":"JOB_153110","tr_customer_id":153127,"tr_customer_product_id":153117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:59.000Z","modified_at":"2026-01-13T03:51:33.000Z","name":"Treva McClure","mobile_number":"543-959-5423","email_id":"Kelly72@gmail.com","dop":"2025-04-06","serial_number":"16483744012794","imei1":"16483744012794","imei2":"16483744012794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153107,"job_number":"JOB_153107","tr_customer_id":153124,"tr_customer_product_id":153114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:57.000Z","modified_at":"2026-01-13T03:51:29.000Z","name":"Kobe Conn","mobile_number":"815-288-8458","email_id":"Breana_Kemmer93@gmail.com","dop":"2025-04-06","serial_number":"18499585679775","imei1":"18499585679775","imei2":"18499585679775","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153102,"job_number":"JOB_153102","tr_customer_id":153119,"tr_customer_product_id":153109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:48.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Nils Bashirian","mobile_number":"635-954-3714","email_id":"Graham.OKon67@gmail.com","dop":"2025-04-06","serial_number":"10822940319181","imei1":"10822940319181","imei2":"10822940319181","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153101,"job_number":"JOB_153101","tr_customer_id":153118,"tr_customer_product_id":153108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:48.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Vicenta Treutel","mobile_number":"282-794-3952","email_id":"Cullen.Heaney@gmail.com","dop":"2025-04-06","serial_number":"16867005038800","imei1":"16867005038800","imei2":"16867005038800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153100,"job_number":"JOB_153100","tr_customer_id":153117,"tr_customer_product_id":153107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:47.000Z","modified_at":"2026-01-13T03:51:23.000Z","name":"Elody Kuphal","mobile_number":"749-670-3447","email_id":"Javon59@gmail.com","dop":"2025-04-06","serial_number":"19176042363609","imei1":"19176042363609","imei2":"19176042363609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153095,"job_number":"JOB_153095","tr_customer_id":153112,"tr_customer_product_id":153102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:45.000Z","modified_at":"2026-01-13T03:51:21.000Z","name":"Catalina Reichel","mobile_number":"494-745-9246","email_id":"Kaia_Beatty@gmail.com","dop":"2000-01-31","serial_number":"10716392563432","imei1":"10716392563432","imei2":"10716392563432","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153088,"job_number":"JOB_153088","tr_customer_id":153105,"tr_customer_product_id":153095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:39.000Z","modified_at":"2026-01-13T03:51:17.000Z","name":"Dangelo Zemlak","mobile_number":"212-683-1235","email_id":"Judd.Stracke@gmail.com","dop":"2025-04-06","serial_number":"19089383228327","imei1":"19089383228327","imei2":"19089383228327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153083,"job_number":"JOB_153083","tr_customer_id":153100,"tr_customer_product_id":153090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:38.000Z","modified_at":"2026-01-13T03:51:11.000Z","name":"Zack Waelchi","mobile_number":"304-824-1857","email_id":"Ariane_Kilback49@hotmail.com","dop":"2025-04-06","serial_number":"13034853505169","imei1":"13034853505169","imei2":"13034853505169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153081,"job_number":"JOB_153081","tr_customer_id":153098,"tr_customer_product_id":153088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:51:15.000Z","name":"Kali Gibson","mobile_number":"893-532-7219","email_id":"August.Murazik2@hotmail.com","dop":"2025-04-06","serial_number":"17521816623445","imei1":"17521816623445","imei2":"17521816623445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153078,"job_number":"JOB_153078","tr_customer_id":153095,"tr_customer_product_id":153085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:37.000Z","modified_at":"2026-01-13T03:51:13.000Z","name":"Devan Wiza","mobile_number":"725-295-0415","email_id":"Joshuah.Deckow28@gmail.com","dop":"2025-04-06","serial_number":"10209135742394","imei1":"10209135742394","imei2":"10209135742394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153075,"job_number":"JOB_153075","tr_customer_id":153092,"tr_customer_product_id":153082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:32.000Z","modified_at":"2026-01-13T03:51:10.000Z","name":"Kareem Dibbert","mobile_number":"410-582-5268","email_id":"Luna.Bernhard48@hotmail.com","dop":"2025-04-06","serial_number":"18973484455942","imei1":"18973484455942","imei2":"18973484455942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153068,"job_number":"JOB_153068","tr_customer_id":153085,"tr_customer_product_id":153075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:25.000Z","modified_at":"2026-01-13T03:50:35.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"16146863279833","imei1":"16146863279833","imei2":"16146863279833","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153065,"job_number":"JOB_153065","tr_customer_id":153082,"tr_customer_product_id":153072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:24.000Z","modified_at":"2026-01-13T03:51:02.000Z","name":"Raheem Barrows","mobile_number":"542-969-8713","email_id":"Keaton_Bode@gmail.com","dop":"2025-04-06","serial_number":"16074704762127","imei1":"16074704762127","imei2":"16074704762127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:51:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153061,"job_number":"JOB_153061","tr_customer_id":153078,"tr_customer_product_id":153068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:19.000Z","modified_at":"2026-01-13T03:50:51.000Z","name":"Colleen Ernser","mobile_number":"699-844-4279","email_id":"Kenna23@gmail.com","dop":"2025-04-06","serial_number":"17381127748744","imei1":"17381127748744","imei2":"17381127748744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153055,"job_number":"JOB_153055","tr_customer_id":153072,"tr_customer_product_id":153062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:10.000Z","modified_at":"2026-01-13T03:50:26.000Z","name":"Dameon Robel","mobile_number":"796-313-0838","email_id":"Fausto45@gmail.com","dop":"2025-05-30","serial_number":"12957538193832","imei1":"12957538193832","imei2":"12957538193832","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153054,"job_number":"JOB_153054","tr_customer_id":153071,"tr_customer_product_id":153061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:19.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"15717034834289","imei1":"15717034834289","imei2":"15717034834289","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153053,"job_number":"JOB_153053","tr_customer_id":153070,"tr_customer_product_id":153060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:09.000Z","modified_at":"2026-01-13T03:50:19.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"15597299415899","imei1":"15597299415899","imei2":"15597299415899","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153045,"job_number":"JOB_153045","tr_customer_id":153062,"tr_customer_product_id":153052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:04.000Z","modified_at":"2026-01-13T03:50:40.000Z","name":"Rylan Wyman","mobile_number":"486-791-8683","email_id":"Marisa57@gmail.com","dop":"2025-04-06","serial_number":"18642664288122","imei1":"18642664288122","imei2":"18642664288122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153042,"job_number":"JOB_153042","tr_customer_id":153059,"tr_customer_product_id":153049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:50:02.000Z","modified_at":"2026-01-13T03:50:38.000Z","name":"Jesus Goldner","mobile_number":"440-840-5489","email_id":"Ava58@hotmail.com","dop":"2000-01-31","serial_number":"10479885380009","imei1":"10479885380009","imei2":"10479885380009","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153039,"job_number":"JOB_153039","tr_customer_id":153056,"tr_customer_product_id":153046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:58.000Z","modified_at":"2026-01-13T03:50:31.000Z","name":"Camille Yundt","mobile_number":"592-312-2814","email_id":"Lance.Wiegand33@gmail.com","dop":"2025-04-06","serial_number":"13475194639433","imei1":"13475194639433","imei2":"13475194639433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153034,"job_number":"JOB_153034","tr_customer_id":153051,"tr_customer_product_id":153041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:54.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"13248131917905","imei1":"13248131917905","imei2":"13248131917905","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153030,"job_number":"JOB_153030","tr_customer_id":153047,"tr_customer_product_id":153037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:50:04.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"10747985253385","imei1":"10747985253385","imei2":"10747985253385","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153028,"job_number":"JOB_153028","tr_customer_id":153045,"tr_customer_product_id":153035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:53.000Z","modified_at":"2026-01-13T03:50:24.000Z","name":"Dillan Cormier","mobile_number":"531-656-0583","email_id":"Wilfred_Lubowitz18@yahoo.com","dop":"2025-04-06","serial_number":"13558337125786","imei1":"13558337125786","imei2":"13558337125786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153022,"job_number":"JOB_153022","tr_customer_id":153039,"tr_customer_product_id":153029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:47.000Z","modified_at":"2026-01-13T03:50:20.000Z","name":"Cordell Gutkowski","mobile_number":"243-829-0350","email_id":"Olen_Swaniawski@hotmail.com","dop":"2025-06-18","serial_number":"10653777848898","imei1":"10653777848898","imei2":"10653777848898","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153019,"job_number":"JOB_153019","tr_customer_id":153036,"tr_customer_product_id":153026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:49:49.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"18187294946294","imei1":"18187294946294","imei2":"18187294946294","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153016,"job_number":"JOB_153016","tr_customer_id":153033,"tr_customer_product_id":153023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:39.000Z","modified_at":"2026-01-13T03:50:16.000Z","name":"Beverly Harris","mobile_number":"301-322-5530","email_id":"Felton7@gmail.com","dop":"2025-04-06","serial_number":"12487636936531","imei1":"12487636936531","imei2":"12487636936531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153010,"job_number":"JOB_153010","tr_customer_id":153027,"tr_customer_product_id":153017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:33.000Z","modified_at":"2026-01-13T03:50:05.000Z","name":"Kenna Windler","mobile_number":"808-886-1169","email_id":"Ronaldo80@hotmail.com","dop":"2025-04-06","serial_number":"17747950773101","imei1":"17747950773101","imei2":"17747950773101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153008,"job_number":"JOB_153008","tr_customer_id":153025,"tr_customer_product_id":153015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:26.000Z","modified_at":"2026-01-13T03:50:01.000Z","name":"Filomena Leuschke","mobile_number":"575-874-1570","email_id":"Sanford.McGlynn@hotmail.com","dop":"2025-04-06","serial_number":"19345460425815","imei1":"19345460425815","imei2":"19345460425815","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153006,"job_number":"JOB_153006","tr_customer_id":153023,"tr_customer_product_id":153013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:21.000Z","modified_at":"2026-01-13T03:49:57.000Z","name":"Ferne Bradtke","mobile_number":"883-989-8019","email_id":"Maximilian30@gmail.com","dop":"2025-04-06","serial_number":"17328317195301","imei1":"17328317195301","imei2":"17328317195301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153003,"job_number":"JOB_153003","tr_customer_id":153020,"tr_customer_product_id":153010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:18.000Z","modified_at":"2026-01-13T03:49:51.000Z","name":"Suzanne Nikolaus","mobile_number":"972-459-7557","email_id":"Chaim_McDermott59@gmail.com","dop":"2025-04-06","serial_number":"18972021658284","imei1":"18972021658284","imei2":"18972021658284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153000,"job_number":"JOB_153000","tr_customer_id":153017,"tr_customer_product_id":153007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:16.000Z","modified_at":"2026-01-13T03:49:47.000Z","name":"Meta Upton","mobile_number":"404-571-2631","email_id":"Emmett_Barton@yahoo.com","dop":"2025-04-06","serial_number":"18815561395940","imei1":"18815561395940","imei2":"18815561395940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152997,"job_number":"JOB_152997","tr_customer_id":153014,"tr_customer_product_id":153004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:14.000Z","modified_at":"2026-01-13T03:49:45.000Z","name":"Freda Hahn","mobile_number":"701-236-7489","email_id":"Freeman_Schultz46@hotmail.com","dop":"2025-04-06","serial_number":"15118045319983","imei1":"15118045319983","imei2":"15118045319983","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152995,"job_number":"JOB_152995","tr_customer_id":153012,"tr_customer_product_id":153002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:13.000Z","modified_at":"2026-01-13T03:49:48.000Z","name":"Kris Anderson","mobile_number":"238-439-9244","email_id":"Casey.Little@gmail.com","dop":"2025-04-06","serial_number":"14347558089754","imei1":"14347558089754","imei2":"14347558089754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152992,"job_number":"JOB_152992","tr_customer_id":153009,"tr_customer_product_id":152999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:08.000Z","modified_at":"2026-01-13T03:49:41.000Z","name":"Columbus Leannon","mobile_number":"654-455-9095","email_id":"Aleen_Strosin@yahoo.com","dop":"2025-06-18","serial_number":"10044495438365","imei1":"10044495438365","imei2":"10044495438365","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152989,"job_number":"JOB_152989","tr_customer_id":153006,"tr_customer_product_id":152996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:39.000Z","modified_at":"2026-01-13T03:49:09.000Z","name":"Jerod Gleason","mobile_number":"897-611-3219","email_id":"Heath14@yahoo.com","dop":"2025-04-06","serial_number":"18061109590413","imei1":"18061109590413","imei2":"18061109590413","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152987,"job_number":"JOB_152987","tr_customer_id":153004,"tr_customer_product_id":152994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:36.000Z","modified_at":"2026-01-13T03:48:44.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"106501656275213","imei1":"106501656275213","imei2":"106501656275213","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152985,"job_number":"JOB_152985","tr_customer_id":153002,"tr_customer_product_id":152992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:29.000Z","modified_at":"2026-01-13T03:49:03.000Z","name":"Cleveland Graham","mobile_number":"701-491-9079","email_id":"Margret.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"15980580935740","imei1":"15980580935740","imei2":"15980580935740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152984,"job_number":"JOB_152984","tr_customer_id":153001,"tr_customer_product_id":152991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:48:26.000Z","modified_at":"2026-01-13T03:48:34.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"44686622256578","imei1":"44686622256578","imei2":"44686622256578","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152981,"job_number":"JOB_152981","tr_customer_id":152998,"tr_customer_product_id":152988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:09:19.000Z","modified_at":"2026-01-13T03:09:47.000Z","name":"Jaylan Lindgren","mobile_number":"317-271-0108","email_id":"Berry.Ziemann@yahoo.com","dop":"2025-04-06","serial_number":"18593004504346","imei1":"18593004504346","imei2":"18593004504346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:09:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152979,"job_number":"JOB_152979","tr_customer_id":152996,"tr_customer_product_id":152986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:46.000Z","modified_at":"2026-01-13T03:09:14.000Z","name":"Selmer Friesen","mobile_number":"827-819-6563","email_id":"Catherine_Hilpert@hotmail.com","dop":"2025-04-06","serial_number":"14106411238955","imei1":"14106411238955","imei2":"14106411238955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:09:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152977,"job_number":"JOB_152977","tr_customer_id":152994,"tr_customer_product_id":152984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:08:13.000Z","modified_at":"2026-01-13T03:08:41.000Z","name":"Seth Simonis","mobile_number":"323-963-5539","email_id":"Berenice.Luettgen@hotmail.com","dop":"2025-04-06","serial_number":"17889659388897","imei1":"17889659388897","imei2":"17889659388897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T03:08:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152974,"job_number":"JOB_152974","tr_customer_id":152991,"tr_customer_product_id":152981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:45:19.000Z","modified_at":"2026-01-13T01:45:29.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"145985204479432","imei1":"145985204479432","imei2":"145985204479432","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T01:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152972,"job_number":"JOB_152972","tr_customer_id":152989,"tr_customer_product_id":152979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:43:27.000Z","modified_at":"2026-01-13T01:44:35.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"116894662006412","imei1":"116894662006412","imei2":"116894662006412","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T01:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152960,"job_number":"JOB_152960","tr_customer_id":152977,"tr_customer_product_id":152967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:59:06.000Z","modified_at":"2026-01-13T00:59:11.000Z","name":"Luisa Connelly","mobile_number":"757-483-7816","email_id":"Rowland.Abbott2@hotmail.com","dop":"2025-10-12","serial_number":"14313103300915","imei1":"14313103300915","imei2":"14313103300915","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-13T00:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI4OTEzMn0.3gK7tSGMiC7tQ8kgxtyLIxLjSDQRFH4G32dh1IN021c |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 5b22821d-11d2-4591-b41a-9792657216c1 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"bca-f7HHTG1bBsBMI0IXxneIuU8GNSE" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:25:34 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":152958,"job_number":"JOB_152958","tr_customer_id":152975,"tr_customer_product_id":152965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:22:51.000Z","modified_at":"2026-01-13T00:22:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"179708433530840","imei1":"179708433530840","imei2":"179708433530840","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T00:22:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":152962,"job_number":"JOB_152962","tr_customer_id":152979,"tr_customer_product_id":152969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:18:01.000Z","modified_at":"2026-01-13T01:18:06.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"182929472243334","imei1":"182929472243334","imei2":"182929472243334","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T01:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":153465,"job_number":"JOB_153465","tr_customer_id":153482,"tr_customer_product_id":153472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:25:21.000Z","modified_at":"2026-01-13T07:25:32.000Z","name":"Jacinto Carter","mobile_number":"775-532-2131","email_id":"Orion.Nitzsche28@hotmail.com","dop":"2025-11-04","serial_number":"78200947399811","imei1":"78200947399811","imei2":"78200947399811","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T07:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI4OTEzMn0.3gK7tSGMiC7tQ8kgxtyLIxLjSDQRFH4G32dh1IN021c |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 95ec6c44-7b38-4e17-bd85-30c86dd243b2 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 24 |
{
"job_id": 153465
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 49 |
| ETag | W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:34 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"QC completed successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODI4OTEzMn0.3gK7tSGMiC7tQ8kgxtyLIxLjSDQRFH4G32dh1IN021c |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 8b9a2a9e-7478-4ed7-b3bb-c542e448dcd1 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"7e4-hEErjhbviXJE0Ftd/XvKjP62L9Q" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:25:34 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":152958,"job_number":"JOB_152958","tr_customer_id":152975,"tr_customer_product_id":152965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T00:22:51.000Z","modified_at":"2026-01-13T00:22:56.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"179708433530840","imei1":"179708433530840","imei2":"179708433530840","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T00:22:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":152962,"job_number":"JOB_152962","tr_customer_id":152979,"tr_customer_product_id":152969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:18:01.000Z","modified_at":"2026-01-13T01:18:06.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"182929472243334","imei1":"182929472243334","imei2":"182929472243334","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-13T01:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamfd","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 5e00dea9-d198-473a-98eb-39a172606111 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 42 |
{"username":"iamfd","password":"password"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-mcZddoqfMgI+ewy9TyadZ1Bp2Gc" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:35 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMzV9._PoUkmiqNS-HA9pW0C6kgwmtQjXR2D6g_6-mcqzZ398"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTh9.E-_qs6VtlgmycFIWE_-lUjHZD7Aob3LsaZFdLHKzlm8 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | afb1b07a-5f08-4268-829c-c68a29a2abca |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:35 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTh9.E-_qs6VtlgmycFIWE_-lUjHZD7Aob3LsaZFdLHKzlm8 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f3bb543c-8345-4881-8fcb-c94c297a7b6f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-2RoIrnwdGtf/Yfe/l4xq64ziGcg" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:35 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":4},{"label":"Created today","key":"created_today","count":509},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_delivery"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTh9.E-_qs6VtlgmycFIWE_-lUjHZD7Aob3LsaZFdLHKzlm8 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | cee79903-7db5-4866-a408-203c1f61af8c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 38 |
{"details_key":"pending_for_delivery"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"f7c-LgWyIS52GqgAsV54aronKi9/hxM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:25:35 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":152972,"job_number":"JOB_152972","tr_customer_id":152989,"tr_customer_product_id":152979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:43:27.000Z","modified_at":"2026-01-13T01:44:35.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"116894662006412","imei1":"116894662006412","imei2":"116894662006412","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T01:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153230,"job_number":"JOB_153230","tr_customer_id":153247,"tr_customer_product_id":153237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:20.000Z","modified_at":"2026-01-13T04:53:41.000Z","name":"Olin Barton","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"107200541596307","imei1":"107200541596307","imei2":"107200541596307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T04:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152994,"job_number":"JOB_152994","tr_customer_id":153011,"tr_customer_product_id":153001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:10.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11037017348002","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153465,"job_number":"JOB_153465","tr_customer_id":153482,"tr_customer_product_id":153472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:25:21.000Z","modified_at":"2026-01-13T07:25:34.000Z","name":"Jacinto Carter","mobile_number":"775-532-2131","email_id":"Orion.Nitzsche28@hotmail.com","dop":"2025-11-04","serial_number":"78200947399811","imei1":"78200947399811","imei2":"78200947399811","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T07:25:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTh9.E-_qs6VtlgmycFIWE_-lUjHZD7Aob3LsaZFdLHKzlm8 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 0f5f1796-99b6-483f-aa08-323f28c06e54 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"f7c-LgWyIS52GqgAsV54aronKi9/hxM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 13 Jan 2026 07:25:35 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":152972,"job_number":"JOB_152972","tr_customer_id":152989,"tr_customer_product_id":152979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T01:43:27.000Z","modified_at":"2026-01-13T01:44:35.000Z","name":"Akira Nandan","mobile_number":"1234567890","email_id":"akiraNandan@gmail.com","dop":"2025-12-10","serial_number":"116894662006412","imei1":"116894662006412","imei2":"116894662006412","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T01:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153230,"job_number":"JOB_153230","tr_customer_id":153247,"tr_customer_product_id":153237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T04:53:20.000Z","modified_at":"2026-01-13T04:53:41.000Z","name":"Olin Barton","mobile_number":"7789641258","email_id":"Rohithkumar24@gmail.com","dop":"2025-10-22","serial_number":"107200541596307","imei1":"107200541596307","imei2":"107200541596307","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T04:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":152994,"job_number":"JOB_152994","tr_customer_id":153011,"tr_customer_product_id":153001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T03:49:10.000Z","modified_at":"2026-01-13T03:49:15.000Z","name":"Abhinav Kr Singh","mobile_number":"900112299","email_id":"abh19@hh.com","dop":"2026-01-06","serial_number":"01122001187234","imei1":"11037017348002","imei2":"12200118723400","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T03:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153465,"job_number":"JOB_153465","tr_customer_id":153482,"tr_customer_product_id":153472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T07:25:21.000Z","modified_at":"2026-01-13T07:25:34.000Z","name":"Jacinto Carter","mobile_number":"775-532-2131","email_id":"Orion.Nitzsche28@hotmail.com","dop":"2025-11-04","serial_number":"78200947399811","imei1":"78200947399811","imei2":"78200947399811","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T07:25:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTh9.E-_qs6VtlgmycFIWE_-lUjHZD7Aob3LsaZFdLHKzlm8 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a5f5ba3d-f5fc-4ff6-9532-40b014232d9a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 24 |
{
"job_id": 153465
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 58 |
| ETag | W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:36 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Delivered to customer successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_98100"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTh9.E-_qs6VtlgmycFIWE_-lUjHZD7Aob3LsaZFdLHKzlm8 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 33e3851c-ea4b-4f89-869e-46c0f0851251 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 26 |
{"searchText":"JOB_98100"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:36 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgyODkxMTh9.E-_qs6VtlgmycFIWE_-lUjHZD7Aob3LsaZFdLHKzlm8 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 3a04e641-72dc-45bb-8cd4-44ffe37be42a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Tue, 13 Jan 2026 07:25:36 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
| Header Name | Header Value |
|---|